Skip to content

Commit

Permalink
build!: update library to use Node 12 (#486)
Browse files Browse the repository at this point in the history
* build!: Update library to use Node 12

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
sofisl and gcf-owl-bot[bot] authored May 18, 2022
1 parent 28ab6aa commit 7c58f75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/google-cloud-securitycenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"repository": "googleapis/nodejs-security-center",
"files": [
Expand Down Expand Up @@ -42,23 +42,23 @@
"Security Command Center API"
],
"dependencies": {
"google-gax": "^2.24.1"
"google-gax": "^3.0.1"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/sinon": "^10.0.0",
"c8": "^7.0.0",
"gts": "^3.0.0",
"gts": "^3.1.0",
"jsdoc": "^3.6.2",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^2.0.0",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"null-loader": "^4.0.0",
"pack-n-play": "^1.0.0-2",
"sinon": "^14.0.0",
"ts-loader": "^8.0.0",
"typescript": "^3.8.3"
"typescript": "^4.6.4"
}
}
4 changes: 2 additions & 2 deletions packages/google-cloud-securitycenter/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"!system-test/"
],
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"scripts": {
"test": "mocha system-test/ --recursive --timeout 6000000"
Expand All @@ -21,4 +21,4 @@
"mocha": "^8.0.0",
"uuid": "^8.0.0"
}
}
}

0 comments on commit 7c58f75

Please sign in to comment.