Skip to content

Commit 4ffa14f

Browse files
authored
fix(deps): update all patch and minor dependencies (#2311)
1 parent 677d657 commit 4ffa14f

File tree

6 files changed

+42
-42
lines changed

6 files changed

+42
-42
lines changed

package-lock.json

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bytecode-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@types/chai": "4.3.20",
4949
"@types/mocha": "10.0.10",
50-
"@types/node": "22.17.1",
50+
"@types/node": "22.17.2",
5151
"c8": "10.1.3",
5252
"chai": "4.5.0",
5353
"cz-conventional-changelog": "3.3.0",

packages/compilers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@ethereum-sourcify/compilers-types": "^1.0.6",
5353
"@types/chai": "4.3.20",
5454
"@types/mocha": "10.0.10",
55-
"@types/node": "22.17.1",
55+
"@types/node": "22.17.2",
5656
"c8": "10.1.3",
5757
"chai": "4.5.0",
5858
"mocha": "10.8.2",

packages/lib-sourcify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/chai-as-promised": "7.1.8",
5858
"@types/debug": "4.1.12",
5959
"@types/mocha": "10.0.10",
60-
"@types/node": "22.17.1",
60+
"@types/node": "22.17.2",
6161
"@types/sinon": "17.0.4",
6262
"@types/sinon-chai": "4.0.0",
6363
"c8": "10.1.3",
@@ -69,7 +69,7 @@
6969
"gh-pages": "6.3.0",
7070
"hardhat": "2.26.3",
7171
"mocha": "10.8.2",
72-
"nock": "14.0.9",
72+
"nock": "14.0.10",
7373
"npm-run-all2": "5.0.2",
7474
"open-cli": "8.0.0",
7575
"sinon": "19.0.5",

services/monitor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
"devDependencies": {
4949
"@types/chai": "4.3.20",
5050
"@types/mocha": "10.0.10",
51-
"@types/node": "22.17.1",
51+
"@types/node": "22.17.2",
5252
"@types/sinon": "17.0.4",
5353
"c8": "10.1.3",
5454
"chai": "4.5.0",
5555
"hardhat": "2.26.3",
5656
"mocha": "10.8.2",
57-
"nock": "14.0.9",
57+
"nock": "14.0.10",
5858
"open-cli": "8.0.0",
5959
"sinon": "19.0.5",
6060
"tree-kill": "1.2.2"

services/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@ethereum-sourcify/bytecode-utils": "^1.3.11",
5454
"@ethereum-sourcify/compilers": "^1.0.8",
5555
"@ethereum-sourcify/lib-sourcify": "^2.2.2",
56-
"@google-cloud/cloud-sql-connector": "1.8.2",
56+
"@google-cloud/cloud-sql-connector": "1.8.3",
5757
"@shazow/whatsabi": "0.22.2",
5858
"bunyan": "1.8.15",
5959
"chalk": "4.1.2",
@@ -91,7 +91,7 @@
9191
"@types/express-session": "1.18.2",
9292
"@types/mocha": "10.0.10",
9393
"@types/mochawesome": "6.2.4",
94-
"@types/node": "22.17.1",
94+
"@types/node": "22.17.2",
9595
"@types/pg": "8.15.5",
9696
"@types/serve-index": "1.9.4",
9797
"@types/sinon": "17.0.4",
@@ -107,7 +107,7 @@
107107
"hardhat": "2.26.3",
108108
"mocha": "10.8.2",
109109
"mochawesome": "7.1.3",
110-
"nock": "14.0.9",
110+
"nock": "14.0.10",
111111
"npm-run-all2": "5.0.2",
112112
"open-cli": "8.0.0",
113113
"rimraf": "4.4.1",

0 commit comments

Comments
 (0)