Skip to content

Commit f7d8824

Browse files
committed
fix(deps): update all dependencies
1 parent d3e50be commit f7d8824

File tree

181 files changed

+526
-526
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+526
-526
lines changed

ai-platform/snippets/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/aiplatform": "^3.0.0",
16+
"@google-cloud/aiplatform": "^4.0.0",
1717
"@google-cloud/bigquery": "^7.0.0",
1818
"@google-cloud/storage": "^7.0.0"
1919
},
2020
"devDependencies": {
2121
"c8": "^10.0.0",
22-
"chai": "^4.5.0",
23-
"mocha": "^10.0.0",
24-
"uuid": "^10.0.0",
25-
"sinon": "^18.0.0"
22+
"chai": "^5.0.0",
23+
"mocha": "^11.0.0",
24+
"uuid": "^11.0.0",
25+
"sinon": "^20.0.0"
2626
}
2727
}
2828

appengine/analytics/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
},
1212
"type": "module",
1313
"engines": {
14-
"node": "20.x"
14+
"node": "22.x"
1515
},
1616
"scripts": {
1717
"start": "node app.js",
1818
"system-test": "c8 mocha -p -j 2 --exit test/*.test.js",
1919
"test": "npm run system-test"
2020
},
2121
"dependencies": {
22-
"express": "^4.16.4",
22+
"express": "^5.0.0",
2323
"node-fetch": "^3.0.0"
2424
},
2525
"devDependencies": {
2626
"c8": "^10.0.0",
27-
"mocha": "^10.0.0",
27+
"mocha": "^11.0.0",
2828
"supertest": "^7.0.0"
2929
}
3030
}

appengine/building-an-app/build/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1515
},
1616
"engines": {
17-
"node": "20.x.x"
17+
"node": "22.x"
1818
},
1919
"author": "Google Inc.",
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"express": "^4.18.2"
22+
"express": "^5.0.0"
2323
},
2424
"devDependencies": {
2525
"c8": "^10.0.0",
26-
"mocha": "^10.0.0",
26+
"mocha": "^11.0.0",
2727
"supertest": "^7.0.0"
2828
}
2929
}

appengine/building-an-app/update/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1515
},
1616
"engines": {
17-
"node": "20.x.x"
17+
"node": "22.x"
1818
},
1919
"author": "Google Inc.",
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"express": "^4.18.2"
22+
"express": "^5.0.0"
2323
},
2424
"devDependencies": {
2525
"c8": "^10.0.0",
26-
"mocha": "^10.0.0",
26+
"mocha": "^11.0.0",
2727
"proxyquire": "^2.1.3",
28-
"sinon": "^18.0.0",
28+
"sinon": "^20.0.0",
2929
"supertest": "^7.0.0"
3030
}
3131
}

appengine/datastore/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1111
},
1212
"engines": {
13-
"node": "20.x"
13+
"node": "22.x"
1414
},
1515
"scripts": {
1616
"start": "node app.js",
@@ -19,11 +19,11 @@
1919
},
2020
"dependencies": {
2121
"@google-cloud/datastore": "^9.0.0",
22-
"express": "^4.16.4"
22+
"express": "^5.0.0"
2323
},
2424
"devDependencies": {
2525
"c8": "^10.0.0",
26-
"mocha": "^10.0.0",
26+
"mocha": "^11.0.0",
2727
"supertest": "^7.0.0"
2828
}
2929
}

appengine/endpoints/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1111
},
1212
"engines": {
13-
"node": "20.x"
13+
"node": "22.x"
1414
},
1515
"scripts": {
1616
"deploy": "gcloud app deploy",
@@ -19,14 +19,14 @@
1919
"test": "npm run unit-test"
2020
},
2121
"dependencies": {
22-
"express": "^4.16.4"
22+
"express": "^5.0.0"
2323
},
2424
"devDependencies": {
2525
"c8": "^10.0.0",
26-
"chai": "^4.5.0",
27-
"mocha": "^10.0.0",
26+
"chai": "^5.0.0",
27+
"mocha": "^11.0.0",
2828
"proxyquire": "^2.1.0",
29-
"sinon": "^18.0.0",
29+
"sinon": "^20.0.0",
3030
"supertest": "^7.0.0",
3131
"wait-port": "^1.0.4"
3232
}

