Skip to content

Commit

Permalink
Merge branch 'main' into k_anonym_deidentify_cloud_storage
Browse files Browse the repository at this point in the history
  • Loading branch information
pattishin authored Aug 14, 2023
2 parents 6456726 + e921acb commit c5fe760
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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": "=v16.20.1"
"node": "=v16.20.2"
},
"scripts": {
"start": "node app.js",
Expand Down
2 changes: 1 addition & 1 deletion asset/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "c8 mocha test --timeout 600000"
},
"dependencies": {
"@google-cloud/asset": "^4.5.0",
"@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",
Expand Down
2 changes: 1 addition & 1 deletion document-warehouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "c8 mocha test/*.js --timeout 600000"
},
"dependencies": {
"@google-cloud/contentwarehouse": "^0.5.1"
"@google-cloud/contentwarehouse": "^1.0.0"
},
"devDependencies": {
"assert": "^2.0.0"
Expand Down

0 comments on commit c5fe760

Please sign in to comment.