Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Update Node.js to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 19, 2021
1 parent 278a2dd commit 7109176
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"publisher": "sourcegraph",
"engines": {
"node": ">=11.1.0"
"node": ">=v16.13.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/lodash": "4.14.176",
"@types/mkdirp-promise": "5.0.0",
"@types/mz": "2.7.4",
"@types/node": "12.20.36",
"@types/node": "16.11.9",
"@types/relateurl": "0.2.29",
"@types/rmfr": "2.0.1",
"@types/semver": "7.1.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1064,16 +1064,16 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@>=4.5.0", "@types/node@^13.7.4":
"@types/node@*", "@types/[email protected]", "@types/node@>=4.5.0":
version "16.11.9"
resolved "https://registry.npmjs.org/@types/node/-/node-16.11.9.tgz#879be3ad7af29f4c1a5c433421bf99fab7047185"
integrity sha512-MKmdASMf3LtPzwLyRrFjtFFZ48cMf8jmX5VRYrDQiJa8Ybu5VAmkqBWqKU8fdCwD8ysw4mQ9nrEHvzg6gunR7A==

"@types/node@^13.7.4":
version "13.7.7"
resolved "https://registry.npmjs.org/@types/node/-/node-13.7.7.tgz#1628e6461ba8cc9b53196dfeaeec7b07fa6eea99"
integrity sha512-Uo4chgKbnPNlxQwoFmYIwctkQVkMMmsAoGGU4JKwLuvBefF0pCq4FybNSnfkfRCpC7ZW7kttcC/TrRtAJsvGtg==

"@types/[email protected]":
version "12.20.36"
resolved "https://registry.npmjs.org/@types/node/-/node-12.20.36.tgz#5bd54d2383e714fc4d2c258107ee70c5bad86d0c"
integrity sha512-+5haRZ9uzI7rYqzDznXgkuacqb6LJhAti8mzZKWxIXn/WEtvB+GHVJ7AuMwcN1HMvXOSJcrvA6PPoYHYOYYebA==

"@types/parse-json@^4.0.0":
version "4.0.0"
resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
Expand Down

0 comments on commit 7109176

Please sign in to comment.