Skip to content

Commit

Permalink
Update Node.js to v13.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 18, 2020
1 parent f9c7864 commit 6cfcfc1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
13.9.0
13.11.0
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -108,7 +108,7 @@
"@types/mocha": "7.0.2",
"@types/mockdate": "2.0.0",
"@types/mz": "2.7.0",
"@types/node": "13.9.0",
"@types/node": "13.9.2",
"@types/optimize-css-assets-webpack-plugin": "5.0.1",
"@types/puppeteer": "1.20.2",
"@types/react": "16.9.23",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2959,10 +2959,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@13.9.0", "@types/node@>= 8", "@types/node@>=8.9.0":
version "13.9.0"
resolved "https://registry.npmjs.org/@types/node/-/node-13.9.0.tgz#5b6ee7a77faacddd7de719017d0bc12f52f81589"
integrity sha512-0ARSQootUG1RljH2HncpsY2TJBfGQIKOOi7kxzUY6z54ePu/ZD+wJA8zI2Q6v8rol2qpG/rvqsReco8zNMPvhQ==
"@types/node@*", "@types/node@13.9.2", "@types/node@>= 8", "@types/node@>=8.9.0":
version "13.9.2"
resolved "https://registry.npmjs.org/@types/node/-/node-13.9.2.tgz#ace1880c03594cc3e80206d96847157d8e7fa349"
integrity sha512-bnoqK579sAYrQbp73wwglccjJ4sfRdKU7WNEZ5FW4K2U6Kc0/eZ5kvXG0JKsEKFB50zrFmfFt52/cvBbZa7eXg==

"@types/node@^11.10.4":
version "11.13.21"
Expand Down

0 comments on commit 6cfcfc1

Please sign in to comment.