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",

appengine/storage/flexible/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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",
@@ -24,6 +24,6 @@
2424
"mocha": "^10.2.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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",
@@ -24,6 +24,6 @@
2424
"mocha": "^10.2.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

Lines changed: 4 additions & 4 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
"prepare": "npm run gcp-build",
@@ -26,11 +26,11 @@
2626
"express": "^4.16.3"
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",
3232
"chai": "^4.5.0",
33-
"gts": "^5.0.0",
33+
"gts": "^6.0.0",
3434
"mocha": "^10.2.0",
3535
"typescript": "^5.0.0",
3636
"wait-port": "^1.0.0"

asset/snippets/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"devDependencies": {
2626
"c8": "^10.0.0",
2727
"chai": "^4.5.0",
28-
"gts": "^5.0.0",
28+
"gts": "^6.0.0",
2929
"mocha": "^10.0.0",
30-
"sinon": "^18.0.0",
31-
"uuid": "^10.0.0"
30+
"sinon": "^19.0.0",
31+
"uuid": "^11.0.0"
3232
}
3333
}

auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"devDependencies": {
2828
"c8": "^10.0.0",
2929
"mocha": "^10.0.0",
30-
"uuid": "^10.0.0"
30+
"uuid": "^11.0.0"
3131
}
3232
}

automl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"c8": "^10.0.0",
2525
"chai": "^4.5.0",
2626
"mocha": "^10.0.0",
27-
"uuid": "^10.0.0"
27+
"uuid": "^11.0.0"
2828
}
2929
}

cloud-language/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"c8": "^10.0.0",
2525
"chai": "^4.5.0",
2626
"mocha": "^10.0.0",
27-
"uuid": "^10.0.0"
27+
"uuid": "^11.0.0"
2828
}
2929
}

cloud-sql/mysql/mysql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Use the official lightweight Node.js image.
1616
# https://hub.docker.com/_/node
17-
FROM node:20-slim
17+
FROM node:22-slim
1818

1919
# Create and change to the app directory.
2020
WORKDIR /app

cloud-sql/mysql/mysql2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Use the official lightweight Node.js image.
1616
# https://hub.docker.com/_/node
17-
FROM node:20-slim
17+
FROM node:22-slim
1818
# Create and change to the app directory.
1919
WORKDIR /app
2020

cloud-sql/postgres/knex/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Use the official lightweight Node.js image.
1616
# https://hub.docker.com/_/node
17-
FROM node:20-slim
17+
FROM node:22-slim
1818
# Create and change to the app directory.
1919
WORKDIR /app
2020

cloud-sql/sqlserver/mssql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Use the official lightweight Node.js image.
1616

1717
# https://hub.docker.com/_/node
18-
FROM node:20-slim
18+
FROM node:22-slim
1919
# Create and change to the app directory.
2020
WORKDIR /app
2121

cloud-sql/sqlserver/tedious/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Use the official lightweight Node.js image.
1616

1717
# https://hub.docker.com/_/node
18-
FROM node:20-slim
18+
FROM node:22-slim
1919
# Create and change to the app directory.
2020
WORKDIR /app
2121

cloud-tasks/snippets/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use the official lightweight Node.js image.
22
# https://hub.docker.com/_/node
3-
FROM node:20-slim
3+
FROM node:22-slim
44

55
# Create and change to the app directory.
66
WORKDIR /usr/src/app

cloud-tasks/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"c8": "^10.0.0",
2323
"chai": "^4.5.0",
2424
"mocha": "^10.0.0",
25-
"uuid": "^10.0.0"
25+
"uuid": "^11.0.0"
2626
}
2727
}

cloud-tasks/tutorial-gcf/function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"c8": "^10.0.0",
1818
"mocha": "^10.0.0",
1919
"proxyquire": "^2.1.0",
20-
"sinon": "^18.0.0"
20+
"sinon": "^19.0.0"
2121
}
2222
}

composer/functions/composer-storage-trigger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"mocha": "^10.0.0",
2020
"proxyquire": "^2.1.0",
21-
"sinon": "^18.0.0"
21+
"sinon": "^19.0.0"
2222
},
2323
"scripts": {
2424
"test": "mocha test/*.test.js --timeout=20000"

compute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"chai": "^4.5.0",
2727
"mocha": "^10.0.0",
2828
"proxyquire": "^2.0.1",
29-
"uuid": "^10.0.0"
29+
"uuid": "^11.0.0"
3030
}
3131
}

contact-center-insights/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"c8": "^10.0.0",
2222
"chai": "^4.5.0",
2323
"mocha": "^10.0.0",
24-
"uuid": "^10.0.0"
24+
"uuid": "^11.0.0"
2525
}
2626
}

container-analysis/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"c8": "^10.0.0",
2323
"chai": "^4.5.0",
2424
"mocha": "^10.0.0",
25-
"uuid": "^10.0.0"
25+
"uuid": "^11.0.0"
2626
}
2727
}

datacatalog/cloud-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"c8": "^10.0.0",
1717
"mocha": "^10.0.0",
18-
"uuid": "^10.0.0"
18+
"uuid": "^11.0.0"
1919
},
2020
"dependencies": {
2121
"@google-cloud/datacatalog": "^4.0.0"

datacatalog/quickstart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"c8": "^10.0.0",
1717
"mocha": "^10.0.0",
18-
"uuid": "^10.0.0"
18+
"uuid": "^11.0.0"
1919
},
2020
"dependencies": {
2121
"@google-cloud/datacatalog": "^4.0.0"

datacatalog/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"chai": "^4.5.0",
2424
"execa": "^9.0.0",
2525
"mocha": "^10.0.0",
26-
"uuid": "^10.0.0"
26+
"uuid": "^11.0.0"
2727
}
2828
}

dataproc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"c8": "^10.0.0",
2222
"chai": "^4.5.0",
2323
"mocha": "^10.0.0",
24-
"uuid": "^10.0.0"
24+
"uuid": "^11.0.0"
2525
}
2626
}

datastore/functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"mocha": "^10.0.0",
2424
"node-fetch": "^3.0.0",
2525
"proxyquire": "^2.1.0",
26-
"sinon": "^18.0.0",
27-
"uuid": "^10.0.0",
26+
"sinon": "^19.0.0",
27+
"uuid": "^11.0.0",
2828
"wait-port": "^1.0.4"
2929
}
3030
}

dialogflow-cx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"c8": "^10.0.0",
2121
"chai": "^4.5.0",
2222
"mocha": "^10.0.0",
23-
"uuid": "^10.0.0"
23+
"uuid": "^11.0.0"
2424
}
2525
}

dialogflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"c8": "^10.0.0",
2525
"chai": "^4.5.0",
2626
"mocha": "^10.0.0",
27-
"uuid": "^10.0.0"
27+
"uuid": "^11.0.0"
2828
}
2929
}

discoveryengine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"devDependencies": {
2020
"chai": "^4.5.0",
2121
"mocha": "^10.0.0",
22-
"uuid": "^10.0.0"
22+
"uuid": "^11.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)