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

This commit is contained in:
Renovate Bot 2021-04-03 01:08:49 +00:00
parent 5fd04b67eb
commit c6975631d3
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

@ -382,9 +382,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "13.13.47", "version": "13.13.48",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.47.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.48.tgz",
"integrity": "sha512-R6851wTjN1YJza8ZIeX6puNBSi/ZULHVh4WVleA7q256l+cP2EtXnKbO455fTs2ytQk3dL9qkU+Wh8l/uROdKg==", "integrity": "sha512-z8wvSsgWQzkr4sVuMEEOvwMdOQjiRY2Y/ZW4fDfjfe3+TfQrZqFKOthBgk2RnVEmtOKrkwdZ7uTvsxTBLjKGDQ==",
"dev": true "dev": true
}, },
"@types/normalize-package-data": { "@types/normalize-package-data": {

View file

@ -37,7 +37,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "12.0.1", "@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1", "@commitlint/config-conventional": "12.0.1",
"@types/node": "13.13.47", "@types/node": "13.13.48",
"@typescript-eslint/eslint-plugin": "4.6.0", "@typescript-eslint/eslint-plugin": "4.6.0",
"@typescript-eslint/parser": "4.6.0", "@typescript-eslint/parser": "4.6.0",
"@vercel/ncc": "0.27.0", "@vercel/ncc": "0.27.0",