Skip to content

Commit bb70314

Browse files
committed
fix(deps): update all dependencies
1 parent 73de2e8 commit bb70314

File tree

134 files changed

+154
-154
lines changed

Some content is hidden

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

134 files changed

+154
-154
lines changed

.github/workflows/remove-label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
timeout-minutes: 5
2727
steps:
28-
- uses: actions/github-script@v6
28+
- uses: actions/github-script@v7
2929
with:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
3131
script: |

ai-platform/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"chai": "^4.2.0",
2323
"mocha": "^10.0.0",
2424
"uuid": "^9.0.0",
25-
"sinon": "^16.0.0"
25+
"sinon": "^17.0.0"
2626
}
2727
}

appengine/analytics/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": "16.x.x"
13+
"node": "20.x"
1414
},
1515
"scripts": {
1616
"start": "node app.js",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"express": "^4.16.4",
22-
"node-fetch": "^2.6.1"
22+
"node-fetch": "^3.0.0"
2323
},
2424
"devDependencies": {
2525
"c8": "^8.0.0",

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": "16.x.x"
17+
"node": "20.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": "16.x.x"
17+
"node": "20.x"
1818
},
1919
"author": "Google Inc.",
2020
"license": "Apache-2.0",
@@ -25,7 +25,7 @@
2525
"c8": "^8.0.0",
2626
"mocha": "^10.0.0",
2727
"proxyquire": "^2.1.3",
28-
"sinon": "^16.0.0",
28+
"sinon": "^17.0.0",
2929
"supertest": "^6.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": "16.x.x"
13+
"node": "20.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": "16.x.x"
13+
"node": "20.x"
1414
},
1515
"scripts": {
1616
"deploy": "gcloud app deploy",
@@ -26,7 +26,7 @@
2626
"chai": "^4.2.0",
2727
"mocha": "^10.0.0",
2828
"proxyquire": "^2.1.0",
29-
"sinon": "^16.0.0",
29+
"sinon": "^17.0.0",
3030
"supertest": "^6.0.0",
3131
"wait-port": "^1.0.4"
3232
}

appengine/hello-world/flexible_nodejs16_and_earlier/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": "=v16.20.2"
13+
"node": "=20.9.0"
1414
},
1515
"scripts": {
1616
"start": "node app.js",

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": "16.x.x"
9+
"node": "20.x"
1010
},
1111
"scripts": {
1212
"start": "node app.js",

appengine/metadata/flexible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"express": "^4.17.1",
21-
"node-fetch": "^2.6.1"
21+
"node-fetch": "^3.0.0"
2222
},
2323
"devDependencies": {
2424
"c8": "^8.0.0",

appengine/metadata/flexible_nodejs16_and_earlier/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1111
},
1212
"engines": {
13-
"node": "16.x.x"
13+
"node": "20.x"
1414
},
1515
"scripts": {
1616
"system-test": "c8 mocha -p -j 2 --exit test/*.test.js",
1717
"test": "npm run system-test"
1818
},
1919
"dependencies": {
2020
"express": "^4.17.1",
21-
"node-fetch": "^2.6.1"
21+
"node-fetch": "^3.0.0"
2222
},
2323
"devDependencies": {
2424
"c8": "^8.0.0",

appengine/metadata/standard/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1111
},
1212
"engines": {
13-
"node": "16.x.x"
13+
"node": "20.x"
1414
},
1515
"scripts": {
1616
"system-test": "c8 mocha -p -j 2 --exit test/*.test.js",
1717
"test": "npm run system-test"
1818
},
1919
"dependencies": {
2020
"express": "^4.17.1",
21-
"node-fetch": "^2.6.1"
21+
"node-fetch": "^3.0.0"
2222
},
2323
"devDependencies": {
2424
"c8": "^8.0.0",

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": "16.x.x"
9+
"node": "20.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": "^16.0.0",
27+
"sinon": "^17.0.0",
2828
"supertest": "^6.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": "16.x.x"
9+
"node": "20.x"
1010
},
1111
"scripts": {
1212
"start": "node app.js",

appengine/storage/flexible_nodejs16_and_earlier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"test": "c8 mocha -p -j 2 system-test/*.test.js --exit --timeout=30000"
77
},
88
"engines": {
9-
"node": "16.x.x"
9+
"node": "20.x"
1010
},
1111
"dependencies": {
1212
"@google-cloud/storage": "^7.0.0",

appengine/twilio/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": "16.x.x"
9+
"node": "20.x"
1010
},
1111
"scripts": {
1212
"start": "node app.js",
@@ -20,7 +20,7 @@
2020
"c8": "^8.0.0",
2121
"mocha": "^10.0.0",
2222
"proxyquire": "^2.1.0",
23-
"sinon": "^16.0.0",
23+
"sinon": "^17.0.0",
2424
"supertest": "^6.0.0"
2525
}
2626
}

