Skip to content

Commit

Permalink
chore(deps): update node.js to ^v14.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 23, 2021
1 parent 4ddd4b7 commit 3e2c2a1
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 @@ -3,7 +3,7 @@
"version": "0.0.0-DEVELOPMENT",
"description": "CLI to bootstrap Sourcegraph npm packages",
"engines": {
"node": "^14.0.0"
"node": "^v14.17.1"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@types/js-yaml": "3.12.5",
"@types/mkdirp-promise": "5.0.0",
"@types/mz": "2.7.3",
"@types/node": "12.20.15",
"@types/node": "14.17.4",
"download-cli": "^1.1.1",
"eslint": "^7.28.0",
"husky": "^4.2.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -679,10 +679,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@12.20.15", "@types/node@>= 8":
version "12.20.15"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.15.tgz#10ee6a6a3f971966fddfa3f6e89ef7a73ec622df"
integrity sha512-F6S4Chv4JicJmyrwlDkxUdGNSplsQdGwp1A0AJloEVDirWdZOAiRHhovDlsFkKUrquUXhz1imJhXHsf59auyAg==
"@types/node@*", "@types/node@14.17.4", "@types/node@>= 8":
version "14.17.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.4.tgz#218712242446fc868d0e007af29a4408c7765bc0"
integrity sha512-8kQ3+wKGRNN0ghtEn7EGps/B8CzuBz1nXZEIGGLP2GnwbqYn4dbTs7k+VKLTq1HvZLRCIDtN3Snx1Ege8B7L5A==

"@types/normalize-package-data@^2.4.0":
version "2.4.0"
Expand Down

0 comments on commit 3e2c2a1

Please sign in to comment.