diff --git a/ai-platform/snippets/package.json b/ai-platform/snippets/package.json index cdf0b0adb14..1927ddbc460 100644 --- a/ai-platform/snippets/package.json +++ b/ai-platform/snippets/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js" @@ -13,15 +13,15 @@ "test": "c8 mocha --timeout 2400000 test/*.js" }, "dependencies": { - "@google-cloud/aiplatform": "^2.3.0", - "@google-cloud/bigquery": "^7.0.0", - "@google-cloud/storage": "^6.0.0" + "@google-cloud/aiplatform": "2.17.0", + "@google-cloud/bigquery": "7.1.1", + "@google-cloud/storage": "6.12.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0", - "sinon": "^15.1.2" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0", + "sinon": "15.2.0" } } diff --git a/appengine/analytics/package.json b/appengine/analytics/package.json index ede1fa1e363..ee4205c5263 100644 --- a/appengine/analytics/package.json +++ b/appengine/analytics/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": "16.x.x" + "node": "16.20.2" }, "scripts": { "start": "node app.js", @@ -18,12 +18,12 @@ "test": "npm run system-test" }, "dependencies": { - "express": "^4.16.4", - "node-fetch": "^2.6.1" + "express": "4.18.2", + "node-fetch": "2.6.12" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/appengine/building-an-app/build/package.json b/appengine/building-an-app/build/package.json index d92fcb492cf..7e88ea1dcaf 100644 --- a/appengine/building-an-app/build/package.json +++ b/appengine/building-an-app/build/package.json @@ -14,16 +14,16 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": "16.x.x" + "node": "16.20.2" }, "author": "Google Inc.", "license": "Apache-2.0", "dependencies": { - "express": "^4.16.3" + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/appengine/building-an-app/update/package.json b/appengine/building-an-app/update/package.json index 2284c387ea6..4ca426349aa 100644 --- a/appengine/building-an-app/update/package.json +++ b/appengine/building-an-app/update/package.json @@ -14,18 +14,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": "16.x.x" + "node": "16.20.2" }, "author": "Google Inc.", "license": "Apache-2.0", "dependencies": { - "express": "^4.16.3" + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.3", - "sinon": "^15.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0", + "supertest": "6.3.3" } } diff --git a/appengine/datastore/package.json b/appengine/datastore/package.json index 244ba507546..5784491aab8 100644 --- a/appengine/datastore/package.json +++ b/appengine/datastore/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": "16.x.x" + "node": "16.20.2" }, "scripts": { "start": "node app.js", @@ -18,12 +18,12 @@ "test": "npm run system-test" }, "dependencies": { - "@google-cloud/datastore": "^7.0.0", - "express": "^4.16.4" + "@google-cloud/datastore": "7.5.1", + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/appengine/endpoints/package.json b/appengine/endpoints/package.json index 3bb42a1ddb9..4b234bf4a60 100644 --- a/appengine/endpoints/package.json +++ b/appengine/endpoints/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": "16.x.x" + "node": "16.20.2" }, "scripts": { "deploy": "gcloud app deploy", @@ -19,15 +19,15 @@ "test": "npm run unit-test" }, "dependencies": { - "express": "^4.16.4" + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0", - "wait-port": "^1.0.4" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0", + "supertest": "6.3.3", + "wait-port": "1.0.4" } } diff --git a/appengine/hello-world/flexible/package.json b/appengine/hello-world/flexible/package.json index 4b4775f3b56..0b5495c5559 100644 --- a/appengine/hello-world/flexible/package.json +++ b/appengine/hello-world/flexible/package.json @@ -10,18 +10,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=18.x.x" + "node": "20.5.1" }, "scripts": { "start": "node app.js", "test": "c8 mocha --exit test/*.test.js" }, "dependencies": { - "express": "^4.17.1" + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/appengine/hello-world/flexible_nodejs16_and_earlier/package.json b/appengine/hello-world/flexible_nodejs16_and_earlier/package.json index 33270469762..3f04f244e8e 100644 --- a/appengine/hello-world/flexible_nodejs16_and_earlier/package.json +++ b/appengine/hello-world/flexible_nodejs16_and_earlier/package.json @@ -17,11 +17,11 @@ "test": "c8 mocha --exit test/*.test.js" }, "dependencies": { - "express": "^4.17.1" + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/appengine/hello-world/standard/package.json b/appengine/hello-world/standard/package.json index 33b5bf0d8c7..57c1f6d0ea0 100644 --- a/appengine/hello-world/standard/package.json +++ b/appengine/hello-world/standard/package.json @@ -10,18 +10,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=14.0.0" + "node": "20.5.1" }, "scripts": { "start": "node app.js", "test": "c8 mocha --exit test/*.test.js" }, "dependencies": { - "express": "^4.17.1" + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/appengine/memcached/package.json b/appengine/memcached/package.json index 6c6f5a30f87..9c8485ea94b 100644 --- a/appengine/memcached/package.json +++ b/appengine/memcached/package.json @@ -6,20 +6,20 @@ "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { - "node": "16.x.x" + "node": "16.20.2" }, "scripts": { "start": "node app.js", "test": "c8 mocha --exit test/*.test.js" }, "dependencies": { - "express": "^4.16.4", - "memjs": "^1.2.0" + "express": "4.18.2", + "memjs": "1.3.1" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "wait-port": "^1.0.4" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "wait-port": "1.0.4" } } diff --git a/appengine/metadata/flexible/package.json b/appengine/metadata/flexible/package.json index 77089b6063e..14145f25923 100644 --- a/appengine/metadata/flexible/package.json +++ b/appengine/metadata/flexible/package.json @@ -10,19 +10,19 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">= 18.x.x" + "node": "20.5.1" }, "scripts": { "system-test": "c8 mocha --exit test/*.test.js", "test": "npm run system-test" }, "dependencies": { - "express": "^4.17.1", - "node-fetch": "^2.6.1" + "express": "4.18.2", + "node-fetch": "2.6.12" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/appengine/metadata/flexible_nodejs16_and_earlier/package.json b/appengine/metadata/flexible_nodejs16_and_earlier/package.json index 39b20510e40..615e0f699ce 100644 --- a/appengine/metadata/flexible_nodejs16_and_earlier/package.json +++ b/appengine/metadata/flexible_nodejs16_and_earlier/package.json @@ -10,19 +10,19 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": "16.x.x" + "node": "16.20.2" }, "scripts": { "system-test": "c8 mocha --exit test/*.test.js", "test": "npm run system-test" }, "dependencies": { - "express": "^4.17.1", - "node-fetch": "^2.6.1" + "express": "4.18.2", + "node-fetch": "2.6.12" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/appengine/metadata/standard/package.json b/appengine/metadata/standard/package.json index 2ab1b539271..027fce4af7c 100644 --- a/appengine/metadata/standard/package.json +++ b/appengine/metadata/standard/package.json @@ -10,19 +10,19 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": "16.x.x" + "node": "16.20.2" }, "scripts": { "system-test": "c8 mocha --exit test/*.test.js", "test": "npm run system-test" }, "dependencies": { - "express": "^4.17.1", - "node-fetch": "^2.6.1" + "express": "4.18.2", + "node-fetch": "2.6.12" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/appengine/pubsub/package.json b/appengine/pubsub/package.json index ba86d0cd2ab..291568d86ac 100644 --- a/appengine/pubsub/package.json +++ b/appengine/pubsub/package.json @@ -6,26 +6,26 @@ "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { - "node": "16.x.x" + "node": "16.20.2" }, "scripts": { "start": "node app.js", "test": "c8 mocha test/*.test.js --timeout=30000 --exit" }, "dependencies": { - "@google-cloud/pubsub": "^4.0.0", - "express": "^4.17.1", - "google-auth-library": "^9.0.0", - "pug": "^3.0.0" + "@google-cloud/pubsub": "4.0.1", + "express": "4.18.2", + "google-auth-library": "9.0.0", + "pug": "3.0.2" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.3.7", - "jsonwebtoken": "^9.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.3", - "sinon": "^15.0.0", - "supertest": "^6.0.0", - "wait-port": "^1.0.4" + "c8": "8.0.1", + "chai": "4.3.7", + "jsonwebtoken": "9.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0", + "supertest": "6.3.3", + "wait-port": "1.0.4" } } diff --git a/appengine/static-files/package.json b/appengine/static-files/package.json index cd390fad5db..e27a98c2a6e 100644 --- a/appengine/static-files/package.json +++ b/appengine/static-files/package.json @@ -6,19 +6,19 @@ "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { - "node": "16.x.x" + "node": "16.20.2" }, "scripts": { "start": "node app.js", "test": "c8 mocha --exit test/*.test.js --url localhost:8080/static/main.css" }, "dependencies": { - "express": "^4.16.4", - "pug": "^3.0.0" + "express": "4.18.2", + "pug": "3.0.2" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/appengine/storage/flexible/package.json b/appengine/storage/flexible/package.json index 656160f9de7..9222d22bb03 100644 --- a/appengine/storage/flexible/package.json +++ b/appengine/storage/flexible/package.json @@ -6,24 +6,24 @@ "test": "c8 mocha system-test/*.test.js --exit --timeout=30000" }, "engines": { - "node": ">=18.x.x" + "node": "20.5.1" }, "dependencies": { - "@google-cloud/storage": "^6.9.3", - "express": "^4.18.2", - "multer": "^1.4.5-lts.1", - "pug": "^3.0.2" + "@google-cloud/storage": "6.12.0", + "express": "4.18.2", + "multer": "1.4.5-lts.1", + "pug": "3.0.2" }, "devDependencies": { - "@types/express": "^4.17.17", - "@types/multer": "^1.4.7", - "@types/proxyquire": "^1.3.28", - "@types/supertest": "^2.0.12", - "@types/uuid": "^9.0.1", - "c8": "^8.0.0", - "mocha": "^10.2.0", - "proxyquire": "^2.1.3", - "supertest": "^6.3.3", - "uuid": "^9.0.0" + "@types/express": "4.17.17", + "@types/multer": "1.4.7", + "@types/proxyquire": "1.3.28", + "@types/supertest": "2.0.12", + "@types/uuid": "9.0.2", + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "supertest": "6.3.3", + "uuid": "9.0.0" } } diff --git a/appengine/storage/flexible_nodejs16_and_earlier/package.json b/appengine/storage/flexible_nodejs16_and_earlier/package.json index 3c575636bce..4876a6da47d 100644 --- a/appengine/storage/flexible_nodejs16_and_earlier/package.json +++ b/appengine/storage/flexible_nodejs16_and_earlier/package.json @@ -6,24 +6,24 @@ "test": "c8 mocha system-test/*.test.js --exit --timeout=30000" }, "engines": { - "node": "16.x.x" + "node": "16.20.2" }, "dependencies": { - "@google-cloud/storage": "^6.9.3", - "express": "^4.18.2", - "multer": "^1.4.5-lts.1", - "pug": "^3.0.2" + "@google-cloud/storage": "6.12.0", + "express": "4.18.2", + "multer": "1.4.5-lts.1", + "pug": "3.0.2" }, "devDependencies": { - "@types/express": "^4.17.17", - "@types/multer": "^1.4.7", - "@types/proxyquire": "^1.3.28", - "@types/supertest": "^2.0.12", - "@types/uuid": "^9.0.1", - "c8": "^8.0.0", - "mocha": "^10.2.0", - "proxyquire": "^2.1.3", - "supertest": "^6.3.3", - "uuid": "^9.0.0" + "@types/express": "4.17.17", + "@types/multer": "1.4.7", + "@types/proxyquire": "1.3.28", + "@types/supertest": "2.0.12", + "@types/uuid": "9.0.2", + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "supertest": "6.3.3", + "uuid": "9.0.0" } } diff --git a/appengine/storage/standard/package.json b/appengine/storage/standard/package.json index fedfa5acd4d..9222d22bb03 100644 --- a/appengine/storage/standard/package.json +++ b/appengine/storage/standard/package.json @@ -6,24 +6,24 @@ "test": "c8 mocha system-test/*.test.js --exit --timeout=30000" }, "engines": { - "node": ">=14.0.0" + "node": "20.5.1" }, "dependencies": { - "@google-cloud/storage": "^6.9.3", - "express": "^4.18.2", - "multer": "^1.4.5-lts.1", - "pug": "^3.0.2" + "@google-cloud/storage": "6.12.0", + "express": "4.18.2", + "multer": "1.4.5-lts.1", + "pug": "3.0.2" }, "devDependencies": { - "@types/express": "^4.17.17", - "@types/multer": "^1.4.7", - "@types/proxyquire": "^1.3.28", - "@types/supertest": "^2.0.12", - "@types/uuid": "^9.0.1", - "c8": "^8.0.0", - "mocha": "^10.2.0", - "proxyquire": "^2.1.3", - "supertest": "^6.3.3", - "uuid": "^9.0.0" + "@types/express": "4.17.17", + "@types/multer": "1.4.7", + "@types/proxyquire": "1.3.28", + "@types/supertest": "2.0.12", + "@types/uuid": "9.0.2", + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "supertest": "6.3.3", + "uuid": "9.0.0" } } diff --git a/appengine/twilio/package.json b/appengine/twilio/package.json index a4698a46ff4..8b2fff585e8 100644 --- a/appengine/twilio/package.json +++ b/appengine/twilio/package.json @@ -6,21 +6,21 @@ "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { - "node": "16.x.x" + "node": "16.20.2" }, "scripts": { "start": "node app.js", "test": "c8 mocha test/*.test.js" }, "dependencies": { - "express": "^4.16.4", - "twilio": "^4.0.0" + "express": "4.18.2", + "twilio": "4.15.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0", + "supertest": "6.3.3" } } diff --git a/appengine/typescript/package.json b/appengine/typescript/package.json index 35489c1160d..6fa1b6c8d7d 100644 --- a/appengine/typescript/package.json +++ b/appengine/typescript/package.json @@ -6,7 +6,7 @@ "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { - "node": "16.x.x" + "node": "16.20.2" }, "scripts": { "prepare": "npm run gcp-build", @@ -22,17 +22,17 @@ "gcp-build": "tsc -p ." }, "dependencies": { - "@typescript-eslint/parser": "^5.59.0", - "express": "^4.16.3" + "@typescript-eslint/parser": "5.62.0", + "express": "4.18.2" }, "devDependencies": { - "@types/express": "^4.17.17", - "@types/node": "^18.13.0", - "c8": "^8.0.0", - "chai": "^4.3.7", - "gts": "^5.0.0", - "mocha": "^10.2.0", - "typescript": "^5.0.0", - "wait-port": "^1.0.0" + "@types/express": "4.17.17", + "@types/node": "18.17.5", + "c8": "8.0.1", + "chai": "4.3.7", + "gts": "5.0.0", + "mocha": "10.2.0", + "typescript": "5.1.6", + "wait-port": "1.0.4" } } diff --git a/appengine/websockets/package.json b/appengine/websockets/package.json index 77c410f7a91..3973283501d 100644 --- a/appengine/websockets/package.json +++ b/appengine/websockets/package.json @@ -6,7 +6,7 @@ "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { - "node": ">=16.x.x" + "node": "20.5.1" }, "scripts": { "deploy": "gcloud app deploy", @@ -15,14 +15,14 @@ "e2e-test": "samples test deploy" }, "dependencies": { - "express": "^4.15.4", - "pug": "^3.0.0", + "express": "4.18.2", + "pug": "3.0.2", "socket.io": "^4.6.1", - "supertest": "^6.0.0" + "supertest": "6.3.3" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "puppeteer": "^21.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "puppeteer": "21.0.3" } } diff --git a/asset/snippets/package.json b/asset/snippets/package.json index 9fc0499e654..81f1a3f1cc2 100644 --- a/asset/snippets/package.json +++ b/asset/snippets/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js" @@ -16,18 +16,18 @@ "test": "c8 mocha test --timeout 600000" }, "dependencies": { - "@google-cloud/asset": "^5.0.0", - "@google-cloud/bigquery": "^7.0.0", - "@google-cloud/compute": "^3.0.0", - "@google-cloud/resource-manager": "^4.1.1", - "@google-cloud/storage": "^6.0.0" + "@google-cloud/asset": "5.0.1", + "@google-cloud/bigquery": "7.1.1", + "@google-cloud/compute": "3.10.0", + "@google-cloud/resource-manager": "4.3.0", + "@google-cloud/storage": "6.12.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "gts": "^5.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "gts": "5.0.0", + "mocha": "10.2.0", + "sinon": "15.2.0", + "uuid": "9.0.0" } } diff --git a/auth/package.json b/auth/package.json index b55d3349fc0..e30ef644b8b 100644 --- a/auth/package.json +++ b/auth/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test:auth": "c8 mocha system-test/auth.test.js --timeout=30000", @@ -18,13 +18,13 @@ "system-test": "c8 mocha system-test/*.test.js --timeout=30000" }, "dependencies": { - "@google-cloud/storage": "^6.0.0", - "google-auth-library": "^9.0.0", - "yargs": "^17.0.0" + "@google-cloud/storage": "6.12.0", + "google-auth-library": "9.0.0", + "yargs": "17.7.2" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/automl/package.json b/automl/package.json index 17328833110..634d999301a 100644 --- a/automl/package.json +++ b/automl/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "repository": "googleapis/nodejs-automl", "private": true, @@ -16,14 +16,14 @@ "!test/" ], "dependencies": { - "@google-cloud/automl": "^3.1.2", - "mathjs": "^11.0.0" + "@google-cloud/automl": "3.1.3", + "mathjs": "11.9.1" }, "devDependencies": { - "@google-cloud/storage": "^6.0.0", - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "@google-cloud/storage": "6.12.0", + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/batch/package.json b/batch/package.json index dc3e9529966..cc96d0a6cbf 100644 --- a/batch/package.json +++ b/batch/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js" @@ -14,14 +14,14 @@ "publish": "echo 'sample test; do not publish'" }, "dependencies": { - "@google-cloud/batch": "^1.0.0" + "@google-cloud/batch": "1.1.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "nanoid": "^3.3.0", - "@google-cloud/storage": "^6.7.0", - "@google-cloud/resource-manager": "^4.1.1", - "@google-cloud/compute": "^3.6.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "nanoid": "3.3.6", + "@google-cloud/storage": "6.12.0", + "@google-cloud/resource-manager": "4.3.0", + "@google-cloud/compute": "3.10.0" } } diff --git a/cloud-language/package.json b/cloud-language/package.json index cd28a677e1e..552a1f4f92c 100644 --- a/cloud-language/package.json +++ b/cloud-language/package.json @@ -3,7 +3,7 @@ "license": "Apache-2.0", "author": "Google Inc.", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "repository": "googleapis/nodejs-language", "private": true, @@ -15,15 +15,15 @@ "test": "c8 mocha --timeout 60000" }, "dependencies": { - "@google-cloud/language": "^5.1.0", - "@google-cloud/storage": "^6.0.0", - "mathjs": "^11.0.0", - "yargs": "^17.0.0" + "@google-cloud/language": "5.3.0", + "@google-cloud/storage": "6.12.0", + "mathjs": "11.9.1", + "yargs": "17.7.2" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/cloud-sql/mysql/mysql/package.json b/cloud-sql/mysql/mysql/package.json index 3edfdd245b3..42af167ba65 100644 --- a/cloud-sql/mysql/mysql/package.json +++ b/cloud-sql/mysql/mysql/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "start": "node server/server.js", @@ -18,17 +18,17 @@ "test": "npm run system-test && npm run system-test-unix" }, "dependencies": { - "@google-cloud/functions-framework": "^3.0.0", - "@google-cloud/logging-winston": "^5.0.0", - "@google-cloud/secret-manager": "^4.0.0", - "express": "^4.17.1", - "promise-mysql": "^5.0.0", - "pug": "^3.0.0", - "winston": "^3.1.0" + "@google-cloud/functions-framework": "3.3.0", + "@google-cloud/logging-winston": "5.3.0", + "@google-cloud/secret-manager": "4.2.2", + "express": "4.18.2", + "promise-mysql": "5.2.0", + "pug": "3.0.2", + "winston": "3.10.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/cloud-sql/mysql/mysql2/package.json b/cloud-sql/mysql/mysql2/package.json index ac2e432a411..1fa524fa43e 100644 --- a/cloud-sql/mysql/mysql2/package.json +++ b/cloud-sql/mysql/mysql2/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=14.0.0" + "node": "20.5.1" }, "scripts": { "start": "node server/server.js", @@ -19,18 +19,18 @@ "test": "npm run system-test && npm run system-test-tcp && npm run system-test-unix" }, "dependencies": { - "@google-cloud/cloud-sql-connector": "^0.5.0", - "@google-cloud/functions-framework": "^3.0.0", - "@google-cloud/logging-winston": "^5.0.0", - "@google-cloud/secret-manager": "^4.0.0", - "express": "^4.17.1", - "mysql2": "^3.3.3", - "pug": "^3.0.0", - "winston": "^3.1.0" + "@google-cloud/cloud-sql-connector": "0.5.1", + "@google-cloud/functions-framework": "3.3.0", + "@google-cloud/logging-winston": "5.3.0", + "@google-cloud/secret-manager": "4.2.2", + "express": "4.18.2", + "mysql2": "3.6.0", + "pug": "3.0.2", + "winston": "3.10.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/cloud-sql/postgres/knex/package.json b/cloud-sql/postgres/knex/package.json index ced2d628ae3..3be6469b742 100644 --- a/cloud-sql/postgres/knex/package.json +++ b/cloud-sql/postgres/knex/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "start": "node server/server.js", @@ -18,19 +18,19 @@ "test": "c8 mocha test/*.test.js --timeout=60000 --exit" }, "dependencies": { - "@google-cloud/cloud-sql-connector": "^0.5.0", - "@google-cloud/functions-framework": "^3.0.0", - "@google-cloud/logging-winston": "^5.0.0", - "@google-cloud/secret-manager": "^4.0.0", - "express": "^4.16.2", - "knex": "^2.0.0", - "pg": "^8.0.0", - "pug": "^3.0.0", - "winston": "^3.1.0" + "@google-cloud/cloud-sql-connector": "0.5.1", + "@google-cloud/functions-framework": "3.3.0", + "@google-cloud/logging-winston": "5.3.0", + "@google-cloud/secret-manager": "4.2.2", + "express": "4.18.2", + "knex": "2.5.1", + "pg": "8.11.2", + "pug": "3.0.2", + "winston": "3.10.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/cloud-sql/sqlserver/mssql/package.json b/cloud-sql/sqlserver/mssql/package.json index e61d250f7ab..8b7f40c0c10 100644 --- a/cloud-sql/sqlserver/mssql/package.json +++ b/cloud-sql/sqlserver/mssql/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "start": "node server/server.js", @@ -17,17 +17,17 @@ "test": "npm run system-test" }, "dependencies": { - "@google-cloud/functions-framework": "^3.0.0", - "@google-cloud/logging-winston": "^5.0.0", - "@google-cloud/secret-manager": "^4.0.0", - "express": "^4.17.1", - "mssql": "^9.0.0", - "pug": "^3.0.0", - "winston": "^3.1.0" + "@google-cloud/functions-framework": "3.3.0", + "@google-cloud/logging-winston": "5.3.0", + "@google-cloud/secret-manager": "4.2.2", + "express": "4.18.2", + "mssql": "9.1.3", + "pug": "3.0.2", + "winston": "3.10.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/cloud-sql/sqlserver/tedious/package.json b/cloud-sql/sqlserver/tedious/package.json index 90b13789818..7282f11583e 100644 --- a/cloud-sql/sqlserver/tedious/package.json +++ b/cloud-sql/sqlserver/tedious/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=14.0.0" + "node": "20.5.1" }, "scripts": { "start": "node server/server.js", @@ -17,18 +17,18 @@ "test": "npm run system-test" }, "dependencies": { - "@google-cloud/cloud-sql-connector": "^0.5.0", - "@google-cloud/functions-framework": "^3.0.0", - "@google-cloud/logging-winston": "^5.0.0", - "@google-cloud/secret-manager": "^4.0.0", - "express": "^4.17.1", - "pug": "^3.0.0", - "tedious": "^16.1.0", - "winston": "^3.1.0" + "@google-cloud/cloud-sql-connector": "0.5.1", + "@google-cloud/functions-framework": "3.3.0", + "@google-cloud/logging-winston": "5.3.0", + "@google-cloud/secret-manager": "4.2.2", + "express": "4.18.2", + "pug": "3.0.2", + "tedious": "16.4.0", + "winston": "3.10.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/cloud-tasks/snippets/package.json b/cloud-tasks/snippets/package.json index 1a246178264..327677fd9cb 100644 --- a/cloud-tasks/snippets/package.json +++ b/cloud-tasks/snippets/package.json @@ -5,7 +5,7 @@ "author": "Google Inc.", "private": true, "engines": { - "node": ">=14.0.0" + "node": "20.5.1" }, "files": [ "*.js" @@ -15,13 +15,13 @@ "start": "node server.js" }, "dependencies": { - "@google-cloud/tasks": "^3.0.4", - "express": "^4.16.3" + "@google-cloud/tasks": "3.2.0", + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/cloud-tasks/tutorial-gcf/app/package.json b/cloud-tasks/tutorial-gcf/app/package.json index 0a33c16f475..a96a53e9f89 100644 --- a/cloud-tasks/tutorial-gcf/app/package.json +++ b/cloud-tasks/tutorial-gcf/app/package.json @@ -4,19 +4,19 @@ "main": "index.js", "private": true, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "start": "node index.js", "test": "c8 mocha --timeout 10000" }, "dependencies": { - "@google-cloud/tasks": "^3.0.0", - "express": "^4.17.1" + "@google-cloud/tasks": "3.2.0", + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0" } } diff --git a/cloud-tasks/tutorial-gcf/function/package.json b/cloud-tasks/tutorial-gcf/function/package.json index fa3c61868b8..a44a9ff1e13 100644 --- a/cloud-tasks/tutorial-gcf/function/package.json +++ b/cloud-tasks/tutorial-gcf/function/package.json @@ -4,19 +4,19 @@ "main": "index.js", "private": true, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=60000" }, "dependencies": { - "@google-cloud/secret-manager": "^4.0.0", - "@sendgrid/mail": "^7.0.0" + "@google-cloud/secret-manager": "4.2.2", + "@sendgrid/mail": "7.7.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" } } diff --git a/cloudbuild/package.json b/cloudbuild/package.json index 9d884995536..e7d1ca9f641 100644 --- a/cloudbuild/package.json +++ b/cloudbuild/package.json @@ -9,17 +9,17 @@ "author": "Google Inc.", "repository": "googleapis/nodejs-cloudbuild", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha system-test --timeout=800000" }, "dependencies": { - "@google-cloud/cloudbuild": "^4.0.0" + "@google-cloud/cloudbuild": "4.0.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0" } } diff --git a/composer/functions/composer-storage-trigger/package.json b/composer/functions/composer-storage-trigger/package.json index f89db38ada3..f9a3ac611aa 100644 --- a/composer/functions/composer-storage-trigger/package.json +++ b/composer/functions/composer-storage-trigger/package.json @@ -2,11 +2,11 @@ "name": "nodejs-docs-samples-functions-composer-storage-trigger", "version": "0.0.1", "dependencies": { - "form-data": "^4.0.0", - "node-fetch": "^2.2.0" + "form-data": "4.0.0", + "node-fetch": "2.6.12" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "private": true, "license": "Apache-2.0", @@ -16,9 +16,9 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "devDependencies": { - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" }, "scripts": { "test": "mocha test/*.test.js --timeout=20000" diff --git a/composer/package.json b/composer/package.json index 99521b57c23..a4c741560b4 100644 --- a/composer/package.json +++ b/composer/package.json @@ -10,14 +10,14 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha --exit test/*.test.js" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0" } } diff --git a/compute/package.json b/compute/package.json index 61ae8dabe1c..c8272e3eda1 100644 --- a/compute/package.json +++ b/compute/package.json @@ -3,7 +3,7 @@ "license": "Apache-2.0", "author": "Google Inc.", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "repository": "googleapis/nodejs-compute", "private": true, @@ -14,17 +14,17 @@ "test": "c8 mocha test --timeout 1200000" }, "dependencies": { - "@google-cloud/compute": "^3.5.1", - "@sendgrid/mail": "^7.0.0", - "nodemailer": "^6.0.0", - "nodemailer-smtp-transport": "^2.7.4" + "@google-cloud/compute": "3.10.0", + "@sendgrid/mail": "7.7.0", + "nodemailer": "6.9.4", + "nodemailer-smtp-transport": "2.7.4" }, "devDependencies": { - "@google-cloud/storage": "^6.0.0", - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "proxyquire": "^2.0.1", - "uuid": "^9.0.0" + "@google-cloud/storage": "6.12.0", + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "uuid": "9.0.0" } } diff --git a/contact-center-insights/package.json b/contact-center-insights/package.json index 9b770c9664a..6357a764c41 100644 --- a/contact-center-insights/package.json +++ b/contact-center-insights/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js" @@ -13,14 +13,14 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/bigquery": "^7.0.0", - "@google-cloud/contact-center-insights": "^3.0.0", - "@google-cloud/pubsub": "^4.0.0" + "@google-cloud/bigquery": "7.1.1", + "@google-cloud/contact-center-insights": "3.0.0", + "@google-cloud/pubsub": "4.0.1" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/container-analysis/snippets/package.json b/container-analysis/snippets/package.json index 7878872d0a1..d8e909da901 100644 --- a/container-analysis/snippets/package.json +++ b/container-analysis/snippets/package.json @@ -8,20 +8,20 @@ "*.js" ], "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha --timeout 100000 test/**.test.js" }, "dependencies": { - "@google-cloud/containeranalysis": "^4.4.1", - "@google-cloud/pubsub": "^4.0.0", - "p-retry": "^5.0.0" + "@google-cloud/containeranalysis": "4.6.1", + "@google-cloud/pubsub": "4.0.1", + "p-retry": "5.1.2" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/container/package.json b/container/package.json index b19c9d0960b..f8c0ca7a221 100644 --- a/container/package.json +++ b/container/package.json @@ -3,7 +3,7 @@ "license": "Apache-2.0", "author": "Google Inc.", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "repository": "googleapis/nodejs-cloud-container", "private": true, @@ -14,11 +14,11 @@ "test": "c8 mocha system-test --timeout 1000000" }, "dependencies": { - "@google-cloud/container": "^5.0.0" + "@google-cloud/container": "5.1.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0" } } diff --git a/datacatalog/cloud-client/package.json b/datacatalog/cloud-client/package.json index 9137e63f64b..0ca3b32642b 100644 --- a/datacatalog/cloud-client/package.json +++ b/datacatalog/cloud-client/package.json @@ -7,17 +7,17 @@ "author": "Google LLC", "repository": "GoogleCloudPlatform/nodejs-docs-samples", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha system-test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "uuid": "9.0.0" }, "dependencies": { - "@google-cloud/datacatalog": "^3.0.0" + "@google-cloud/datacatalog": "3.5.0" } } diff --git a/datacatalog/quickstart/package.json b/datacatalog/quickstart/package.json index 090eaffda48..49ccddeeff8 100644 --- a/datacatalog/quickstart/package.json +++ b/datacatalog/quickstart/package.json @@ -7,17 +7,17 @@ "author": "Google LLC", "repository": "GoogleCloudPlatform/nodejs-docs-samples", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha system-test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "uuid": "9.0.0" }, "dependencies": { - "@google-cloud/datacatalog": "^3.0.0" + "@google-cloud/datacatalog": "3.5.0" } } diff --git a/datacatalog/snippets/package.json b/datacatalog/snippets/package.json index b3c33ceda42..98183db2618 100644 --- a/datacatalog/snippets/package.json +++ b/datacatalog/snippets/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "repository": "googleapis/nodejs-datacatalog", "private": true, @@ -15,14 +15,14 @@ "test": "c8 mocha --timeout 600000" }, "dependencies": { - "@google-cloud/bigquery": "^7.0.0", - "@google-cloud/datacatalog": "^3.1.0" + "@google-cloud/bigquery": "7.1.1", + "@google-cloud/datacatalog": "3.5.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "execa": "^7.0.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "execa": "7.2.0", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/datalabeling/package.json b/datalabeling/package.json index 20256bcc436..54237b1f44b 100644 --- a/datalabeling/package.json +++ b/datalabeling/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js", @@ -14,11 +14,11 @@ "test": "c8 mocha --timeout 600000" }, "dependencies": { - "@google-cloud/datalabeling": "^3.1.0" + "@google-cloud/datalabeling": "3.2.2" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0" } } diff --git a/dataproc/package.json b/dataproc/package.json index bbfff858a42..124ff6af690 100644 --- a/dataproc/package.json +++ b/dataproc/package.json @@ -6,7 +6,7 @@ "*.js" ], "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "repository": "googleapis/nodejs-dataproc", "private": true, @@ -14,13 +14,13 @@ "test": "c8 mocha system-test --timeout 600000" }, "dependencies": { - "@google-cloud/dataproc": "^4.1.1", - "@google-cloud/storage": "^6.0.0" + "@google-cloud/dataproc": "4.5.0", + "@google-cloud/storage": "6.12.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/datastore/functions/package.json b/datastore/functions/package.json index 1f20103b732..2c852b65cb6 100644 --- a/datastore/functions/package.json +++ b/datastore/functions/package.json @@ -8,23 +8,23 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=5000" }, "dependencies": { - "@google-cloud/datastore": "^7.0.0" + "@google-cloud/datastore": "7.5.1" }, "devDependencies": { - "@google-cloud/functions-framework": "^3.0.0", - "c8": "^8.0.0", - "child-process-promise": "^2.2.1", - "mocha": "^10.0.0", - "node-fetch": "^2.6.1", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0", - "uuid": "^9.0.0", - "wait-port": "^1.0.4" + "@google-cloud/functions-framework": "3.3.0", + "c8": "8.0.1", + "child-process-promise": "2.2.1", + "mocha": "10.2.0", + "node-fetch": "2.6.12", + "proxyquire": "2.1.3", + "sinon": "15.2.0", + "uuid": "9.0.0", + "wait-port": "1.0.4" } } diff --git a/dialogflow-cx/package.json b/dialogflow-cx/package.json index f5e4b69200a..f6139acdc7a 100644 --- a/dialogflow-cx/package.json +++ b/dialogflow-cx/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js" @@ -13,13 +13,13 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/dialogflow-cx": "^4.0.0", - "@google-cloud/functions-framework": "^3.2.0" + "@google-cloud/dialogflow-cx": "4.0.0", + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/dialogflow/package.json b/dialogflow/package.json index bbba4771999..d35a6678c31 100644 --- a/dialogflow/package.json +++ b/dialogflow/package.json @@ -9,21 +9,21 @@ "resources" ], "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha system-test --timeout=600000" }, "dependencies": { - "@google-cloud/dialogflow": "^5.3.0", - "pb-util": "^1.0.0", - "yargs": "^17.0.0", - "@google-cloud/functions-framework": "^3.2.0" + "@google-cloud/dialogflow": "5.9.0", + "pb-util": "1.0.3", + "yargs": "17.7.2", + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/discoveryengine/package.json b/discoveryengine/package.json index ae024ea3074..a832c204a48 100644 --- a/discoveryengine/package.json +++ b/discoveryengine/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js" @@ -13,12 +13,12 @@ "test": "mocha test/*.js --timeout 600000" }, "dependencies": { - "@google-cloud/discoveryengine": "^0.8.0", - "p-queue": "^6.6.2" + "@google-cloud/discoveryengine": "0.8.0", + "p-queue": "6.6.2" }, "devDependencies": { - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/dlp/package.json b/dlp/package.json index 1bddd2af977..6c5186bc538 100644 --- a/dlp/package.json +++ b/dlp/package.json @@ -9,25 +9,25 @@ "*.js" ], "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha system-test/*.test.js --timeout=600000" }, "dependencies": { - "@google-cloud/dlp": "^4.3.0", - "@google-cloud/pubsub": "^4.0.0", - "@google-cloud/storage": "^6.11.0", - "mime": "^3.0.0" + "@google-cloud/dlp": "4.4.3", + "@google-cloud/pubsub": "4.0.1", + "@google-cloud/storage": "6.12.0", + "mime": "3.0.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "pixelmatch": "^5.0.0", - "pngjs": "^7.0.0", - "proxyquire": "^2.1.3", - "sinon": "^15.1.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "pixelmatch": "5.3.0", + "pngjs": "7.0.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0", + "uuid": "9.0.0" } } diff --git a/document-ai/package.json b/document-ai/package.json index 928020c42cc..9257c2dc167 100644 --- a/document-ai/package.json +++ b/document-ai/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js" @@ -13,14 +13,14 @@ "test": "c8 mocha test/*.js --timeout 600000" }, "dependencies": { - "@google-cloud/documentai": "^7.0.0", - "@google-cloud/storage": "^6.0.0", - "p-queue": "^6.6.2" + "@google-cloud/documentai": "7.4.0", + "@google-cloud/storage": "6.12.0", + "p-queue": "6.6.2" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/document-warehouse/package.json b/document-warehouse/package.json index 9817f1801c9..540daddf5f5 100644 --- a/document-warehouse/package.json +++ b/document-warehouse/package.json @@ -7,9 +7,9 @@ "test": "c8 mocha test/*.js --timeout 600000" }, "dependencies": { - "@google-cloud/contentwarehouse": "^1.0.0" + "@google-cloud/contentwarehouse": "1.0.0" }, "devDependencies": { - "assert": "^2.0.0" + "assert": "2.0.0" } } diff --git a/endpoints/getting-started-grpc/package.json b/endpoints/getting-started-grpc/package.json index ff17d928f6e..f14cc2f79f0 100644 --- a/endpoints/getting-started-grpc/package.json +++ b/endpoints/getting-started-grpc/package.json @@ -10,20 +10,20 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "start": "node server.js", "test": "mocha --exit system-test/*.test.js --timeout=60000" }, "dependencies": { - "grpc": "^1.18.0", - "yargs": "^17.0.0" + "grpc": "1.24.11", + "yargs": "17.7.2" }, "devDependencies": { - "chai": "^4.2.0", - "mocha": "^10.0.0", - "wait-port": "^1.0.4" + "chai": "4.3.7", + "mocha": "10.2.0", + "wait-port": "1.0.4" } } diff --git a/endpoints/getting-started/package.json b/endpoints/getting-started/package.json index 047328645a0..679b3f8b7cd 100644 --- a/endpoints/getting-started/package.json +++ b/endpoints/getting-started/package.json @@ -10,20 +10,20 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "start": "node app.js", "test": "c8 mocha -- test/*.test.js --timeout=20000" }, "dependencies": { - "express": "^4.16.4" + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0", + "supertest": "6.3.3" } } diff --git a/error-reporting/package.json b/error-reporting/package.json index f1d5e96eb56..89be9e9e4ef 100644 --- a/error-reporting/package.json +++ b/error-reporting/package.json @@ -9,19 +9,19 @@ "!test/" ], "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha --timeout=600000" }, "dependencies": { - "@google-cloud/error-reporting": "^3.0.4", - "express": "^4.16.3" + "@google-cloud/error-reporting": "3.0.5", + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "gaxios": "6.1.0", + "mocha": "10.2.0" } } diff --git a/eventarc/audit-storage/package.json b/eventarc/audit-storage/package.json index 15b469dddd1..3dbf73d2722 100644 --- a/eventarc/audit-storage/package.json +++ b/eventarc/audit-storage/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">= 12.0.0" + "node": "20.5.1" }, "scripts": { "start": "node index.js", @@ -21,13 +21,13 @@ "test": "npm -- run all-test" }, "dependencies": { - "express": "^4.16.4" + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "got": "11.8.6", + "mocha": "10.2.0", + "sinon": "15.2.0", + "supertest": "6.3.3" } } diff --git a/eventarc/generic/package.json b/eventarc/generic/package.json index 169f217a32b..844c42aff3c 100644 --- a/eventarc/generic/package.json +++ b/eventarc/generic/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">= 12.0.0" + "node": "20.5.1" }, "scripts": { "start": "node index.js", @@ -18,14 +18,14 @@ "system-test": "test/runner.sh mocha test/system.test.js --timeout=10000" }, "dependencies": { - "express": "^4.16.4" + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "got": "11.8.6", + "mocha": "10.2.0", + "sinon": "15.2.0", + "supertest": "6.3.3", + "uuid": "9.0.0" } } diff --git a/eventarc/pubsub/package.json b/eventarc/pubsub/package.json index b1fae899b43..164f535abad 100644 --- a/eventarc/pubsub/package.json +++ b/eventarc/pubsub/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">= 12.0.0" + "node": "20.5.1" }, "scripts": { "start": "node index.js", @@ -21,13 +21,13 @@ "test": "npm -- run all-test" }, "dependencies": { - "@google/events": "^5.0.0", - "express": "^4.16.4" + "@google/events": "5.4.0", + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "got": "11.8.6", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/functions/billing/package.json b/functions/billing/package.json index b4172d03501..abed4ffc9ec 100644 --- a/functions/billing/package.json +++ b/functions/billing/package.json @@ -5,7 +5,7 @@ "description": "Examples of integrating Cloud Functions with billing", "main": "index.js", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "compute-test": "c8 mocha test/periodic.test.js --timeout=600000", @@ -14,20 +14,20 @@ "author": "Ace Nassri ", "license": "Apache-2.0", "dependencies": { - "@google-cloud/billing": "^4.0.0", - "@google-cloud/compute": "^3.1.0", - "google-auth-library": "^9.0.0", - "googleapis": "^123.0.0", - "slack": "^11.0.1" + "@google-cloud/billing": "4.0.0", + "@google-cloud/compute": "3.10.0", + "google-auth-library": "9.0.0", + "googleapis": "123.0.0", + "slack": "11.0.2" }, "devDependencies": { - "@google-cloud/functions-framework": "^3.0.0", - "c8": "^8.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", - "promise-retry": "^2.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0", - "wait-port": "^1.0.4" + "@google-cloud/functions-framework": "3.3.0", + "c8": "8.0.1", + "gaxios": "6.1.0", + "mocha": "10.2.0", + "promise-retry": "2.0.1", + "proxyquire": "2.1.3", + "sinon": "15.2.0", + "wait-port": "1.0.4" } } diff --git a/functions/concepts/afterResponse/package.json b/functions/concepts/afterResponse/package.json index 92a12bc8dc7..03bbc37d4fb 100644 --- a/functions/concepts/afterResponse/package.json +++ b/functions/concepts/afterResponse/package.json @@ -9,10 +9,10 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "3.3.0" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/concepts/afterTimeout/package.json b/functions/concepts/afterTimeout/package.json index e53e1efe63c..f9a3a4f3a07 100644 --- a/functions/concepts/afterTimeout/package.json +++ b/functions/concepts/afterTimeout/package.json @@ -9,10 +9,10 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "3.3.0" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/concepts/backgroundTermination/package.json b/functions/concepts/backgroundTermination/package.json index e79f9f86fee..b0da4b76c60 100644 --- a/functions/concepts/backgroundTermination/package.json +++ b/functions/concepts/backgroundTermination/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/concepts/filesystem/package.json b/functions/concepts/filesystem/package.json index ebe2c7f6d88..9836604cd1a 100644 --- a/functions/concepts/filesystem/package.json +++ b/functions/concepts/filesystem/package.json @@ -9,10 +9,10 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2" + "@google-cloud/functions-framework": "3.3.0" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/concepts/httpTermination/package.json b/functions/concepts/httpTermination/package.json index 48accc68e87..b1a589816e5 100644 --- a/functions/concepts/httpTermination/package.json +++ b/functions/concepts/httpTermination/package.json @@ -9,10 +9,10 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "3.3.0" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/concepts/package.json b/functions/concepts/package.json index 3d69f7be078..6cc581bdc92 100644 --- a/functions/concepts/package.json +++ b/functions/concepts/package.json @@ -9,14 +9,14 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "dependencies": { - "node-fetch": "^2.6.0" + "node-fetch": "2.6.12" }, "devDependencies": { - "mocha": "^10.0.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0" + "mocha": "10.2.0", + "sinon": "15.2.0", + "supertest": "6.3.3" } } diff --git a/functions/concepts/requests/package.json b/functions/concepts/requests/package.json index 9a35d55e4a3..8cdcbda1fbf 100644 --- a/functions/concepts/requests/package.json +++ b/functions/concepts/requests/package.json @@ -9,11 +9,11 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3", - "node-fetch": "^2.6.0" + "@google-cloud/functions-framework": "3.3.0", + "node-fetch": "2.6.12" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/concepts/stateless/package.json b/functions/concepts/stateless/package.json index 69ce845d3f3..7a9ed40a43d 100644 --- a/functions/concepts/stateless/package.json +++ b/functions/concepts/stateless/package.json @@ -9,10 +9,10 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "3.3.0" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/env_vars/package.json b/functions/env_vars/package.json index 71d5128c25d..00daaa6e146 100644 --- a/functions/env_vars/package.json +++ b/functions/env_vars/package.json @@ -9,13 +9,13 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000" }, "devDependencies": { - "mocha": "^10.0.0", - "sinon": "^15.0.0" + "mocha": "10.2.0", + "sinon": "15.2.0" } } diff --git a/functions/firebase/helloAnalytics/package.json b/functions/firebase/helloAnalytics/package.json index 68fc89d952e..3a8101d8d9f 100644 --- a/functions/firebase/helloAnalytics/package.json +++ b/functions/firebase/helloAnalytics/package.json @@ -9,15 +9,15 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" } } diff --git a/functions/firebase/helloAuth/package.json b/functions/firebase/helloAuth/package.json index acba4c5a1b6..af30f78c1ca 100644 --- a/functions/firebase/helloAuth/package.json +++ b/functions/firebase/helloAuth/package.json @@ -9,15 +9,15 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" } } diff --git a/functions/firebase/helloFirestore/package.json b/functions/firebase/helloFirestore/package.json index 27c76de440c..54d70398ddf 100644 --- a/functions/firebase/helloFirestore/package.json +++ b/functions/firebase/helloFirestore/package.json @@ -9,18 +9,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" }, "dependencies": { - "@google-cloud/firestore": "^6.0.0" + "@google-cloud/firestore": "6.7.0" } } diff --git a/functions/firebase/helloRTDB/package.json b/functions/firebase/helloRTDB/package.json index e6f93b6f48a..1494f6b5798 100644 --- a/functions/firebase/helloRTDB/package.json +++ b/functions/firebase/helloRTDB/package.json @@ -9,15 +9,15 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" } } diff --git a/functions/firebase/helloRemoteConfig/package.json b/functions/firebase/helloRemoteConfig/package.json index d5ab1ae6237..fb4050d927c 100644 --- a/functions/firebase/helloRemoteConfig/package.json +++ b/functions/firebase/helloRemoteConfig/package.json @@ -9,15 +9,15 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" } } diff --git a/functions/firebase/makeUpperCase/package.json b/functions/firebase/makeUpperCase/package.json index 4a90a487663..459684e1036 100644 --- a/functions/firebase/makeUpperCase/package.json +++ b/functions/firebase/makeUpperCase/package.json @@ -9,18 +9,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" }, "dependencies": { - "@google-cloud/firestore": "^6.0.0" + "@google-cloud/firestore": "6.7.0" } } diff --git a/functions/firebase/package.json b/functions/firebase/package.json index e3fdb1aa1f1..2150fa0ae26 100644 --- a/functions/firebase/package.json +++ b/functions/firebase/package.json @@ -9,16 +9,16 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "devDependencies": { - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0", - "uuid": "^9.0.0" + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0", + "supertest": "6.3.3", + "uuid": "9.0.0" }, "dependencies": { - "@google-cloud/firestore": "^6.0.0" + "@google-cloud/firestore": "6.7.0" } } diff --git a/functions/helloworld/helloError/package.json b/functions/helloworld/helloError/package.json index d08e1559d3a..65c6e717abe 100644 --- a/functions/helloworld/helloError/package.json +++ b/functions/helloworld/helloError/package.json @@ -9,17 +9,17 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --exit" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.0" + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" } } diff --git a/functions/helloworld/helloGCS/package.json b/functions/helloworld/helloGCS/package.json index a4f9c61bbdc..91b9c3c363c 100644 --- a/functions/helloworld/helloGCS/package.json +++ b/functions/helloworld/helloGCS/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "unit-test": "c8 mocha test/*unit*test.js test/*integration*test.js --timeout=6000 --exit", @@ -18,17 +18,17 @@ "test": "npm -- run unit-test" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.0" + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "@google-cloud/storage": "^6.0.0", - "c8": "^8.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", - "moment": "^2.24.0", - "promise-retry": "^2.0.0", - "sinon": "^15.0.0", - "uuid": "^9.0.0", - "wait-port": "^1.0.4" + "@google-cloud/storage": "6.12.0", + "c8": "8.0.1", + "gaxios": "6.1.0", + "mocha": "10.2.0", + "moment": "2.29.4", + "promise-retry": "2.0.1", + "sinon": "15.2.0", + "uuid": "9.0.0", + "wait-port": "1.0.4" } } diff --git a/functions/helloworld/helloPubSub/package.json b/functions/helloworld/helloPubSub/package.json index b95437f8c88..9acba452f61 100644 --- a/functions/helloworld/helloPubSub/package.json +++ b/functions/helloworld/helloPubSub/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "unit-test": "c8 mocha test/*unit*test.js test/*integration*test.js --timeout=6000 --exit", @@ -18,17 +18,17 @@ "test": "npm -- run unit-test" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.0" + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "@google-cloud/pubsub": "^4.0.0", - "c8": "^8.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", - "moment": "^2.29.4", - "promise-retry": "^2.0.0", - "sinon": "^15.0.0", - "uuid": "^9.0.0", - "wait-port": "^1.0.4" + "@google-cloud/pubsub": "4.0.1", + "c8": "8.0.1", + "gaxios": "6.1.0", + "mocha": "10.2.0", + "moment": "2.29.4", + "promise-retry": "2.0.1", + "sinon": "15.2.0", + "uuid": "9.0.0", + "wait-port": "1.0.4" } } diff --git a/functions/helloworld/helloworldGet/package.json b/functions/helloworld/helloworldGet/package.json index 2db30a27d02..f0fef27f241 100644 --- a/functions/helloworld/helloworldGet/package.json +++ b/functions/helloworld/helloworldGet/package.json @@ -9,18 +9,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=6000 --exit" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.0" + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "c8": "^8.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", - "wait-port": "^1.0.4" + "c8": "8.0.1", + "gaxios": "6.1.0", + "mocha": "10.2.0", + "wait-port": "1.0.4" } } diff --git a/functions/helloworld/helloworldHttp/package.json b/functions/helloworld/helloworldHttp/package.json index 0a124318ebc..4d1d8a7d3c1 100644 --- a/functions/helloworld/helloworldHttp/package.json +++ b/functions/helloworld/helloworldHttp/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "unit-test": "c8 mocha test/index.test.js test/*unit*test.js test/*integration*test.js --timeout=6000 --exit", @@ -18,15 +18,15 @@ "test": "npm -- run unit-test" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.0", - "escape-html": "^1.0.3" + "@google-cloud/functions-framework": "3.3.0", + "escape-html": "1.0.3" }, "devDependencies": { - "c8": "^8.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0", - "wait-port": "^1.0.4" + "c8": "8.0.1", + "gaxios": "6.1.0", + "mocha": "10.2.0", + "sinon": "15.2.0", + "supertest": "6.3.3", + "wait-port": "1.0.4" } } diff --git a/functions/helloworld/package.json b/functions/helloworld/package.json index ceb774a2079..917f5b7c978 100644 --- a/functions/helloworld/package.json +++ b/functions/helloworld/package.json @@ -9,23 +9,23 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "dependencies": { - "@google-cloud/debug-agent": "^8.0.0", - "@google-cloud/functions-framework": "^3.1.0", - "escape-html": "^1.0.3" + "@google-cloud/debug-agent": "8.0.0", + "@google-cloud/functions-framework": "3.3.0", + "escape-html": "1.0.3" }, "devDependencies": { - "@google-cloud/pubsub": "^4.0.0", - "@google-cloud/storage": "^6.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", - "moment": "^2.24.0", - "promise-retry": "^2.0.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0", - "uuid": "^9.0.0", - "wait-port": "^1.0.4" + "@google-cloud/pubsub": "4.0.1", + "@google-cloud/storage": "6.12.0", + "gaxios": "6.1.0", + "mocha": "10.2.0", + "moment": "2.29.4", + "promise-retry": "2.0.1", + "sinon": "15.2.0", + "supertest": "6.3.3", + "uuid": "9.0.0", + "wait-port": "1.0.4" } } diff --git a/functions/http/corsEnabledFunction/package.json b/functions/http/corsEnabledFunction/package.json index a33138bb68c..ff697a04423 100644 --- a/functions/http/corsEnabledFunction/package.json +++ b/functions/http/corsEnabledFunction/package.json @@ -9,18 +9,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2" + "@google-cloud/functions-framework": "3.3.0" } } diff --git a/functions/http/corsEnabledFunctionAuth/package.json b/functions/http/corsEnabledFunctionAuth/package.json index 391ae5f0a72..2abcba7659b 100644 --- a/functions/http/corsEnabledFunctionAuth/package.json +++ b/functions/http/corsEnabledFunctionAuth/package.json @@ -9,18 +9,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2" + "@google-cloud/functions-framework": "3.3.0" } } diff --git a/functions/http/httpContent/package.json b/functions/http/httpContent/package.json index d286496afcd..ca05c0d3982 100644 --- a/functions/http/httpContent/package.json +++ b/functions/http/httpContent/package.json @@ -9,18 +9,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2", - "escape-html": "^1.0.3" + "@google-cloud/functions-framework": "3.3.0", + "escape-html": "1.0.3" } } diff --git a/functions/http/httpMethods/package.json b/functions/http/httpMethods/package.json index 497a814d9af..59136676703 100644 --- a/functions/http/httpMethods/package.json +++ b/functions/http/httpMethods/package.json @@ -9,17 +9,17 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2" + "@google-cloud/functions-framework": "3.3.0" } } diff --git a/functions/http/package.json b/functions/http/package.json index 1e856c6037c..8ee34a6145b 100644 --- a/functions/http/package.json +++ b/functions/http/package.json @@ -9,16 +9,16 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "devDependencies": { - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" }, "dependencies": { - "@google-cloud/storage": "^6.0.0", - "busboy": "^1.6.0", - "escape-html": "^1.0.3" + "@google-cloud/storage": "6.12.0", + "busboy": "1.6.0", + "escape-html": "1.0.3" } } diff --git a/functions/http/parseXML/package.json b/functions/http/parseXML/package.json index c701db800f4..91a1d428a73 100644 --- a/functions/http/parseXML/package.json +++ b/functions/http/parseXML/package.json @@ -9,19 +9,19 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=6000 --exit" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2", - "xml2js": "^0.6.0" + "@google-cloud/functions-framework": "3.3.0", + "xml2js": "0.6.2" }, "devDependencies": { - "c8": "^8.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.2.0", - "wait-port": "^1.0.4" + "c8": "8.0.1", + "gaxios": "6.1.0", + "mocha": "10.2.0", + "wait-port": "1.0.4" } } diff --git a/functions/http/uploadFile/package.json b/functions/http/uploadFile/package.json index 6ff8bbc0d0d..2bbfaab6ed1 100644 --- a/functions/http/uploadFile/package.json +++ b/functions/http/uploadFile/package.json @@ -9,11 +9,11 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3", - "@google-cloud/storage": "^6.0.0", - "busboy": "^1.0.0" + "@google-cloud/functions-framework": "3.3.0", + "@google-cloud/storage": "6.12.0", + "busboy": "1.6.0" } } diff --git a/functions/imagemagick/package.json b/functions/imagemagick/package.json index 730ad7d4a83..26099f2b881 100644 --- a/functions/imagemagick/package.json +++ b/functions/imagemagick/package.json @@ -9,24 +9,24 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000 --exit" }, "dependencies": { - "@google-cloud/storage": "^6.0.0", - "@google-cloud/vision": "^3.0.0", - "gm": "^1.23.1" + "@google-cloud/storage": "6.12.0", + "@google-cloud/vision": "3.1.4", + "gm": "1.25.0" }, "devDependencies": { - "@google-cloud/functions-framework": "^3.0.0", - "c8": "^8.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0", - "supertest": "^6.2.3", - "wait-port": "^1.0.4" + "@google-cloud/functions-framework": "3.3.0", + "c8": "8.0.1", + "gaxios": "6.1.0", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0", + "supertest": "6.3.3", + "wait-port": "1.0.4" } } diff --git a/functions/log/helloWorld/package.json b/functions/log/helloWorld/package.json index 280da99cbef..cfa494226c9 100644 --- a/functions/log/helloWorld/package.json +++ b/functions/log/helloWorld/package.json @@ -9,17 +9,17 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "3.3.0" } } diff --git a/functions/log/package.json b/functions/log/package.json index 7bd92b656fb..c6f552e6193 100644 --- a/functions/log/package.json +++ b/functions/log/package.json @@ -9,11 +9,11 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "devDependencies": { - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" } } diff --git a/functions/log/processEntry/package.json b/functions/log/processEntry/package.json index 6931de77de6..44adb4f9959 100644 --- a/functions/log/processEntry/package.json +++ b/functions/log/processEntry/package.json @@ -9,15 +9,15 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" } } diff --git a/functions/memorystore/redis/package.json b/functions/memorystore/redis/package.json index b4ce57debf7..58fc7723ebf 100644 --- a/functions/memorystore/redis/package.json +++ b/functions/memorystore/redis/package.json @@ -9,19 +9,19 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "main": "index.js", "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000 --exit" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2", - "redis": "^4.0.0" + "@google-cloud/functions-framework": "3.3.0", + "redis": "4.6.7" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" } } diff --git a/functions/ocr/app/package.json b/functions/ocr/app/package.json index 503e7da4871..c738b591c65 100644 --- a/functions/ocr/app/package.json +++ b/functions/ocr/app/package.json @@ -9,20 +9,20 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000" }, "dependencies": { - "@google-cloud/pubsub": "^4.0.0", - "@google-cloud/storage": "^6.0.0", - "@google-cloud/translate": "^7.0.0", - "@google-cloud/vision": "^3.0.0" + "@google-cloud/pubsub": "4.0.1", + "@google-cloud/storage": "6.12.0", + "@google-cloud/translate": "7.2.2", + "@google-cloud/vision": "3.1.4" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" } } diff --git a/functions/pubsub/package.json b/functions/pubsub/package.json index bac698d1ee7..39e970b7a3c 100644 --- a/functions/pubsub/package.json +++ b/functions/pubsub/package.json @@ -9,16 +9,16 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "dependencies": { - "@google-cloud/pubsub": "^4.0.0" + "@google-cloud/pubsub": "4.0.1" }, "devDependencies": { - "@google-cloud/functions-framework": "^3.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0", - "wait-port": "^1.0.4" + "@google-cloud/functions-framework": "3.3.0", + "gaxios": "6.1.0", + "mocha": "10.2.0", + "sinon": "15.2.0", + "wait-port": "1.0.4" } } diff --git a/functions/pubsub/publish/package.json b/functions/pubsub/publish/package.json index f4fcb88758b..c51f6e0b132 100644 --- a/functions/pubsub/publish/package.json +++ b/functions/pubsub/publish/package.json @@ -9,20 +9,20 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000 --exit" }, "dependencies": { - "@google-cloud/pubsub": "^4.0.0" + "@google-cloud/pubsub": "4.0.1" }, "devDependencies": { - "@google-cloud/functions-framework": "^3.0.0", - "c8": "^8.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0", - "wait-port": "^1.0.4" + "@google-cloud/functions-framework": "3.3.0", + "c8": "8.0.1", + "gaxios": "6.1.0", + "mocha": "10.2.0", + "sinon": "15.2.0", + "wait-port": "1.0.4" } } diff --git a/functions/pubsub/subscribe/package.json b/functions/pubsub/subscribe/package.json index 33c7e0b68ad..e6616a32526 100644 --- a/functions/pubsub/subscribe/package.json +++ b/functions/pubsub/subscribe/package.json @@ -9,14 +9,14 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000 --exit" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" } } diff --git a/functions/scheduleinstance/package.json b/functions/scheduleinstance/package.json index badb33a4ab2..3dbef8e241b 100644 --- a/functions/scheduleinstance/package.json +++ b/functions/scheduleinstance/package.json @@ -9,18 +9,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" }, "dependencies": { - "@google-cloud/compute": "^3.1.0" + "@google-cloud/compute": "3.10.0" } } diff --git a/functions/security/package.json b/functions/security/package.json index 5a254f995a5..9acfbb602bb 100644 --- a/functions/security/package.json +++ b/functions/security/package.json @@ -9,18 +9,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js" }, "dependencies": { - "node-fetch": "^2.6.1" + "node-fetch": "2.6.12" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.3", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" } } diff --git a/functions/slack/package.json b/functions/slack/package.json index 47f361f18ba..b918397f7e0 100644 --- a/functions/slack/package.json +++ b/functions/slack/package.json @@ -9,21 +9,21 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000 --exit" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.0", - "@googleapis/kgsearch": "^1.0.0", - "@slack/events-api": "^3.0.0" + "@google-cloud/functions-framework": "3.3.0", + "@googleapis/kgsearch": "1.0.1", + "@slack/events-api": "3.0.1" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0", - "supertest": "^6.2.3" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0", + "supertest": "6.3.3" } } diff --git a/functions/spanner/package.json b/functions/spanner/package.json index e48de7a90a3..1ed250d53ac 100644 --- a/functions/spanner/package.json +++ b/functions/spanner/package.json @@ -9,19 +9,19 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000" }, "dependencies": { - "@google-cloud/functions-framework": "^3.2.0", - "@google-cloud/spanner": "^6.0.0" + "@google-cloud/functions-framework": "3.3.0", + "@google-cloud/spanner": "6.16.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" } } diff --git a/functions/speech-to-speech/functions/package.json b/functions/speech-to-speech/functions/package.json index 2386e73b7ec..ff736c588c0 100644 --- a/functions/speech-to-speech/functions/package.json +++ b/functions/speech-to-speech/functions/package.json @@ -6,7 +6,7 @@ "author": "Google LLC", "private": true, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "repository": { "type": "git", @@ -32,20 +32,20 @@ "logs": "firebase functions:log" }, "dependencies": { - "@google-cloud/speech": "^5.0.0", - "@google-cloud/storage": "^6.0.0", - "@google-cloud/text-to-speech": "^4.0.0", - "@google-cloud/translate": "^7.0.0", - "firebase-admin": "^11.0.0", - "firebase-functions": "^4.0.0", - "uuid": "^9.0.0" + "@google-cloud/speech": "5.6.0", + "@google-cloud/storage": "6.12.0", + "@google-cloud/text-to-speech": "4.2.3", + "@google-cloud/translate": "7.2.2", + "firebase-admin": "11.10.1", + "firebase-functions": "4.4.1", + "uuid": "9.0.0" }, "devDependencies": { - "@google-cloud/functions-framework": "^3.0.0", - "c8": "^8.0.0", - "child-process-promise": "^2.2.1", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", - "wait-port": "^1.0.4" + "@google-cloud/functions-framework": "3.3.0", + "c8": "8.0.1", + "child-process-promise": "2.2.1", + "gaxios": "6.1.0", + "mocha": "10.2.0", + "wait-port": "1.0.4" } } diff --git a/functions/tips/avoidInfiniteRetries/package.json b/functions/tips/avoidInfiniteRetries/package.json index fcd0ec2b603..e5cfdabffde 100644 --- a/functions/tips/avoidInfiniteRetries/package.json +++ b/functions/tips/avoidInfiniteRetries/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/tips/connectionPools/package.json b/functions/tips/connectionPools/package.json index 7f2839f4c8d..dd4268bb91e 100644 --- a/functions/tips/connectionPools/package.json +++ b/functions/tips/connectionPools/package.json @@ -9,11 +9,11 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2", - "node-fetch": "^2.6.1" + "@google-cloud/functions-framework": "3.3.0", + "node-fetch": "2.6.12" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/tips/gcpApiCall/package.json b/functions/tips/gcpApiCall/package.json index 61f1c0a9227..1aaddc0bd28 100644 --- a/functions/tips/gcpApiCall/package.json +++ b/functions/tips/gcpApiCall/package.json @@ -9,19 +9,19 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=60000 --exit" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3", - "@google-cloud/pubsub": "^4.0.0" + "@google-cloud/functions-framework": "3.3.0", + "@google-cloud/pubsub": "4.0.1" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.3", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0" } } diff --git a/functions/tips/lazyGlobals/package.json b/functions/tips/lazyGlobals/package.json index 9c98bbcc6e2..cdae14965fb 100644 --- a/functions/tips/lazyGlobals/package.json +++ b/functions/tips/lazyGlobals/package.json @@ -9,10 +9,10 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "3.3.0" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/tips/package.json b/functions/tips/package.json index f7dad69d8ff..a9b2ef9d2c5 100644 --- a/functions/tips/package.json +++ b/functions/tips/package.json @@ -9,17 +9,17 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "echo \"Notice: tests moved into topic sub-directories\" && exit 0" }, "dependencies": { - "@google-cloud/pubsub": "^4.0.0", - "mocha": "^10.0.0" + "@google-cloud/pubsub": "4.0.1", + "mocha": "10.2.0" }, "devDependencies": { - "node-fetch": "^2.6.1", - "sinon": "^15.0.0" + "node-fetch": "2.6.12", + "sinon": "15.2.0" } } diff --git a/functions/tips/retry/package.json b/functions/tips/retry/package.json index 3761786d366..c3c1618a092 100644 --- a/functions/tips/retry/package.json +++ b/functions/tips/retry/package.json @@ -9,14 +9,14 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=60000 --exit" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" } } diff --git a/functions/tips/scopeDemo/package.json b/functions/tips/scopeDemo/package.json index 6e05bb736f3..c72013b73a1 100644 --- a/functions/tips/scopeDemo/package.json +++ b/functions/tips/scopeDemo/package.json @@ -9,17 +9,17 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=60000" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2" + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.2.0", - "sinon": "^15.0.1" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" } } diff --git a/functions/v2/autoLabelInstance/package.json b/functions/v2/autoLabelInstance/package.json index 681864e1ea9..df93af44e25 100644 --- a/functions/v2/autoLabelInstance/package.json +++ b/functions/v2/autoLabelInstance/package.json @@ -9,22 +9,22 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/index.test.js", "e2e-test": "c8 mocha --timeout 60s test/system.test.js" }, "dependencies": { - "@google-cloud/compute": "^3.1.0", - "@google-cloud/functions-framework": "^3.0.0" + "@google-cloud/compute": "3.10.0", + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "p-retry": "^5.0.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "p-retry": "5.1.2", + "sinon": "15.2.0", + "supertest": "6.3.3", + "uuid": "9.0.0" } } diff --git a/functions/v2/cloudEventLogging/package.json b/functions/v2/cloudEventLogging/package.json index 7142c5e41e5..e3a4fbc7b61 100644 --- a/functions/v2/cloudEventLogging/package.json +++ b/functions/v2/cloudEventLogging/package.json @@ -6,19 +6,19 @@ "author": "Google LLC", "main": "index.js", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.1", - "@google-cloud/logging": "^10.0.0" + "@google-cloud/functions-framework": "3.3.0", + "@google-cloud/logging": "10.5.0" }, "devDependencies": { - "c8": "^8.0.0", - "cloudevents": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "cloudevents": "8.0.0", + "mocha": "10.2.0", + "sinon": "15.2.0" } } diff --git a/functions/v2/firebase/firestore/helloFirestore/package.json b/functions/v2/firebase/firestore/helloFirestore/package.json index 0a222162525..42ae86f452d 100644 --- a/functions/v2/firebase/firestore/helloFirestore/package.json +++ b/functions/v2/firebase/firestore/helloFirestore/package.json @@ -9,18 +9,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3", - "protobufjs": "^7.2.2" + "@google-cloud/functions-framework": "3.3.0", + "protobufjs": "7.2.4" } } diff --git a/functions/v2/firebase/firestore/makeUpperCase/package.json b/functions/v2/firebase/firestore/makeUpperCase/package.json index 324d29d3af8..b168881b783 100644 --- a/functions/v2/firebase/firestore/makeUpperCase/package.json +++ b/functions/v2/firebase/firestore/makeUpperCase/package.json @@ -9,20 +9,20 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "rewire": "^6.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "rewire": "6.0.0", + "sinon": "15.2.0" }, "dependencies": { - "@google-cloud/firestore": "^6.0.0", - "@google-cloud/functions-framework": "^3.1.3", - "protobufjs": "^7.2.3" + "@google-cloud/firestore": "6.7.0", + "@google-cloud/functions-framework": "3.3.0", + "protobufjs": "7.2.4" } } diff --git a/functions/v2/firebase/remote-config/helloRemoteConfig/package.json b/functions/v2/firebase/remote-config/helloRemoteConfig/package.json index 3cda9ad7b47..70bf682c55c 100644 --- a/functions/v2/firebase/remote-config/helloRemoteConfig/package.json +++ b/functions/v2/firebase/remote-config/helloRemoteConfig/package.json @@ -9,17 +9,17 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "3.3.0" } } diff --git a/functions/v2/firebase/rtdb/helloRTDB/package.json b/functions/v2/firebase/rtdb/helloRTDB/package.json index b265ddc6036..514932685a9 100644 --- a/functions/v2/firebase/rtdb/helloRTDB/package.json +++ b/functions/v2/firebase/rtdb/helloRTDB/package.json @@ -9,17 +9,17 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "3.3.0" } } diff --git a/functions/v2/helloAuditLog/package.json b/functions/v2/helloAuditLog/package.json index 57627a0635b..63305976f82 100644 --- a/functions/v2/helloAuditLog/package.json +++ b/functions/v2/helloAuditLog/package.json @@ -9,18 +9,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=60000" }, "dependencies": { - "@google-cloud/functions-framework": "^3.0.0" + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0", + "supertest": "6.3.3" } } diff --git a/functions/v2/helloBigQuery/package.json b/functions/v2/helloBigQuery/package.json index 8f7f37ed2b5..736ab769eae 100644 --- a/functions/v2/helloBigQuery/package.json +++ b/functions/v2/helloBigQuery/package.json @@ -9,18 +9,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000 --exit" }, "dependencies": { - "@google-cloud/bigquery": "^7.0.0", - "@google-cloud/functions-framework": "^3.1.0" + "@google-cloud/bigquery": "7.1.1", + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/functions/v2/helloGCS/package.json b/functions/v2/helloGCS/package.json index 1ebca82262e..eddeb3636d3 100644 --- a/functions/v2/helloGCS/package.json +++ b/functions/v2/helloGCS/package.json @@ -9,18 +9,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=60000" }, "dependencies": { - "@google-cloud/functions-framework": "^3.0.0" + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0", + "supertest": "6.3.3" } } diff --git a/functions/v2/helloPubSub/package.json b/functions/v2/helloPubSub/package.json index 27f0c1d85db..5db071114e4 100644 --- a/functions/v2/helloPubSub/package.json +++ b/functions/v2/helloPubSub/package.json @@ -9,19 +9,19 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=60000" }, "dependencies": { - "@google-cloud/functions-framework": "^3.0.0" + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0", + "supertest": "6.3.3", + "uuid": "9.0.0" } } diff --git a/functions/v2/httpLogging/package.json b/functions/v2/httpLogging/package.json index 21dd72b164a..ba3c2967ab6 100644 --- a/functions/v2/httpLogging/package.json +++ b/functions/v2/httpLogging/package.json @@ -6,19 +6,19 @@ "author": "Google LLC", "main": "index.js", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js", "start": "npx @google-cloud/functions-framework --target=structuredLogging" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.1", - "@google-cloud/logging": "^10.0.0" + "@google-cloud/functions-framework": "3.3.0", + "@google-cloud/logging": "10.5.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" } } \ No newline at end of file diff --git a/functions/v2/imagemagick/package.json b/functions/v2/imagemagick/package.json index e8824a57128..7c3ad5d33a6 100644 --- a/functions/v2/imagemagick/package.json +++ b/functions/v2/imagemagick/package.json @@ -9,22 +9,22 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000 --exit" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.0", - "@google-cloud/storage": "^6.0.0", - "@google-cloud/vision": "^3.0.0", - "gm": "^1.23.1" + "@google-cloud/functions-framework": "3.3.0", + "@google-cloud/storage": "6.12.0", + "@google-cloud/vision": "3.1.4", + "gm": "1.25.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "proxyquire": "^2.1.0", - "sinon": "^15.0.0", - "supertest": "^6.2.3" + "c8": "8.0.1", + "mocha": "10.2.0", + "proxyquire": "2.1.3", + "sinon": "15.2.0", + "supertest": "6.3.3" } } diff --git a/functions/v2/log/processEntry/package.json b/functions/v2/log/processEntry/package.json index 94ed250772d..ab8adcb30a5 100644 --- a/functions/v2/log/processEntry/package.json +++ b/functions/v2/log/processEntry/package.json @@ -9,17 +9,17 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "3.3.0" } } diff --git a/functions/v2/ocr/app/package.json b/functions/v2/ocr/app/package.json index 7a0908c41b8..c76c96560cb 100644 --- a/functions/v2/ocr/app/package.json +++ b/functions/v2/ocr/app/package.json @@ -9,23 +9,23 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000" }, "dependencies": { - "@google-cloud/functions-framework": "^3.2.0", - "@google-cloud/pubsub": "^4.0.0", - "@google-cloud/storage": "^6.0.0", - "@google-cloud/translate": "^7.0.0", - "@google-cloud/vision": "^3.0.0", - "cloudevents": "^8.0.0" + "@google-cloud/functions-framework": "3.3.0", + "@google-cloud/pubsub": "4.0.1", + "@google-cloud/storage": "6.12.0", + "@google-cloud/translate": "7.2.2", + "@google-cloud/vision": "3.1.4", + "cloudevents": "8.0.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0", + "supertest": "6.3.3" } } diff --git a/functions/v2/responseStreaming/package.json b/functions/v2/responseStreaming/package.json index fa6ab260935..5546dd57b55 100644 --- a/functions/v2/responseStreaming/package.json +++ b/functions/v2/responseStreaming/package.json @@ -9,19 +9,19 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=20000" }, "dependencies": { - "@google-cloud/bigquery": "^7.0.0", - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/bigquery": "7.1.1", + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0", + "supertest": "6.3.3" } } diff --git a/functions/v2/tips/avoidInfiniteRetries/package.json b/functions/v2/tips/avoidInfiniteRetries/package.json index ea16105e7c6..d72640aba95 100644 --- a/functions/v2/tips/avoidInfiniteRetries/package.json +++ b/functions/v2/tips/avoidInfiniteRetries/package.json @@ -9,17 +9,17 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=60000" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.2.0", - "sinon": "^15.0.2" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" } } diff --git a/functions/v2/tips/retry/package.json b/functions/v2/tips/retry/package.json index d84ceb14029..2565f5a1616 100644 --- a/functions/v2/tips/retry/package.json +++ b/functions/v2/tips/retry/package.json @@ -9,18 +9,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=60000 --exit" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0", - "supertest": "^6.3.3" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0", + "supertest": "6.3.3" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "3.3.0" } } diff --git a/functions/v2/typed/googlechatbot/package.json b/functions/v2/typed/googlechatbot/package.json index fdb508caabb..05e642ecfea 100644 --- a/functions/v2/typed/googlechatbot/package.json +++ b/functions/v2/typed/googlechatbot/package.json @@ -9,11 +9,11 @@ "author": "", "license": "ISC", "dependencies": { - "@google-cloud/functions-framework": "^3.3.0" + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.2.0", - "sinon": "^15.0.2" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" } } diff --git a/functions/v2/typed/greeting/package.json b/functions/v2/typed/greeting/package.json index 60471cc5f43..5546f3de286 100644 --- a/functions/v2/typed/greeting/package.json +++ b/functions/v2/typed/greeting/package.json @@ -9,11 +9,11 @@ "author": "", "license": "ISC", "dependencies": { - "@google-cloud/functions-framework": "^3.3.0" + "@google-cloud/functions-framework": "3.3.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.2.0", - "sinon": "^15.0.2" + "c8": "8.0.1", + "mocha": "10.2.0", + "sinon": "15.2.0" } } diff --git a/game-servers/snippets/package.json b/game-servers/snippets/package.json index c5630b9e593..f53b493915a 100644 --- a/game-servers/snippets/package.json +++ b/game-servers/snippets/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js" @@ -13,12 +13,12 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/game-servers": "^3.1.3" + "@google-cloud/game-servers": "3.2.2" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/healthcare/consent/package.json b/healthcare/consent/package.json index ca374cd8254..d15cbcf64b6 100644 --- a/healthcare/consent/package.json +++ b/healthcare/consent/package.json @@ -6,17 +6,17 @@ "author": "Google LLC", "repository": "GoogleCloudPlatform/nodejs-docs-samples", "engines": { - "node": ">=8.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha system-test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "uuid": "9.0.0" }, "dependencies": { - "@googleapis/healthcare": "^10.0.0" + "@googleapis/healthcare": "10.1.0" } } diff --git a/healthcare/datasets/package.json b/healthcare/datasets/package.json index 665dbdd6ef9..d15cbcf64b6 100644 --- a/healthcare/datasets/package.json +++ b/healthcare/datasets/package.json @@ -6,17 +6,17 @@ "author": "Google LLC", "repository": "GoogleCloudPlatform/nodejs-docs-samples", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha system-test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "uuid": "9.0.0" }, "dependencies": { - "@googleapis/healthcare": "^10.0.0" + "@googleapis/healthcare": "10.1.0" } } diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index ffb9d236ebe..9df86b7a0b7 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -6,19 +6,19 @@ "author": "Google LLC", "repository": "GoogleCloudPlatform/nodejs-docs-samples", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha system-test/*.test.js --timeout=60000" }, "devDependencies": { - "@google-cloud/pubsub": "^4.0.0", - "@google-cloud/storage": "^6.0.0", - "c8": "^8.0.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "@google-cloud/pubsub": "4.0.1", + "@google-cloud/storage": "6.12.0", + "c8": "8.0.1", + "mocha": "10.2.0", + "uuid": "9.0.0" }, "dependencies": { - "@googleapis/healthcare": "^10.0.0" + "@googleapis/healthcare": "10.1.0" } } diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index 36adf738d1b..f0eb1dbdd4d 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -6,20 +6,20 @@ "author": "Google LLC", "repository": "GoogleCloudPlatform/nodejs-docs-samples", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha system-test/*.test.js --timeout=60000" }, "devDependencies": { - "@google-cloud/pubsub": "^4.0.0", - "@google-cloud/storage": "^6.0.0", - "c8": "^8.0.0", - "google-auth-library": "^9.0.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "@google-cloud/pubsub": "4.0.1", + "@google-cloud/storage": "6.12.0", + "c8": "8.0.1", + "google-auth-library": "9.0.0", + "mocha": "10.2.0", + "uuid": "9.0.0" }, "dependencies": { - "@googleapis/healthcare": "^10.0.0" + "@googleapis/healthcare": "10.1.0" } } diff --git a/healthcare/hl7v2/package.json b/healthcare/hl7v2/package.json index 81185a88d15..147217e814f 100644 --- a/healthcare/hl7v2/package.json +++ b/healthcare/hl7v2/package.json @@ -6,18 +6,18 @@ "author": "Google LLC", "repository": "GoogleCloudPlatform/nodejs-docs-samples", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha system-test/*.test.js --timeout=60000" }, "devDependencies": { - "@google-cloud/pubsub": "^4.0.0", - "c8": "^8.0.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "@google-cloud/pubsub": "4.0.1", + "c8": "8.0.1", + "mocha": "10.2.0", + "uuid": "9.0.0" }, "dependencies": { - "@googleapis/healthcare": "^10.0.0" + "@googleapis/healthcare": "10.1.0" } } diff --git a/iam/deny/package.json b/iam/deny/package.json index 7a474328fe0..d527ee3b888 100644 --- a/iam/deny/package.json +++ b/iam/deny/package.json @@ -8,18 +8,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha test/*.test.js --timeout=60000" }, "dependencies": { - "@google-cloud/iam": "^0.3.0" + "@google-cloud/iam": "0.3.2" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/kms/package.json b/kms/package.json index 382f14c0514..6c9dc067735 100644 --- a/kms/package.json +++ b/kms/package.json @@ -8,19 +8,19 @@ "author": "Google LLC", "repository": "googleapis/nodejs-kms", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha --recursive test/ --timeout=800000" }, "dependencies": { - "@google-cloud/kms": "^3.1.0", - "fast-crc32c": "^2.0.0" + "@google-cloud/kms": "3.8.0", + "fast-crc32c": "2.0.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/media/livestream/package.json b/media/livestream/package.json index 8d28e04c7ea..2bde03281bd 100644 --- a/media/livestream/package.json +++ b/media/livestream/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js" @@ -13,12 +13,12 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/livestream": "^0.6.0" + "@google-cloud/livestream": "0.6.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.1.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/media/transcoder/package.json b/media/transcoder/package.json index 6860715b1af..05b73f6f224 100644 --- a/media/transcoder/package.json +++ b/media/transcoder/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js", @@ -14,12 +14,12 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/video-transcoder": "^2.7.0" + "@google-cloud/video-transcoder": "2.7.0" }, "devDependencies": { - "@google-cloud/storage": "^6.0.0", - "c8": "^8.0.0", - "mocha": "^10.1.0", - "uuid": "^9.0.0" + "@google-cloud/storage": "6.12.0", + "c8": "8.0.1", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/media/video-stitcher/package.json b/media/video-stitcher/package.json index 5aa2f9da3fb..c4157e71acb 100644 --- a/media/video-stitcher/package.json +++ b/media/video-stitcher/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=10" + "node": "20.5.1" }, "files": [ "*.js" @@ -13,12 +13,12 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/video-stitcher": "^0.4.0" + "@google-cloud/video-stitcher": "0.4.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.1.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/mediatranslation/package.json b/mediatranslation/package.json index fc800f2e1cd..358a279a626 100644 --- a/mediatranslation/package.json +++ b/mediatranslation/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js" @@ -13,12 +13,12 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/media-translation": "^3.0.4", + "@google-cloud/media-translation": "3.1.2", "node-record-lpcm16": "1.0.1" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0" } } \ No newline at end of file diff --git a/memorystore/redis/package.json b/memorystore/redis/package.json index bc34fd719e1..60dd6ee6490 100644 --- a/memorystore/redis/package.json +++ b/memorystore/redis/package.json @@ -6,10 +6,10 @@ "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "dependencies": { - "redis": "^4.0.0" + "redis": "4.6.7" } } diff --git a/monitoring/opencensus/package.json b/monitoring/opencensus/package.json index bc96c474407..6e4e5edcdc4 100644 --- a/monitoring/opencensus/package.json +++ b/monitoring/opencensus/package.json @@ -10,14 +10,14 @@ "author": "Yuri Grinshteyn", "license": "Apache-2.0", "dependencies": { - "@opencensus/core": "^0.1.0", - "@opencensus/exporter-stackdriver": "^0.1.0", - "express": "^4.17.1", - "node-stopwatch": "^0.0.1" + "@opencensus/core": "0.1.0", + "@opencensus/exporter-stackdriver": "0.1.0", + "express": "4.18.2", + "node-stopwatch": "0.0.1" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.1.3" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/monitoring/prometheus/package.json b/monitoring/prometheus/package.json index 621ab1d87d3..32c5675633b 100644 --- a/monitoring/prometheus/package.json +++ b/monitoring/prometheus/package.json @@ -10,13 +10,13 @@ "author": "Yuri Grinshteyn", "license": "Apache-2.0", "dependencies": { - "express": "^4.17.1", - "prom-client": "^14.0.0", - "sleep": "^6.3.0" + "express": "4.18.2", + "prom-client": "14.2.0", + "sleep": "6.3.0" }, "devDependencies": { - "mocha": "^10.0.0", - "supertest": "^6.1.3" + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/monitoring/snippets/package.json b/monitoring/snippets/package.json index 68732fa3681..90266e4a397 100644 --- a/monitoring/snippets/package.json +++ b/monitoring/snippets/package.json @@ -8,19 +8,19 @@ "*.js" ], "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha --timeout 600000" }, "dependencies": { - "@google-cloud/monitoring": "^3.0.2", - "c8": "^8.0.0", - "yargs": "^17.0.0" + "@google-cloud/monitoring": "3.0.5", + "c8": "8.0.1", + "yargs": "17.7.2" }, "devDependencies": { - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/opencensus/package.json b/opencensus/package.json index 1b749c77e47..03adefc0bfa 100644 --- a/opencensus/package.json +++ b/opencensus/package.json @@ -10,18 +10,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "start": "node metrics-quickstart.js", "test": "c8 mocha -- system-test/*.test.js --timeout=5000 --exit" }, "dependencies": { - "@opencensus/core": "^0.1.0", - "@opencensus/exporter-stackdriver": "^0.1.0" + "@opencensus/core": "0.1.0", + "@opencensus/exporter-stackdriver": "0.1.0" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0" + "c8": "8.0.1", + "mocha": "10.2.0" } } diff --git a/package.json b/package.json index 691ade290bd..35bb3c70f74 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google Inc.", "engines": { - "node": ">=14.0.0" + "node": "20.5.1" }, "repository": { "type": "git", @@ -18,19 +18,19 @@ "generate-ci": "node .github/workflows/utils/generate.js" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "^5.59.0", - "@typescript-eslint/parser": "^5.59.0", - "c8": "^8.0.0", - "eslint-config-prettier": "^9.0.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-prettier": "^5.0.0-alpha.1", - "gts": "^5.0.0", - "mocha": "^10.2.0", - "nunjucks": "^3.2.4", - "prettier": "^3.0.0", - "typescript": "^5.0.4" + "@typescript-eslint/eslint-plugin": "5.62.0", + "@typescript-eslint/parser": "5.62.0", + "c8": "8.0.1", + "eslint-config-prettier": "9.0.0", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-prettier": "5.0.0", + "gts": "5.0.0", + "mocha": "10.2.0", + "nunjucks": "3.2.4", + "prettier": "3.0.1", + "typescript": "5.1.6" }, "dependencies": { - "commander": "^11.0.0" + "commander": "11.0.0" } } diff --git a/recaptcha_enterprise/demosite/app/package.json b/recaptcha_enterprise/demosite/app/package.json index a0e691b99b5..aa6d7ca2520 100644 --- a/recaptcha_enterprise/demosite/app/package.json +++ b/recaptcha_enterprise/demosite/app/package.json @@ -12,10 +12,10 @@ "url": "https://github.com/googleapis/nodejs-recaptcha-enterprise.git" }, "dependencies": { - "@google-cloud/recaptcha-enterprise": "^3.0.0", - "body-parser": "^1.20.0", - "express": "^4.18.1", - "mustache-express": "^1.3.2", - "properties-reader": "^2.2.0" + "@google-cloud/recaptcha-enterprise": "3.4.1", + "body-parser": "1.20.2", + "express": "4.18.2", + "mustache-express": "1.3.2", + "properties-reader": "2.2.0" } } diff --git a/recaptcha_enterprise/snippets/package.json b/recaptcha_enterprise/snippets/package.json index 9ae0c64bc04..099940c5b99 100644 --- a/recaptcha_enterprise/snippets/package.json +++ b/recaptcha_enterprise/snippets/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js", @@ -18,20 +18,20 @@ "test": "c8 mocha --loader=ts-node/esm --extension ts --timeout 10000 --exit" }, "dependencies": { - "@google-cloud/recaptcha-enterprise": "^3.2.0", - "body-parser": "^1.20.1", - "express": "^4.18.2", - "recaptcha-password-check-helpers": "^1.0.1" + "@google-cloud/recaptcha-enterprise": "3.4.1", + "body-parser": "1.20.2", + "express": "4.18.2", + "recaptcha-password-check-helpers": "1.0.3" }, "devDependencies": { - "@types/express": "^4.17.17", - "@types/node": "^18.15.11", - "@types/yargs": "^17.0.19", - "c8": "^8.0.0", - "eslint": "^8.34.0", - "gts": "^5.0.0", - "mocha": "^10.2.0", - "ts-node": "^10.9.1", - "typescript": "^5.0.0" + "@types/express": "4.17.17", + "@types/node": "18.17.5", + "@types/yargs": "17.0.24", + "c8": "8.0.1", + "eslint": "8.47.0", + "gts": "5.0.0", + "mocha": "10.2.0", + "ts-node": "10.9.1", + "typescript": "5.1.6" } } diff --git a/retail/package.json b/retail/package.json index b54b71cfe47..a655d55142c 100644 --- a/retail/package.json +++ b/retail/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js" @@ -13,13 +13,13 @@ "test": "c8 mocha" }, "dependencies": { - "@google-cloud/bigquery": "^7.0.0", - "@google-cloud/retail": "^2.1.1", - "@google-cloud/storage": "^6.0.0" + "@google-cloud/bigquery": "7.1.1", + "@google-cloud/retail": "2.4.1", + "@google-cloud/storage": "6.12.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.2.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0" } } diff --git a/run/filesystem/package.json b/run/filesystem/package.json index 05d061f4556..47eab9e4566 100644 --- a/run/filesystem/package.json +++ b/run/filesystem/package.json @@ -9,22 +9,22 @@ "system-test": "c8 mocha test/system.test.js --timeout=360000 --exit" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "author": "Google LLC", "license": "Apache-2.0", "dependencies": { - "express": "^4.18.2", - "express-rate-limit": "^6.7.0" + "express": "4.18.2", + "express-rate-limit": "6.9.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.3.7", - "chai-http": "^4.4.0", - "google-auth-library": "^9.0.0", - "got": "^11.0.0", - "mocha": "^10.2.0", - "mock-fs": "^5.2.0", - "supertest": "^6.3.3" + "c8": "8.0.1", + "chai": "4.3.7", + "chai-http": "4.4.0", + "google-auth-library": "9.0.0", + "got": "11.8.6", + "mocha": "10.2.0", + "mock-fs": "5.2.0", + "supertest": "6.3.3" } } diff --git a/run/hello-broken/package.json b/run/hello-broken/package.json index 2c354de2e68..1a7a7a8220a 100644 --- a/run/hello-broken/package.json +++ b/run/hello-broken/package.json @@ -10,17 +10,17 @@ "system-test": "NAME=Cloud c8 mocha test/system.test.js --timeout=360000 --exit" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "author": "Google LLC", "license": "Apache-2.0", "dependencies": { - "express": "^4.17.1" + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "google-auth-library": "^9.0.0", - "got": "^11.0.0", - "mocha": "^10.0.0" + "c8": "8.0.1", + "google-auth-library": "9.0.0", + "got": "11.8.6", + "mocha": "10.2.0" } } diff --git a/run/helloworld/package.json b/run/helloworld/package.json index 8de28feb984..e119d557736 100644 --- a/run/helloworld/package.json +++ b/run/helloworld/package.json @@ -10,18 +10,18 @@ "system-test": "NAME=Cloud c8 mocha test/system.test.js --timeout=180000" }, "engines": { - "node": ">= 12.0.0" + "node": "20.5.1" }, "author": "Google LLC", "license": "Apache-2.0", "dependencies": { - "express": "^4.17.1" + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "google-auth-library": "^9.0.0", - "got": "^11.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "google-auth-library": "9.0.0", + "got": "11.8.6", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/run/idp-sql/package.json b/run/idp-sql/package.json index 393059255e3..8631c69dd48 100644 --- a/run/idp-sql/package.json +++ b/run/idp-sql/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "start": "node index.js", @@ -18,21 +18,21 @@ "system-test": "c8 mocha test/system.test.js --timeout=1800000 --exit" }, "dependencies": { - "express": "^4.16.2", - "firebase-admin": "^11.0.0", - "gcp-metadata": "^6.0.0", - "google-auth-library": "^9.0.0", - "handlebars": "^4.7.6", - "knex": "^2.0.0", - "pg": "^8.0.0", + "express": "4.18.2", + "firebase-admin": "11.10.1", + "gcp-metadata": "6.0.0", + "google-auth-library": "9.0.0", + "handlebars": "4.7.8", + "knex": "2.5.1", + "pg": "8.11.2", "winston": "3.10.0" }, "devDependencies": { - "c8": "^8.0.0", - "got": "^11.7.0", - "mocha": "^10.0.0", - "short-uuid": "^4.1.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "got": "11.8.6", + "mocha": "10.2.0", + "short-uuid": "4.2.2", + "sinon": "15.2.0", + "supertest": "6.3.3" } } diff --git a/run/image-processing/package.json b/run/image-processing/package.json index 4493a2be147..edd3c70df6a 100644 --- a/run/image-processing/package.json +++ b/run/image-processing/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">= 12.0.0" + "node": "20.5.1" }, "scripts": { "start": "node index.js", @@ -19,16 +19,16 @@ "system-test": "c8 mocha test/system.test.js --timeout=360000 --exit" }, "dependencies": { - "@google-cloud/storage": "^6.0.0", - "@google-cloud/vision": "^3.0.0", - "express": "^4.16.4", - "gm": "^1.23.1" + "@google-cloud/storage": "6.12.0", + "@google-cloud/vision": "3.1.4", + "express": "4.18.2", + "gm": "1.25.0" }, "devDependencies": { - "c8": "^8.0.0", - "google-auth-library": "^9.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "google-auth-library": "9.0.0", + "got": "11.8.6", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/run/jobs/package.json b/run/jobs/package.json index 7c59c488535..d223ed7f3c1 100644 --- a/run/jobs/package.json +++ b/run/jobs/package.json @@ -11,8 +11,8 @@ "author": "Google LLC", "license": "Apache-2.0", "devDependencies": { - "@google-cloud/logging": "^10.0.0", - "c8": "^8.0.0", - "mocha": "^10.0.0" + "@google-cloud/logging": "10.5.0", + "c8": "8.0.1", + "mocha": "10.2.0" } } diff --git a/run/logging-manual/package.json b/run/logging-manual/package.json index 9d528209a90..77f4c2f767c 100644 --- a/run/logging-manual/package.json +++ b/run/logging-manual/package.json @@ -15,13 +15,13 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "express": "^4.17.1", - "got": "^11.0.0" + "express": "4.18.2", + "got": "11.8.6" }, "devDependencies": { - "@google-cloud/logging": "^10.0.0", - "c8": "^8.0.0", - "google-auth-library": "^9.0.0", - "mocha": "^10.0.0" + "@google-cloud/logging": "10.5.0", + "c8": "8.0.1", + "google-auth-library": "9.0.0", + "mocha": "10.2.0" } } diff --git a/run/markdown-preview/editor/package.json b/run/markdown-preview/editor/package.json index 4dc73da2a94..c267f50d9ba 100644 --- a/run/markdown-preview/editor/package.json +++ b/run/markdown-preview/editor/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">= 12.0.0" + "node": "20.5.1" }, "main": "main.js", "scripts": { @@ -19,14 +19,14 @@ "system-test": "c8 mocha test/system.test.js --timeout=480000 --exit" }, "dependencies": { - "express": "^4.17.1", - "google-auth-library": "^9.0.0", - "got": "^11.8.0", - "handlebars": "^4.7.6" + "express": "4.18.2", + "google-auth-library": "9.0.0", + "got": "11.8.6", + "handlebars": "4.7.8" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/run/markdown-preview/renderer/package.json b/run/markdown-preview/renderer/package.json index a10da1bbcde..8d9f1bac9b4 100644 --- a/run/markdown-preview/renderer/package.json +++ b/run/markdown-preview/renderer/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">= 12.0.0" + "node": "20.5.1" }, "main": "index.js", "scripts": { @@ -18,15 +18,15 @@ "system-test": "c8 mocha test/system.test.js --timeout=360000 --exit" }, "dependencies": { - "express": "^4.17.1", - "markdown-it": "^13.0.0" + "express": "4.18.2", + "markdown-it": "13.0.1" }, "devDependencies": { - "c8": "^8.0.0", - "google-auth-library": "^9.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "google-auth-library": "9.0.0", + "got": "11.8.6", + "mocha": "10.2.0", + "sinon": "15.2.0", + "supertest": "6.3.3" } } diff --git a/run/pubsub/package.json b/run/pubsub/package.json index 7c5d97b9c3c..94cbe63b3ec 100644 --- a/run/pubsub/package.json +++ b/run/pubsub/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">= 12.0.0" + "node": "20.5.1" }, "scripts": { "start": "node index.js", @@ -19,15 +19,15 @@ "system-test": "c8 mocha test/system.test.js --timeout=360000 --exit" }, "dependencies": { - "express": "^4.16.4" + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "google-auth-library": "^9.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", - "sinon": "^15.0.0", - "supertest": "^6.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "google-auth-library": "9.0.0", + "got": "11.8.6", + "mocha": "10.2.0", + "sinon": "15.2.0", + "supertest": "6.3.3", + "uuid": "9.0.0" } } diff --git a/run/system-package/package.json b/run/system-package/package.json index d6c09be95c9..787144b5287 100644 --- a/run/system-package/package.json +++ b/run/system-package/package.json @@ -10,16 +10,16 @@ "system-test": "c8 mocha test/system.test.js --timeout=360000 --exit" }, "engines": { - "node": ">= 12.0.0" + "node": "20.5.1" }, "dependencies": { - "express": "^4.17.1" + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "google-auth-library": "^9.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "google-auth-library": "9.0.0", + "got": "11.8.6", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/run/websockets/package.json b/run/websockets/package.json index e63c42b3db9..3d15cd746a8 100644 --- a/run/websockets/package.json +++ b/run/websockets/package.json @@ -11,20 +11,20 @@ "system-test": "c8 mocha test/system.test.js --timeout=420000 --exit" }, "engines": { - "node": ">=16.0.0" + "node": "20.5.1" }, "dependencies": { - "@socket.io/redis-adapter": "^8.1.0", - "express": "^4.18.2", - "redis": "^4.6.5", + "@socket.io/redis-adapter": "8.2.1", + "express": "4.18.2", + "redis": "4.6.7", "socket.io": "^4.6.1" }, "devDependencies": { - "@types/express": "^4.17.17", - "c8": "^8.0.0", - "google-auth-library": "^9.0.0", - "got": "^11.8.3", - "mocha": "^10.2.0", - "puppeteer": "^21.0.0" + "@types/express": "4.17.17", + "c8": "8.0.1", + "google-auth-library": "9.0.0", + "got": "11.8.6", + "mocha": "10.2.0", + "puppeteer": "21.0.3" } } diff --git a/scheduler/package.json b/scheduler/package.json index e7940113bef..e80ba8ff59e 100644 --- a/scheduler/package.json +++ b/scheduler/package.json @@ -3,7 +3,7 @@ "private": true, "main": "quickstart.js", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js", @@ -17,17 +17,17 @@ "test": "c8 mocha --loader=ts-node/esm --extension ts --timeout 10000 --exit" }, "dependencies": { - "@google-cloud/scheduler": "^3.2.1" + "@google-cloud/scheduler": "3.3.1" }, "devDependencies": { - "@types/chai": "^4.3.4", - "@types/mocha": "^10.0.1", - "@types/node": "^18.13.0", - "c8": "^8.0.0", - "chai": "^4.3.7", - "gts": "^5.0.0", - "mocha": "^10.2.0", - "ts-node": "^10.9.1", - "typescript": "^5.0.0" + "@types/chai": "4.3.5", + "@types/mocha": "10.0.1", + "@types/node": "18.17.5", + "c8": "8.0.1", + "chai": "4.3.7", + "gts": "5.0.0", + "mocha": "10.2.0", + "ts-node": "10.9.1", + "typescript": "5.1.6" } } diff --git a/secret-manager/package.json b/secret-manager/package.json index 43738757a2e..35e34185ea9 100644 --- a/secret-manager/package.json +++ b/secret-manager/package.json @@ -8,18 +8,18 @@ "author": "Google LLC", "repository": "googleapis/nodejs-secret-manager", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha --recursive test/ --timeout=800000" }, "dependencies": { - "@google-cloud/secret-manager": "^4.1.4" + "@google-cloud/secret-manager": "4.2.2" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/security-center/snippets/package.json b/security-center/snippets/package.json index 63a15c70f5a..d15934d11b1 100644 --- a/security-center/snippets/package.json +++ b/security-center/snippets/package.json @@ -6,20 +6,20 @@ "!system-test/" ], "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha system-test/ --recursive --timeout 6000000" }, "license": "Apache-2.0", "dependencies": { - "@google-cloud/pubsub": "^4.0.0", - "@google-cloud/security-center": "^7.0.0" + "@google-cloud/pubsub": "4.0.1", + "@google-cloud/security-center": "7.6.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/service-directory/snippets/package.json b/service-directory/snippets/package.json index 1e36d33a833..b16a405ba09 100644 --- a/service-directory/snippets/package.json +++ b/service-directory/snippets/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js" @@ -13,12 +13,12 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/service-directory": "^4.0.4" + "@google-cloud/service-directory": "4.1.0" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/speech/package.json b/speech/package.json index 76aa0ecd53a..a9e800b380f 100644 --- a/speech/package.json +++ b/speech/package.json @@ -5,7 +5,7 @@ "author": "Google LLC", "repository": "googleapis/nodejs-speech", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js", @@ -15,18 +15,18 @@ "test": "c8 mocha system-test --timeout 600000" }, "dependencies": { - "@google-cloud/speech": "^5.1.0", - "@google-cloud/storage": "^6.0.0", - "chalk": "^5.0.0", - "fs.promises": "^0.1.2", - "node-record-lpcm16": "^1.0.1", - "sinon": "^15.0.0", - "yargs": "^17.0.0" + "@google-cloud/speech": "5.6.0", + "@google-cloud/storage": "6.12.0", + "chalk": "5.3.0", + "fs.promises": "0.1.2", + "node-record-lpcm16": "1.0.1", + "sinon": "15.2.0", + "yargs": "17.7.2" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/storagetransfer/package.json b/storagetransfer/package.json index 2e8b1f69bf0..6b4dc5cc2f0 100644 --- a/storagetransfer/package.json +++ b/storagetransfer/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js" @@ -13,15 +13,15 @@ "test": "c8 mocha ---parallel --timeout 600000 test/*.test.js" }, "dependencies": { - "@google-cloud/storage-transfer": "^2.2.1" + "@google-cloud/storage-transfer": "2.4.0" }, "devDependencies": { - "@azure/storage-blob": "^12.12.0", - "@google-cloud/storage": "^6.0.0", - "aws-sdk": "^2.1073.0", - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "@azure/storage-blob": "12.15.0", + "@google-cloud/storage": "6.12.0", + "aws-sdk": "2.1436.0", + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/talent/package.json b/talent/package.json index ff380a2fb80..47c4b907b55 100644 --- a/talent/package.json +++ b/talent/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "repository": "googleapis/nodejs-talent", "private": true, @@ -17,15 +17,15 @@ "lint:fix": "npm run lint -- --fix" }, "dependencies": { - "@google-cloud/talent": "^5.0.0", - "yargs": "^17.0.0" + "@google-cloud/talent": "5.1.4", + "yargs": "17.7.2" }, "devDependencies": { - "@types/mocha": "^10.0.0", - "@types/node": "^16.0.0", - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "@types/mocha": "10.0.1", + "@types/node": "16.18.40", + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/texttospeech/package.json b/texttospeech/package.json index 096a6ebd0b8..dd4e5039fbd 100644 --- a/texttospeech/package.json +++ b/texttospeech/package.json @@ -8,18 +8,18 @@ "*.js" ], "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha --timeout=60000" }, "dependencies": { - "@google-cloud/text-to-speech": "^4.0.4", - "yargs": "^17.0.0" + "@google-cloud/text-to-speech": "4.2.3", + "yargs": "17.7.2" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0" } } diff --git a/translate/package.json b/translate/package.json index 6cb3cce4f55..0ebb99fc346 100644 --- a/translate/package.json +++ b/translate/package.json @@ -8,23 +8,23 @@ "!test/" ], "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha --recursive --timeout 240000" }, "dependencies": { - "@google-cloud/automl": "^3.0.0", - "@google-cloud/text-to-speech": "^4.0.0", - "@google-cloud/translate": "^7.0.4", - "@google-cloud/vision": "^3.0.0", - "yargs": "^17.0.0" + "@google-cloud/automl": "3.1.3", + "@google-cloud/text-to-speech": "4.2.3", + "@google-cloud/translate": "7.2.2", + "@google-cloud/vision": "3.1.4", + "yargs": "17.7.2" }, "devDependencies": { - "@google-cloud/storage": "^6.0.0", - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0", - "uuid": "^9.0.0" + "@google-cloud/storage": "6.12.0", + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/video-intelligence/package.json b/video-intelligence/package.json index 4258df83b03..158f593ab1b 100644 --- a/video-intelligence/package.json +++ b/video-intelligence/package.json @@ -9,18 +9,18 @@ "author": "Google Inc.", "repository": "googleapis/nodejs-video-intelligence", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "test": "c8 mocha system-test --timeout=800000" }, "dependencies": { - "@google-cloud/video-intelligence": "^4.1.1", - "yargs": "^17.0.0" + "@google-cloud/video-intelligence": "4.2.3", + "yargs": "17.7.2" }, "devDependencies": { - "c8": "^8.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0" + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0" } } diff --git a/vision/package.json b/vision/package.json index 0f961c075fe..7963db46aae 100644 --- a/vision/package.json +++ b/vision/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "files": [ "*.js" @@ -13,19 +13,19 @@ "test": "c8 mocha system-test --timeout 600000" }, "dependencies": { - "@google-cloud/vision": "^3.1.2", - "natural": "^6.2.0", - "pureimage": "^0.3.17", - "redis": "^4.6.5", - "yargs": "^17.7.1" + "@google-cloud/vision": "3.1.4", + "natural": "6.5.0", + "pureimage": "0.3.17", + "redis": "4.6.7", + "yargs": "17.7.2" }, "devDependencies": { - "@google-cloud/storage": "^6.9.3", - "@types/uuid": "^9.0.1", - "@types/yargs": "^17.0.22", - "c8": "^8.0.0", - "chai": "^4.3.7", - "mocha": "^10.2.0", - "uuid": "^9.0.0" + "@google-cloud/storage": "6.12.0", + "@types/uuid": "9.0.2", + "@types/yargs": "17.0.24", + "c8": "8.0.1", + "chai": "4.3.7", + "mocha": "10.2.0", + "uuid": "9.0.0" } } diff --git a/workflows/invoke-private-endpoint/package.json b/workflows/invoke-private-endpoint/package.json index c9190955f49..d72b9cda77d 100644 --- a/workflows/invoke-private-endpoint/package.json +++ b/workflows/invoke-private-endpoint/package.json @@ -10,18 +10,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=14.0.0" + "node": "20.5.1" }, "scripts": { "start": "node app.js", "test": "c8 mocha --exit test/*.test.js" }, "dependencies": { - "express": "^4.17.1" + "express": "4.18.2" }, "devDependencies": { - "c8": "^8.0.0", - "mocha": "^10.0.0", - "supertest": "^6.0.0" + "c8": "8.0.1", + "mocha": "10.2.0", + "supertest": "6.3.3" } } diff --git a/workflows/package.json b/workflows/package.json index a078e7c4d5b..0571ddfdb93 100644 --- a/workflows/package.json +++ b/workflows/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "build": "tsc -p .", @@ -13,14 +13,14 @@ "test": "c8 mocha --loader=ts-node/esm --extension ts --timeout 600000 --exit" }, "dependencies": { - "@google-cloud/workflows": "^2.3.1" + "@google-cloud/workflows": "2.3.2" }, "devDependencies": { - "@types/mocha": "^10.0.1", - "@types/node": "^18.14.6", - "c8": "^8.0.0", - "gts": "^5.0.0", - "mocha": "^10.2.0", - "ts-node": "^10.9.1" + "@types/mocha": "10.0.1", + "@types/node": "18.17.5", + "c8": "8.0.1", + "gts": "5.0.0", + "mocha": "10.2.0", + "ts-node": "10.9.1" } } diff --git a/workflows/quickstart/package.json b/workflows/quickstart/package.json index fd7402db07b..19aedbf5176 100644 --- a/workflows/quickstart/package.json +++ b/workflows/quickstart/package.json @@ -4,7 +4,7 @@ "main": "index.ts", "private": true, "engines": { - "node": ">=12.0.0" + "node": "20.5.1" }, "scripts": { "start": "node index.js", @@ -14,13 +14,13 @@ "test": "mocha --loader=ts-node/esm --extension ts --timeout 600000 --exit" }, "dependencies": { - "@google-cloud/workflows": "^2.3.1", - "typescript": "^5.1.6" + "@google-cloud/workflows": "2.3.2", + "typescript": "5.1.6" }, "devDependencies": { - "@types/mocha": "^10.0.1", - "@types/node": "^18.14.6", - "gts": "^5.0.0", - "mocha": "^10.2.0" + "@types/mocha": "10.0.1", + "@types/node": "18.17.5", + "gts": "5.0.0", + "mocha": "10.2.0" } }