chore(deps): update dependency @types/node to v13.13.21

This commit is contained in:
Renovate Bot 2020-09-16 21:40:55 +00:00
parent 9a8136bc8e
commit 115861d2d9
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -518,9 +518,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "13.13.20", "version": "13.13.21",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.20.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.21.tgz",
"integrity": "sha512-1kx55tU3AvGX2Cjk2W4GMBxbgIz892V+X10S2gUreIAq8qCWgaQH+tZBOWc0bi2BKFhQt+CX0BTx28V9QPNa+A==", "integrity": "sha512-tlFWakSzBITITJSxHV4hg4KvrhR/7h3xbJdSFbYJBVzKubrASbnnIFuSgolUh7qKGo/ZeJPKUfbZ0WS6Jp14DQ==",
"dev": true "dev": true
}, },
"@types/normalize-package-data": { "@types/normalize-package-data": {

View file

@ -37,7 +37,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "9.1.2", "@commitlint/cli": "9.1.2",
"@commitlint/config-conventional": "9.1.2", "@commitlint/config-conventional": "9.1.2",
"@types/node": "13.13.20", "@types/node": "13.13.21",
"@typescript-eslint/eslint-plugin": "3.10.1", "@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/parser": "3.10.1", "@typescript-eslint/parser": "3.10.1",
"@zeit/ncc": "0.22.3", "@zeit/ncc": "0.22.3",