Skip to content

Commit c660c95

Browse files
build!: update library to use Node 12 (#386)
* feat!: Update library to use Node 12 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 6518c56 commit c660c95

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/google-cloud-phishingprotection/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,25 @@
2323
"Phishing Protection API"
2424
],
2525
"dependencies": {
26-
"google-gax": "^2.24.1"
26+
"google-gax": "^3.0.1"
2727
},
2828
"devDependencies": {
2929
"@types/mocha": "^9.0.0",
3030
"@types/node": "^16.0.0",
3131
"@types/sinon": "^10.0.0",
3232
"c8": "^7.0.0",
3333
"chai": "^4.2.0",
34-
"gts": "^3.0.0",
34+
"gts": "^3.1.0",
3535
"jsdoc": "^3.6.2",
3636
"jsdoc-fresh": "^1.0.1",
3737
"jsdoc-region-tag": "^1.0.2",
3838
"linkinator": "^2.0.0",
39-
"mocha": "^8.0.0",
39+
"mocha": "^9.2.2",
4040
"null-loader": "^4.0.0",
4141
"pack-n-play": "^1.0.0-2",
4242
"sinon": "^14.0.0",
4343
"ts-loader": "^9.0.0",
44-
"typescript": "^3.8.3",
44+
"typescript": "^4.6.4",
4545
"webpack": "^5.0.0",
4646
"webpack-cli": "^4.0.0"
4747
},
@@ -63,6 +63,6 @@
6363
},
6464
"license": "Apache-2.0",
6565
"engines": {
66-
"node": ">=10"
66+
"node": ">=12.0.0"
6767
}
6868
}

packages/google-cloud-phishingprotection/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"author": "Google LLC",
66
"engines": {
7-
"node": ">=10"
7+
"node": ">=12.0.0"
88
},
99
"files": [
1010
"*.js"

0 commit comments

Comments
 (0)