Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit a4aec6b

Browse files
author
Brad Hart
authored
Merge pull request #866 from EOSIO/dependabot/github_actions/release/22.0.x/docker/setup-buildx-action-2a4b53665e15ce7d7049afb11ff1f70ff1610609
Bump docker/setup-buildx-action from 154c24e1f33dbb5865a021c99f1318cfebf27b32 to 1.1.2
2 parents 1ecf935 + 859e382 commit a4aec6b

File tree

4 files changed

+344
-297
lines changed

4 files changed

+344
-297
lines changed

.github/workflows/build-docker-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up QEMU
1717
uses: docker/setup-qemu-action@25f0500ff22e406f7191a2a8ba8cda16901ca018
1818
- name: Set up Docker Buildx
19-
uses: docker/setup-buildx-action@154c24e1f33dbb5865a021c99f1318cfebf27b32
19+
uses: docker/setup-buildx-action@2a4b53665e15ce7d7049afb11ff1f70ff1610609
2020
- name: Login to DockerHub
2121
uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
2222
with:

.github/workflows/build-docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up QEMU
1717
uses: docker/setup-qemu-action@25f0500ff22e406f7191a2a8ba8cda16901ca018
1818
- name: Set up Docker Buildx
19-
uses: docker/setup-buildx-action@154c24e1f33dbb5865a021c99f1318cfebf27b32
19+
uses: docker/setup-buildx-action@2a4b53665e15ce7d7049afb11ff1f70ff1610609
2020
- name: Login to DockerHub
2121
uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
2222
with:

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@
3535
"devDependencies": {
3636
"@blockone/eslint-config-blockone": "^4.0.0",
3737
"@types/elliptic": "^6.4.12",
38-
"@types/jest": "^26.0.21",
39-
"@types/node": "^14.14.35",
40-
"@types/node-fetch": "^2.5.8",
38+
"@types/jest": "^26.0.22",
39+
"@types/node": "^14.14.41",
40+
"@types/node-fetch": "^2.5.10",
4141
"@types/pako": "^1.0.1",
4242
"buffer": "^6.0.3",
4343
"clean-webpack-plugin": "^3.0.0",
4444
"crypto-browserify": "^3.12.0",
45-
"cypress": "^6.8.0",
45+
"cypress": "^6.9.1",
4646
"eosjs-ecc": "^4.0.7",
47-
"eslint": "^7.22.0",
47+
"eslint": "^7.24.0",
4848
"jest": "^26.6.3",
4949
"jest-extended": "^0.11.5",
5050
"jest-fetch-mock": "^3.0.3",
5151
"rimraf": "^3.0.2",
52-
"ts-jest": "^26.5.4",
53-
"ts-loader": "^8.0.18",
54-
"typescript": "^4.2.3",
55-
"webpack": "^5.28.0",
56-
"webpack-cli": "^4.5.0"
52+
"ts-jest": "^26.5.5",
53+
"ts-loader": "^8.1.0",
54+
"typescript": "^4.2.4",
55+
"webpack": "^5.33.2",
56+
"webpack-cli": "^4.6.0"
5757
},
5858
"jest": {
5959
"automock": false,

0 commit comments

Comments
 (0)