Skip to content

Commit 7ec2527

Browse files
committed
Merge remote-tracking branch 'origin/main' into 00949-production-readiness-dynamically-construct-the-genesis-networkjson-and-add-it-to-the-values-file-to-be-used-during-network-deploy
2 parents 2887510 + a5fab1e commit 7ec2527

File tree

5 files changed

+29
-22
lines changed

5 files changed

+29
-22
lines changed

.github/workflows/flow-task-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cache: npm
5555

5656
- name: Setup Kind
57-
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
57+
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0
5858
with:
5959
install_only: true
6060
node_image: kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72

.github/workflows/zxc-e2e-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
sudo apt-get install -y wget
132132
133133
- name: Setup Kind
134-
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
134+
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0
135135
with:
136136
install_only: true
137137
node_image: kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72

.github/workflows/zxc-update-readme.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
sudo apt-get install -y wget
8181
8282
- name: Setup Kind
83-
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
83+
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0
8484
with:
8585
install_only: true
8686
node_image: kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72

package-lock.json

+23-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"yargs": "^17.7.2"
8080
},
8181
"devDependencies": {
82-
"@eslint/js": "^9.16.0",
82+
"@eslint/js": "^9.17.0",
8383
"@types/adm-zip": "^0.5.7",
8484
"@types/chai": "^5.0.1",
8585
"@types/chai-as-promised": "^8.0.1",
@@ -106,7 +106,7 @@
106106
"chai": "^5.1.2",
107107
"chai-as-promised": "^8.0.1",
108108
"cross-env": "^7.0.3",
109-
"eslint": "^9.16.0",
109+
"eslint": "^9.17.0",
110110
"eslint-config-prettier": "^9.1.0",
111111
"eslint-plugin-headers": "^1.2.1",
112112
"eslint-plugin-import": "^2.30.0",
@@ -131,7 +131,7 @@
131131
"remark-preset-lint-recommended": "^7.0.0",
132132
"sinon": "^19.0.2",
133133
"sinon-chai": "^4.0.0",
134-
"typedoc": "^0.27.4",
134+
"typedoc": "^0.27.5",
135135
"typescript": "^5.7.2",
136136
"typescript-eslint": "^8.18.0"
137137
},

0 commit comments

Comments
 (0)