Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 15, 2023
1 parent cbf3e6c commit 9c16fc8
Show file tree
Hide file tree
Showing 176 changed files with 1,246 additions and 1,246 deletions.
18 changes: 9 additions & 9 deletions ai-platform/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=12.0.0"
"node": "20.5.1"
},
"files": [
"*.js"
Expand All @@ -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": "^7.0.0"
"@google-cloud/aiplatform": "2.17.0",
"@google-cloud/bigquery": "7.1.1",
"@google-cloud/storage": "7.0.1"
},
"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"
}
}
12 changes: 6 additions & 6 deletions appengine/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"engines": {
"node": "16.x.x"
"node": "16.20.2"
},
"scripts": {
"start": "node app.js",
"system-test": "c8 mocha --exit test/*.test.js",
"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"
}
}
10 changes: 5 additions & 5 deletions appengine/building-an-app/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
14 changes: 7 additions & 7 deletions appengine/building-an-app/update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
12 changes: 6 additions & 6 deletions appengine/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"engines": {
"node": "16.x.x"
"node": "16.20.2"
},
"scripts": {
"start": "node app.js",
"system-test": "c8 mocha --exit test/*.test.js",
"test": "npm run system-test"
},
"dependencies": {
"@google-cloud/datastore": "^8.0.0",
"express": "^4.16.4"
"@google-cloud/datastore": "8.0.0",
"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"
}
}
18 changes: 9 additions & 9 deletions appengine/endpoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"engines": {
"node": "16.x.x"
"node": "16.20.2"
},
"scripts": {
"deploy": "gcloud app deploy",
Expand All @@ -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"
}
}
10 changes: 5 additions & 5 deletions appengine/hello-world/flexible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
10 changes: 5 additions & 5 deletions appengine/hello-world/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
14 changes: 7 additions & 7 deletions appengine/memcached/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
12 changes: 6 additions & 6 deletions appengine/metadata/flexible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
12 changes: 6 additions & 6 deletions appengine/metadata/flexible_nodejs16_and_earlier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
12 changes: 6 additions & 6 deletions appengine/metadata/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
26 changes: 13 additions & 13 deletions appengine/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Loading

0 comments on commit 9c16fc8

Please sign in to comment.