Update Node.js to v13.12.0 (#9431)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-04-01 12:29:42 +02:00 committed by GitHub
parent 9990c5a6be
commit 0a1e2dfa73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

2
.nvmrc
View File

@ -1 +1 @@
13.11.0
13.12.0

View File

@ -105,7 +105,7 @@
"@types/mocha": "7.0.2",
"@types/mockdate": "2.0.0",
"@types/mz": "2.7.0",
"@types/node": "13.9.3",
"@types/node": "13.9.8",
"@types/optimize-css-assets-webpack-plugin": "5.0.1",
"@types/puppeteer": "1.20.2",
"@types/react": "16.9.23",

View File

@ -2923,10 +2923,10 @@
dependencies:
"@types/node" "*"
"@types/node@*", "@types/node@13.9.3", "@types/node@>= 8", "@types/node@>=8.9.0":
version "13.9.3"
resolved "https://registry.npmjs.org/@types/node/-/node-13.9.3.tgz#6356df2647de9eac569f9a52eda3480fa9e70b4d"
integrity sha512-01s+ac4qerwd6RHD+mVbOEsraDHSgUaefQlEdBbUolnQFjKwCr7luvAlEwW1RFojh67u0z4OUTjPn9LEl4zIkA==
"@types/node@*", "@types/node@13.9.8", "@types/node@>= 8", "@types/node@>=8.9.0":
version "13.9.8"
resolved "https://registry.npmjs.org/@types/node/-/node-13.9.8.tgz#09976420fc80a7a00bf40680c63815ed8c7616f4"
integrity sha512-1WgO8hsyHynlx7nhP1kr0OFzsgKz5XDQL+Lfc3b1Q3qIln/n8cKD4m09NJ0+P1Rq7Zgnc7N0+SsMnoD1rEb0kA==
"@types/node@^11.10.4":
version "11.13.21"