Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all dependencies #4036

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ai-platform/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0",
"sinon": "^18.0.0"
"chai": "^5.0.0",
"mocha": "^11.0.0",
"uuid": "^11.0.0",
"sinon": "^19.0.0"
}
}

4 changes: 2 additions & 2 deletions appengine/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"type": "module",
"engines": {
"node": "20.x"
"node": "22.x"
},
"scripts": {
"start": "node app.js",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"mocha": "^10.0.0",
"mocha": "^11.0.0",
"supertest": "^7.0.0"
}
}
4 changes: 2 additions & 2 deletions appengine/building-an-app/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"engines": {
"node": "20.x.x"
"node": "22.x"
},
"author": "Google Inc.",
"license": "Apache-2.0",
Expand All @@ -23,7 +23,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"mocha": "^10.0.0",
"mocha": "^11.0.0",
"supertest": "^7.0.0"
}
}
6 changes: 3 additions & 3 deletions appengine/building-an-app/update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"engines": {
"node": "20.x.x"
"node": "22.x"
},
"author": "Google Inc.",
"license": "Apache-2.0",
Expand All @@ -23,9 +23,9 @@
},
"devDependencies": {
"c8": "^10.0.0",
"mocha": "^10.0.0",
"mocha": "^11.0.0",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
"sinon": "^19.0.0",
"supertest": "^7.0.0"
}
}
4 changes: 2 additions & 2 deletions appengine/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"engines": {
"node": "20.x"
"node": "22.x"
},
"scripts": {
"start": "node app.js",
Expand All @@ -23,7 +23,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"mocha": "^10.0.0",
"mocha": "^11.0.0",
"supertest": "^7.0.0"
}
}
8 changes: 4 additions & 4 deletions appengine/endpoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"engines": {
"node": "20.x"
"node": "22.x"
},
"scripts": {
"deploy": "gcloud app deploy",
Expand All @@ -23,10 +23,10 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"mocha": "^10.0.0",
"chai": "^5.0.0",
"mocha": "^11.0.0",
"proxyquire": "^2.1.0",
"sinon": "^18.0.0",
"sinon": "^19.0.0",
"supertest": "^7.0.0",
"wait-port": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion appengine/hello-world/flexible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"mocha": "^10.0.0",
"mocha": "^11.0.0",
"supertest": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion appengine/hello-world/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"mocha": "^10.0.0",
"mocha": "^11.0.0",
"supertest": "^7.0.0"
}
}
6 changes: 3 additions & 3 deletions appengine/memcached/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache Version 2.0",
"author": "Google Inc.",
"engines": {
"node": "20.x"
"node": "22.x"
},
"scripts": {
"start": "node app.js",
Expand All @@ -18,8 +18,8 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"mocha": "^10.0.0",
"chai": "^5.0.0",
"mocha": "^11.0.0",
"wait-port": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion appengine/metadata/flexible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"mocha": "^10.0.0",
"mocha": "^11.0.0",
"supertest": "^7.0.0"
}
}
4 changes: 2 additions & 2 deletions appengine/metadata/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"type": "module",
"engines": {
"node": "20.x"
"node": "22.x"
},
"scripts": {
"system-test": "c8 mocha -p -j 2 --exit test/*.test.js",
Expand All @@ -23,7 +23,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"mocha": "^10.0.0",
"mocha": "^11.0.0",
"supertest": "^7.0.0"
}
}
8 changes: 4 additions & 4 deletions appengine/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache Version 2.0",
"author": "Google Inc.",
"engines": {
"node": "20.x"
"node": "22.x"
},
"scripts": {
"start": "node app.js",
Expand All @@ -20,11 +20,11 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"jsonwebtoken": "^9.0.0",
"mocha": "^10.0.0",
"mocha": "^11.0.0",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
"sinon": "^19.0.0",
"supertest": "^7.0.0",
"wait-port": "^1.0.4"
}
Expand Down
4 changes: 2 additions & 2 deletions appengine/static-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache Version 2.0",
"author": "Google Inc.",
"engines": {
"node": "20.x"
"node": "22.x"
},
"scripts": {
"start": "node app.js",
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"mocha": "^10.0.0",
"mocha": "^11.0.0",
"supertest": "^7.0.0"
}
}
6 changes: 3 additions & 3 deletions appengine/storage/flexible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"pug": "^3.0.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/express": "^5.0.0",
"@types/multer": "^1.4.7",
"@types/proxyquire": "^1.3.28",
"@types/supertest": "^6.0.0",
"@types/uuid": "^10.0.0",
"c8": "^10.0.0",
"mocha": "^10.2.0",
"mocha": "^11.0.0",
"proxyquire": "^2.1.3",
"supertest": "^7.0.0",
"uuid": "^10.0.0"
"uuid": "^11.0.0"
}
}
6 changes: 3 additions & 3 deletions appengine/storage/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"pug": "^3.0.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/express": "^5.0.0",
"@types/multer": "^1.4.7",
"@types/proxyquire": "^1.3.28",
"@types/supertest": "^6.0.0",
"@types/uuid": "^10.0.0",
"c8": "^10.0.0",
"mocha": "^10.2.0",
"mocha": "^11.0.0",
"proxyquire": "^2.1.3",
"supertest": "^7.0.0",
"uuid": "^10.0.0"
"uuid": "^11.0.0"
}
}
12 changes: 6 additions & 6 deletions appengine/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache Version 2.0",
"author": "Google Inc.",
"engines": {
"node": "20.x"
"node": "22.x"
},
"scripts": {
"prepare": "npm run gcp-build",
Expand All @@ -26,12 +26,12 @@
"express": "^4.16.3"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.0.0",
"@types/express": "^5.0.0",
"@types/node": "^22.0.0",
"c8": "^10.0.0",
"chai": "^4.5.0",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"chai": "^5.0.0",
"gts": "^6.0.0",
"mocha": "^11.0.0",
"typescript": "^5.0.0",
"wait-port": "^1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions appengine/websockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"mocha": "^10.0.0",
"puppeteer": "^23.0.0"
"mocha": "^11.0.0",
"puppeteer": "^24.0.0"
}
}
10 changes: 5 additions & 5 deletions asset/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"gts": "^5.0.0",
"mocha": "^10.0.0",
"sinon": "^18.0.0",
"uuid": "^10.0.0"
"chai": "^5.0.0",
"gts": "^6.0.0",
"mocha": "^11.0.0",
"sinon": "^19.0.0",
"uuid": "^11.0.0"
}
}
4 changes: 2 additions & 2 deletions auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
"mocha": "^11.0.0",
"uuid": "^11.0.0"
}
}
8 changes: 4 additions & 4 deletions automl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
],
"dependencies": {
"@google-cloud/automl": "^4.0.0",
"mathjs": "^13.0.0"
"mathjs": "^14.0.0"
},
"devDependencies": {
"@google-cloud/storage": "^7.0.0",
"c8": "^10.0.0",
"chai": "^4.5.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
"chai": "^5.0.0",
"mocha": "^11.0.0",
"uuid": "^11.0.0"
}
}
4 changes: 2 additions & 2 deletions batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@google-cloud/storage": "^7.0.0",
"@types/mocha": "^10.0.7",
"c8": "^10.0.0",
"mocha": "^10.0.0",
"nanoid": "^3.3.7"
"mocha": "^11.0.0",
"nanoid": "^5.0.0"
}
}
8 changes: 4 additions & 4 deletions bigquery/cloud-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache Version 2.0",
"author": "Google LLC",
"engines": {
"node": "20.x"
"node": "22.x"
},
"scripts": {
"deploy": "gcloud app deploy",
Expand All @@ -19,8 +19,8 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"mocha": "^10.0.0",
"sinon": "^18.0.0"
"chai": "^5.0.0",
"mocha": "^11.0.0",
"sinon": "^19.0.0"
}
}
8 changes: 4 additions & 4 deletions cloud-language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"dependencies": {
"@google-cloud/language": "^6.1.0",
"@google-cloud/storage": "^7.0.0",
"mathjs": "^13.0.0",
"mathjs": "^14.0.0",
"yargs": "^17.0.0"
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
"chai": "^5.0.0",
"mocha": "^11.0.0",
"uuid": "^11.0.0"
}
}
2 changes: 1 addition & 1 deletion cloud-sql/mysql/mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

# Create and change to the app directory.
WORKDIR /app
Expand Down
Loading
Loading