appengine/hello-world/flexible/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"test": "c8 mocha -p -j 2 --exit test/*.test.js"
1818
},
1919
"dependencies": {
20-
"express": "^4.17.1"
20+
"express": "^5.0.0"
2121
},
2222
"devDependencies": {
2323
"c8": "^10.0.0",
24-
"mocha": "^10.0.0",
24+
"mocha": "^11.0.0",
2525
"supertest": "^7.0.0"
2626
}
2727
}

appengine/hello-world/standard/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"test": "c8 mocha -p -j 2 --exit test/*.test.js"
1818
},
1919
"dependencies": {
20-
"express": "^4.17.1"
20+
"express": "^5.0.0"
2121
},
2222
"devDependencies": {
2323
"c8": "^10.0.0",
24-
"mocha": "^10.0.0",
24+
"mocha": "^11.0.0",
2525
"supertest": "^7.0.0"
2626
}
2727
}

appengine/memcached/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
"license": "Apache Version 2.0",
77
"author": "Google Inc.",
88
"engines": {
9-
"node": "20.x"
9+
"node": "22.x"
1010
},
1111
"scripts": {
1212
"start": "node app.js",
1313
"test": "c8 mocha -p -j 2 --exit test/*.test.js"
1414
},
1515
"dependencies": {
16-
"express": "^4.16.4",
16+
"express": "^5.0.0",
1717
"memjs": "^1.2.0"
1818
},
1919
"devDependencies": {
2020
"c8": "^10.0.0",
21-
"chai": "^4.5.0",
22-
"mocha": "^10.0.0",
21+
"chai": "^5.0.0",
22+
"mocha": "^11.0.0",
2323
"wait-port": "^1.0.4"
2424
}
2525
}

appengine/metadata/flexible/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"test": "npm run system-test"
1919
},
2020
"dependencies": {
21-
"express": "^4.17.1",
21+
"express": "^5.0.0",
2222
"node-fetch": "^3.0.0"
2323
},
2424
"devDependencies": {
2525
"c8": "^10.0.0",
26-
"mocha": "^10.0.0",
26+
"mocha": "^11.0.0",
2727
"supertest": "^7.0.0"
2828
}
2929
}

appengine/metadata/standard/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
},
1212
"type": "module",
1313
"engines": {
14-
"node": "20.x"
14+
"node": "22.x"
1515
},
1616
"scripts": {
1717
"system-test": "c8 mocha -p -j 2 --exit test/*.test.js",
1818
"test": "npm run system-test"
1919
},
2020
"dependencies": {
21-
"express": "^4.17.1",
21+
"express": "^5.0.0",
2222
"node-fetch": "^3.0.0"
2323
},
2424
"devDependencies": {
2525
"c8": "^10.0.0",
26-
"mocha": "^10.0.0",
26+
"mocha": "^11.0.0",
2727
"supertest": "^7.0.0"
2828
}
2929
}

appengine/pubsub/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@
66
"license": "Apache Version 2.0",
77
"author": "Google Inc.",
88
"engines": {
9-
"node": "20.x"
9+
"node": "22.x"
1010
},
1111
"scripts": {
1212
"start": "node app.js",
1313
"test": "c8 mocha -p -j 2 test/*.test.js --timeout=30000 --exit"
1414
},
1515
"dependencies": {
1616
"@google-cloud/pubsub": "^4.0.0",
17-
"express": "^4.17.1",
17+
"express": "^5.0.0",
1818
"google-auth-library": "^9.0.0",
1919
"pug": "^3.0.0"
2020
},
2121
"devDependencies": {
2222
"c8": "^10.0.0",
23-
"chai": "^4.5.0",
23+
"chai": "^5.0.0",
2424
"jsonwebtoken": "^9.0.0",
25-
"mocha": "^10.0.0",
25+
"mocha": "^11.0.0",
2626
"proxyquire": "^2.1.3",
27-
"sinon": "^18.0.0",
27+
"sinon": "^20.0.0",
2828
"supertest": "^7.0.0",
2929
"wait-port": "^1.0.4"
3030
}