appengine/typescript/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": "16.x.x"
9+
"node": "20.x"
1010
},
1111
"scripts": {
1212
"prepare": "npm run gcp-build",
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@types/express": "^4.17.17",
30-
"@types/node": "^18.13.0",
30+
"@types/node": "^20.0.0",
3131
"c8": "^8.0.0",
3232
"chai": "^4.3.7",
3333
"gts": "^5.0.0",

asset/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"chai": "^4.2.0",
2828
"gts": "^5.0.0",
2929
"mocha": "^10.0.0",
30-
"sinon": "^16.0.0",
30+
"sinon": "^17.0.0",
3131
"uuid": "^9.0.0"
3232
}
3333
}

automl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"dependencies": {
1919
"@google-cloud/automl": "^4.0.0",
20-
"mathjs": "^11.0.0"
20+
"mathjs": "^12.0.0"
2121
},
2222
"devDependencies": {
2323
"@google-cloud/storage": "^7.0.0",

batch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"c8": "^8.0.0",
2121
"mocha": "^10.0.0",
22-
"nanoid": "^3.3.0",
22+
"nanoid": "^5.0.0",
2323
"@google-cloud/storage": "^7.0.0",
2424
"@google-cloud/resource-manager": "^5.0.0",
2525
"@google-cloud/compute": "^4.0.0"

cloud-language/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@google-cloud/language": "^6.1.0",
1919
"@google-cloud/storage": "^7.0.0",
20-
"mathjs": "^11.0.0",
20+
"mathjs": "^12.0.0",
2121
"yargs": "^17.0.0"
2222
},
2323
"devDependencies": {

cloud-sql/mysql/mysql/Dockerfile

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

55
# Use the official lightweight Node.js image.
66
# https://hub.docker.com/_/node
7-
FROM node:18-slim
7+
FROM node:20-slim
88

99
# Create and change to the app directory.
1010
WORKDIR /app

cloud-sql/mysql/mysql2/Dockerfile

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

55
# Use the official lightweight Node.js image.
66
# https://hub.docker.com/_/node
7-
FROM node:18-slim
7+
FROM node:20-slim
88

99
# Create and change to the app directory.
1010
WORKDIR /app

cloud-sql/postgres/knex/Dockerfile

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

55
# Use the official lightweight Node.js image.
66
# https://hub.docker.com/_/node
7-
FROM node:18-slim
7+
FROM node:20-slim
88

99
# Create and change to the app directory.
1010
WORKDIR /app

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:18-slim
18+
FROM node:20-slim
1919

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

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:18-slim
18+
FROM node:20-slim
1919

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

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 Node.js 10 image.
22
# https://hub.docker.com/_/node
3-
FROM node:10
3+
FROM node:20
44

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

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": "^8.0.0",
1818
"mocha": "^10.0.0",
1919
"proxyquire": "^2.1.0",
20-
"sinon": "^16.0.0"
20+
"sinon": "^17.0.0"
2121
}
2222
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"dependencies": {
55
"form-data": "^4.0.0",
6-
"node-fetch": "^2.2.0"
6+
"node-fetch": "^3.0.0"
77
},
88
"engines": {
99
"node": ">=16.0.0"
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"mocha": "^10.0.0",
2020
"proxyquire": "^2.1.0",
21-
"sinon": "^16.0.0"
21+
"sinon": "^17.0.0"
2222
},
2323
"scripts": {
2424
"test": "mocha test/*.test.js --timeout=20000"

datastore/functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"c8": "^8.0.0",
2222
"child-process-promise": "^2.2.1",
2323
"mocha": "^10.0.0",
24-
"node-fetch": "^2.6.1",
24+
"node-fetch": "^3.0.0",
2525
"proxyquire": "^2.1.0",
26-
"sinon": "^16.0.0",
26+
"sinon": "^17.0.0",
2727
"uuid": "^9.0.0",
2828
"wait-port": "^1.0.4"
2929
}

discoveryengine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@google-cloud/discoveryengine": "^1.0.0",
17-
"p-queue": "^6.6.2"
17+
"p-queue": "^7.0.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

dlp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"pixelmatch": "^5.0.0",
2828
"pngjs": "^7.0.0",
2929
"proxyquire": "^2.1.3",
30-
"sinon": "^16.0.0",
30+
"sinon": "^17.0.0",
3131
"uuid": "^9.0.0"
3232
}
3333
}

document-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@google-cloud/documentai": "^8.0.0",
1717
"@google-cloud/storage": "^7.0.0",
18-
"p-queue": "^6.6.2"
18+
"p-queue": "^7.0.0"
1919
},
2020
"devDependencies": {
2121
"c8": "^8.0.0",

document-warehouse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "c8 mocha test/*.test.js --timeout 600000"
88
},
99
"dependencies": {
10-
"@google-cloud/contentwarehouse": "^0.5.1",
10+
"@google-cloud/contentwarehouse": "^1.0.0",
1111
"@google-cloud/iam": "^1.0.0",
1212
"@google-cloud/resource-manager": "^5.0.0"
1313
},

endpoints/getting-started/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"c8": "^8.0.0",
2424
"mocha": "^10.0.0",
2525
"proxyquire": "^2.1.0",
26-
"sinon": "^16.0.0",
26+
"sinon": "^17.0.0",
2727
"supertest": "^6.0.0"
2828
}
2929
}

0 commit comments

Comments
 (0)