Skip to content

Commit f38a22d

Browse files
committed
Merge branch 'renovate/all' into build/renovate-all
2 parents 68c11ef + e6d5591 commit f38a22d

File tree

145 files changed

+178
-180
lines changed

Some content is hidden

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

145 files changed

+178
-180
lines changed

ai-platform/snippets/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"c8": "^10.0.0",
2222
"chai": "^4.5.0",
2323
"mocha": "^10.0.0",
24-
"uuid": "^10.0.0",
25-
"sinon": "^18.0.0"
24+
"uuid": "^11.0.0",
25+
"sinon": "^19.0.0"
2626
}
2727
}
28-

appengine/analytics/package.json

Lines changed: 1 addition & 1 deletion
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",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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",
@@ -25,7 +25,7 @@
2525
"c8": "^10.0.0",
2626
"mocha": "^10.0.0",
2727
"proxyquire": "^2.1.3",
28-
"sinon": "^18.0.0",
28+
"sinon": "^19.0.0",
2929
"supertest": "^7.0.0"
3030
}
3131
}

appengine/datastore/package.json

Lines changed: 1 addition & 1 deletion
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",

appengine/endpoints/package.json

Lines changed: 2 additions & 2 deletions
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",
@@ -26,7 +26,7 @@
2626
"chai": "^4.5.0",
2727
"mocha": "^10.0.0",
2828
"proxyquire": "^2.1.0",
29-
"sinon": "^18.0.0",
29+
"sinon": "^19.0.0",
3030
"supertest": "^7.0.0",
3131
"wait-port": "^1.0.4"
3232
}

appengine/memcached/package.json

Lines changed: 1 addition & 1 deletion
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
"start": "node app.js",

appengine/metadata/standard/package.json

Lines changed: 1 addition & 1 deletion
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
"system-test": "c8 mocha -p -j 2 --exit test/*.test.js",

appengine/pubsub/package.json

Lines changed: 2 additions & 2 deletions
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
"start": "node app.js",
@@ -24,7 +24,7 @@
2424
"jsonwebtoken": "^9.0.0",
2525
"mocha": "^10.0.0",
2626
"proxyquire": "^2.1.3",
27-
"sinon": "^18.0.0",
27+
"sinon": "^19.0.0",
2828
"supertest": "^7.0.0",
2929
"wait-port": "^1.0.4"
3030
}

appengine/static-files/package.json

Lines changed: 1 addition & 1 deletion
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
"start": "node app.js",

0 commit comments

Comments
 (0)