appengine/static-files/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"license": "Apache Version 2.0",
77
"author": "Google Inc.",
88
"engines": {
9-
"node": "20.x"
9+
"node": "22.x"
1010
},
1111
"scripts": {
1212
"start": "node app.js",
1313
"test": "c8 mocha -p -j 2 --exit test/*.test.js --url localhost:8080/static/main.css"
1414
},
1515
"dependencies": {
16-
"express": "^4.16.4",
16+
"express": "^5.0.0",
1717
"pug": "^3.0.0"
1818
},
1919
"devDependencies": {
2020
"c8": "^10.0.0",
21-
"mocha": "^10.0.0",
21+
"mocha": "^11.0.0",
2222
"supertest": "^7.0.0"
2323
}
2424
}

appengine/storage/flexible/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
},
1111
"dependencies": {
1212
"@google-cloud/storage": "^7.0.0",
13-
"express": "^4.18.2",
13+
"express": "^5.0.0",
1414
"multer": "^1.4.5-lts.1",
1515
"pug": "^3.0.2"
1616
},
1717
"devDependencies": {
18-
"@types/express": "^4.17.17",
18+
"@types/express": "^5.0.0",
1919
"@types/multer": "^1.4.7",
2020
"@types/proxyquire": "^1.3.28",
2121
"@types/supertest": "^6.0.0",
2222
"@types/uuid": "^10.0.0",
2323
"c8": "^10.0.0",
24-
"mocha": "^10.2.0",
24+
"mocha": "^11.0.0",
2525
"proxyquire": "^2.1.3",
2626
"supertest": "^7.0.0",
27-
"uuid": "^10.0.0"
27+
"uuid": "^11.0.0"
2828
}
2929
}

appengine/storage/standard/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
},
1111
"dependencies": {
1212
"@google-cloud/storage": "^7.0.0",
13-
"express": "^4.18.2",
13+
"express": "^5.0.0",
1414
"multer": "^1.4.5-lts.1",
1515
"pug": "^3.0.2"
1616
},
1717
"devDependencies": {
18-
"@types/express": "^4.17.17",
18+
"@types/express": "^5.0.0",
1919
"@types/multer": "^1.4.7",
2020
"@types/proxyquire": "^1.3.28",
2121
"@types/supertest": "^6.0.0",
2222
"@types/uuid": "^10.0.0",
2323
"c8": "^10.0.0",
24-
"mocha": "^10.2.0",
24+
"mocha": "^11.0.0",
2525
"proxyquire": "^2.1.3",
2626
"supertest": "^7.0.0",
27-
"uuid": "^10.0.0"
27+
"uuid": "^11.0.0"
2828
}
2929
}

appengine/typescript/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache Version 2.0",
77
"author": "Google Inc.",
88
"engines": {
9-
"node": "20.x"
9+
"node": "22.x"
1010
},
1111
"scripts": {
1212
"prepare": "npm run gcp-build",
@@ -23,15 +23,15 @@
2323
},
2424
"dependencies": {
2525
"@typescript-eslint/parser": "^8.0.0",
26-
"express": "^4.16.3"
26+
"express": "^5.0.0"
2727
},
2828
"devDependencies": {
29-
"@types/express": "^4.17.17",
30-
"@types/node": "^20.0.0",
29+
"@types/express": "^5.0.0",
30+
"@types/node": "^22.0.0",
3131
"c8": "^10.0.0",
32-
"chai": "^4.5.0",
33-
"gts": "^5.0.0",
34-
"mocha": "^10.2.0",
32+
"chai": "^5.0.0",
33+
"gts": "^6.0.0",
34+
"mocha": "^11.0.0",
3535
"typescript": "^5.0.0",
3636
"wait-port": "^1.0.0"
3737
}

appengine/websockets/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"e2e-test": "samples test deploy"
1616
},
1717
"dependencies": {
18-
"express": "^4.15.4",
18+
"express": "^5.0.0",
1919
"pug": "^3.0.0",
2020
"socket.io": "4.7.2",
2121
"supertest": "^7.0.0"
2222
},
2323
"devDependencies": {
2424
"c8": "^10.0.0",
25-
"mocha": "^10.0.0",
26-
"puppeteer": "^23.0.0"
25+
"mocha": "^11.0.0",
26+
"puppeteer": "^24.0.0"
2727
}
2828
}

0 commit comments

Comments
 (0)