Skip to content

Commit

Permalink
chore: update node.js to v16.17.1 (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2022
1 parent d99d8c1 commit 9069282
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@angular-eslint/angular-eslint",
"private": true,
"volta": {
"node": "16.17.0",
"node": "16.17.1",
"yarn": "1.22.19"
},
"workspaces": [
Expand Down Expand Up @@ -65,7 +65,7 @@
"@types/eslint": "8.4.6",
"@types/eslint-scope": "3.7.4",
"@types/jest": "28.1.8",
"@types/node": "16.11.59",
"@types/node": "16.11.61",
"@types/prettier": "2.7.1",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3736,10 +3736,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"
integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g==

"@types/node@16.11.59":
version "16.11.59"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.59.tgz#823f238b9063ccc3b3b7f13186f143a57926c4f6"
integrity sha512-6u+36Dj3aDzhfBVUf/mfmc92OEdzQ2kx2jcXGdigfl70E/neV21ZHE6UCz4MDzTRcVqGAM27fk+DLXvyDsn3Jw==
"@types/node@16.11.61":
version "16.11.61"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.61.tgz#e8c7d3fa131ac5637fa39cca800130b85ebb2f18"
integrity sha512-HSz3rzeislhVDZvmu65QZaEquYLQT52qcaDCMIX/SdOR8e+XgKbP7D8f8X36qEJBjlJvB1vURE4MGIi6Wnj5LA==

"@types/node@^14.0.0":
version "14.18.28"
Expand Down

0 comments on commit 9069282

Please sign in to comment.