Skip to content

Commit a4cc55e

Browse files
committed
fix(deps): update all dependencies
1 parent 9fea5d2 commit a4cc55e

File tree

179 files changed

+404
-404
lines changed

Some content is hidden

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

179 files changed

+404
-404
lines changed

ai-platform/snippets/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
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": "^19.0.0"
2626
}
2727
}
2828

appengine/analytics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"type": "module",
1313
"engines": {
14-
"node": "20.x"
14+
"node": "22.x"
1515
},
1616
"scripts": {
1717
"start": "node app.js",
@@ -24,7 +24,7 @@
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

+2-2
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",
@@ -23,7 +23,7 @@
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

+3-3
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",
@@ -23,9 +23,9 @@
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": "^19.0.0",
2929
"supertest": "^7.0.0"
3030
}
3131
}

appengine/datastore/package.json

+2-2
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",
@@ -23,7 +23,7 @@
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

+4-4
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",
@@ -23,10 +23,10 @@
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": "^19.0.0",
3030
"supertest": "^7.0.0",
3131
"wait-port": "^1.0.4"
3232
}

appengine/hello-world/flexible/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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

+3-3
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",
@@ -18,8 +18,8 @@
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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",
@@ -23,7 +23,7 @@
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

+4-4
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",
@@ -20,11 +20,11 @@
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": "^19.0.0",
2828
"supertest": "^7.0.0",
2929
"wait-port": "^1.0.4"
3030
}

appengine/static-files/package.json

+2-2
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",
@@ -18,7 +18,7 @@
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
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

+6-6
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,12 +26,12 @@
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",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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
}

asset/snippets/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
},
2525
"devDependencies": {
2626
"c8": "^10.0.0",
27-
"chai": "^4.5.0",
28-
"gts": "^5.0.0",
29-
"mocha": "^10.0.0",
30-
"sinon": "^18.0.0",
31-
"uuid": "^10.0.0"
27+
"chai": "^5.0.0",
28+
"gts": "^6.0.0",
29+
"mocha": "^11.0.0",
30+
"sinon": "^19.0.0",
31+
"uuid": "^11.0.0"
3232
}
3333
}

auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"c8": "^10.0.0",
29-
"mocha": "^10.0.0",
30-
"uuid": "^10.0.0"
29+
"mocha": "^11.0.0",
30+
"uuid": "^11.0.0"
3131
}
3232
}

automl/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
],
1818
"dependencies": {
1919
"@google-cloud/automl": "^4.0.0",
20-
"mathjs": "^13.0.0"
20+
"mathjs": "^14.0.0"
2121
},
2222
"devDependencies": {
2323
"@google-cloud/storage": "^7.0.0",
2424
"c8": "^10.0.0",
25-
"chai": "^4.5.0",
26-
"mocha": "^10.0.0",
27-
"uuid": "^10.0.0"
25+
"chai": "^5.0.0",
26+
"mocha": "^11.0.0",
27+
"uuid": "^11.0.0"
2828
}
2929
}

batch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@google-cloud/storage": "^7.0.0",
2323
"@types/mocha": "^10.0.7",
2424
"c8": "^10.0.0",
25-
"mocha": "^10.0.0",
26-
"nanoid": "^3.3.7"
25+
"mocha": "^11.0.0",
26+
"nanoid": "^5.0.0"
2727
}
2828
}

bigquery/cloud-client/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache Version 2.0",
77
"author": "Google LLC",
88
"engines": {
9-
"node": "20.x"
9+
"node": "22.x"
1010
},
1111
"scripts": {
1212
"deploy": "gcloud app deploy",
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"c8": "^10.0.0",
22-
"chai": "^4.5.0",
23-
"mocha": "^10.0.0",
24-
"sinon": "^18.0.0"
22+
"chai": "^5.0.0",
23+
"mocha": "^11.0.0",
24+
"sinon": "^19.0.0"
2525
}
2626
}

cloud-language/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"dependencies": {
1818
"@google-cloud/language": "^6.1.0",
1919
"@google-cloud/storage": "^7.0.0",
20-
"mathjs": "^13.0.0",
20+
"mathjs": "^14.0.0",
2121
"yargs": "^17.0.0"
2222
},
2323
"devDependencies": {
2424
"c8": "^10.0.0",
25-
"chai": "^4.5.0",
26-
"mocha": "^10.0.0",
27-
"uuid": "^10.0.0"
25+
"chai": "^5.0.0",
26+
"mocha": "^11.0.0",
27+
"uuid": "^11.0.0"
2828
}
2929
}

cloud-sql/mysql/mysql/Dockerfile

+1-1
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

0 commit comments

Comments
 (0)