Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 29, 2024
1 parent 5c5f335 commit 23dc9c4
Show file tree
Hide file tree
Showing 148 changed files with 170 additions and 170 deletions.
4 changes: 2 additions & 2 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",
"chai": "^5.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0",
"sinon": "^18.0.0"
"sinon": "^19.0.0"
}
}

2 changes: 1 addition & 1 deletion appengine/building-an-app/update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"c8": "^10.0.0",
"mocha": "^10.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/endpoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.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/memcached/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0",
"wait-port": "^1.0.4"
}
Expand Down
4 changes: 2 additions & 2 deletions appengine/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"proxyquire": "^2.1.3",
"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/storage/flexible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"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",
Expand Down
2 changes: 1 addition & 1 deletion appengine/storage/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"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",
Expand Down
6 changes: 3 additions & 3 deletions appengine/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"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",
"chai": "^5.0.0",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"typescript": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 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",
"chai": "^5.0.0",
"gts": "^5.0.0",
"mocha": "^10.0.0",
"sinon": "^18.0.0",
"sinon": "^19.0.0",
"uuid": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion automl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@google-cloud/storage": "^7.0.0",
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/mocha": "^10.0.7",
"c8": "^10.0.0",
"mocha": "^10.0.0",
"nanoid": "^3.3.7"
"nanoid": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion cloud-language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
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
2 changes: 1 addition & 1 deletion cloud-sql/mysql/mysql2/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
2 changes: 1 addition & 1 deletion cloud-sql/postgres/knex/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
2 changes: 1 addition & 1 deletion cloud-sql/sqlserver/mssql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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
2 changes: 1 addition & 1 deletion cloud-sql/sqlserver/tedious/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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
2 changes: 1 addition & 1 deletion cloud-tasks/snippets/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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 /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion cloud-tasks/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion cloud-tasks/tutorial-gcf/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion cloud-tasks/tutorial-gcf/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"c8": "^10.0.0",
"mocha": "^10.0.0",
"proxyquire": "^2.1.0",
"sinon": "^18.0.0"
"sinon": "^19.0.0"
}
}
2 changes: 1 addition & 1 deletion cloudbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion composer/functions/composer-storage-trigger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"mocha": "^10.0.0",
"proxyquire": "^2.1.0",
"sinon": "^18.0.0"
"sinon": "^19.0.0"
},
"scripts": {
"test": "mocha test/*.test.js --timeout=20000"
Expand Down
2 changes: 1 addition & 1 deletion composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@google-cloud/storage": "^7.0.0",
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0",
"proxyquire": "^2.0.1",
"uuid": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion contact-center-insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion container-analysis/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion datacatalog/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"execa": "^9.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion datalabeling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion dataproc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion datastore/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"mocha": "^10.0.0",
"node-fetch": "^3.0.0",
"proxyquire": "^2.1.0",
"sinon": "^18.0.0",
"sinon": "^19.0.0",
"uuid": "^10.0.0",
"wait-port": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion dialogflow-cx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion dialogflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion discoveryengine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"p-queue": "^8.0.0"
},
"devDependencies": {
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions dlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mime": "^4.0.0",
"mocha": "^10.0.0",
"pixelmatch": "^6.0.0",
"pngjs": "^7.0.0",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
"sinon": "^19.0.0",
"uuid": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion document-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion endpoints/getting-started-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"yargs": "^17.0.0"
},
"devDependencies": {
"chai": "^4.5.0",
"chai": "^5.0.0",
"mocha": "^10.0.0",
"wait-port": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion endpoints/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"c8": "^10.0.0",
"mocha": "^10.0.0",
"proxyquire": "^2.1.0",
"sinon": "^18.0.0",
"sinon": "^19.0.0",
"supertest": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion error-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.0.0",
"gaxios": "^6.0.0",
"mocha": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion eventarc/audit-storage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 /usr/src/app

Expand Down
Loading

0 comments on commit 23dc9c4

Please sign in to comment.