Skip to content

Commit 598f7ad

Browse files
authored
fix(deps): update all patch and minor dependencies (#2030)
1 parent 52aef0e commit 598f7ad

File tree

6 files changed

+156
-157
lines changed

6 files changed

+156
-157
lines changed

package-lock.json

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

packages/bytecode-utils/package.json

+1-1
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.13.10",
50+
"@types/node": "22.13.13",
5151
"c8": "10.1.3",
5252
"chai": "4.5.0",
5353
"cz-conventional-changelog": "3.3.0",

packages/compilers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@types/chai": "4.3.20",
5353
"@types/mocha": "10.0.10",
54-
"@types/node": "22.13.10",
54+
"@types/node": "22.13.13",
5555
"c8": "10.1.3",
5656
"chai": "4.5.0",
5757
"mocha": "10.8.2",

packages/lib-sourcify/package.json

+2-2
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.13.10",
60+
"@types/node": "22.13.13",
6161
"@types/sinon": "17.0.4",
6262
"@types/sinon-chai": "4.0.0",
6363
"c8": "10.1.3",
@@ -71,7 +71,7 @@
7171
"nock": "14.0.1",
7272
"npm-run-all2": "5.0.2",
7373
"open-cli": "8.0.0",
74-
"sinon": "19.0.2",
74+
"sinon": "19.0.5",
7575
"sinon-chai": "3.7.0",
7676
"tree-kill": "1.2.2"
7777
},

services/monitor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
"devDependencies": {
4949
"@types/chai": "4.3.20",
5050
"@types/mocha": "10.0.10",
51-
"@types/node": "22.13.10",
51+
"@types/node": "22.13.13",
5252
"@types/sinon": "17.0.4",
5353
"c8": "10.1.3",
5454
"chai": "4.5.0",
5555
"hardhat": "2.22.19",
5656
"mocha": "10.8.2",
5757
"nock": "14.0.1",
5858
"open-cli": "8.0.0",
59-
"sinon": "19.0.2",
59+
"sinon": "19.0.5",
6060
"tree-kill": "1.2.2"
6161
},
6262
"c8": {

services/server/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
},
5252
"homepage": "https://github.com/ethereum/sourcify#readme",
5353
"dependencies": {
54-
"@aws-sdk/client-s3": "3.758.0",
54+
"@aws-sdk/client-s3": "3.774.0",
5555
"@ethereum-sourcify/bytecode-utils": "^1.3.3",
5656
"@ethereum-sourcify/compilers": "^1.0.0",
5757
"@ethereum-sourcify/lib-sourcify": "^1.13.0",
58-
"@google-cloud/cloud-sql-connector": "1.6.1",
59-
"@shazow/whatsabi": "0.20.0",
58+
"@google-cloud/cloud-sql-connector": "1.7.0",
59+
"@shazow/whatsabi": "0.21.0",
6060
"abitype": "1.0.8",
6161
"bunyan": "1.8.15",
6262
"chalk": "4.1.2",
@@ -68,7 +68,7 @@
6868
"ethers": "6.13.5",
6969
"express": "5.0.1",
7070
"express-fileupload": "1.5.1",
71-
"express-openapi-validator": "5.4.6",
71+
"express-openapi-validator": "5.4.7",
7272
"express-rate-limit": "6.11.2",
7373
"express-session": "1.18.1",
7474
"http-status-codes": "2.3.0",
@@ -88,11 +88,11 @@
8888
"@types/config": "3.3.5",
8989
"@types/connect-pg-simple": "7.0.3",
9090
"@types/cors": "2.8.17",
91-
"@types/express": "5.0.0",
91+
"@types/express": "5.0.1",
9292
"@types/express-session": "1.18.1",
9393
"@types/mocha": "10.0.10",
9494
"@types/mochawesome": "6.2.4",
95-
"@types/node": "22.13.10",
95+
"@types/node": "22.13.13",
9696
"@types/pg": "8.11.11",
9797
"@types/serve-index": "1.9.4",
9898
"@types/sinon": "17.0.4",
@@ -111,7 +111,7 @@
111111
"npm-run-all2": "5.0.2",
112112
"open-cli": "8.0.0",
113113
"rimraf": "4.4.1",
114-
"sinon": "19.0.2",
114+
"sinon": "19.0.5",
115115
"tree-kill": "1.2.2",
116116
"typestrict": "1.0.2"
117117
},

0 commit comments

Comments
 (0)