Skip to content

Commit 9cb8461

Browse files
chore(deps): update node.js to v16 (#1542)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6e9f28f commit 9cb8461

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"devDependencies": {
199199
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#5fad38db75f746e76af8b015dd8f674579a54ab3",
200200
"@types/jasmine": "3.10.3",
201-
"@types/node": "14.17.32",
201+
"@types/node": "16.11.19",
202202
"@types/vscode": "1.60.0",
203203
"clang-format": "1.5.0",
204204
"esbuild": "0.14.11",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Angular",
1010
"license": "MIT",
1111
"engines": {
12-
"node": ">=10.9.0 <15.0.0"
12+
"node": ">=10.9.0 <17.0.0"
1313
},
1414
"bin": {
1515
"ngserver": "./bin/ngserver"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,10 @@
358358
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.13.tgz#ccebcdb990bd6139cd16e84c39dc2fb1023ca90c"
359359
integrity sha512-pMCcqU2zT4TjqYFrWtYHKal7Sl30Ims6ulZ4UFXxI4xbtQqK/qqKwkDoBFCfooRqqmRu9vY3xaJRwxSh673aYg==
360360

361-
"@types/node@14.17.32":
362-
version "14.17.32"
363-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.32.tgz#2ca61c9ef8c77f6fa1733be9e623ceb0d372ad96"
364-
integrity sha512-JcII3D5/OapPGx+eJ+Ik1SQGyt6WvuqdRfh9jUwL6/iHGjmyOriBDciBUu7lEIBTL2ijxwrR70WUnw5AEDmFvQ==
361+
"@types/node@16.11.19":
362+
version "16.11.19"
363+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.19.tgz#1afa165146997b8286b6eabcb1c2d50729055169"
364+
integrity sha512-BPAcfDPoHlRQNKktbsbnpACGdypPFBuX4xQlsWDE7B8XXcfII+SpOLay3/qZmCLb39kV5S1RTYwXdkx2lwLYng==
365365

366366
"@types/normalize-package-data@^2.4.0":
367367
version "2.4.0"

0 commit comments

Comments
 (0)