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

This commit is contained in:
Renovate Bot 2020-10-20 12:41:03 +00:00
parent 0b0419b8a0
commit 2b105b37ae
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

@ -383,9 +383,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "13.13.26", "version": "13.13.27",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.26.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.27.tgz",
"integrity": "sha512-+48LLqolaKj/WnIY1crfLseaGQMIDISBy3PTXVOZ7w/PBaRUv+H8t94++atzfoBAvorbUYz6Xq9vh1fHrg33ig==", "integrity": "sha512-IeZlpkPnUqO45iBxJocIQzwV+K6phdSVaCxRwlvHHQ0YL+Gb1fvuv9GmIMYllZcjyzqoRKDNJeNo6p8dNWSPSQ==",
"dev": true "dev": true
}, },
"@types/normalize-package-data": { "@types/normalize-package-data": {

View file

@ -37,7 +37,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "11.0.0", "@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0", "@commitlint/config-conventional": "11.0.0",
"@types/node": "13.13.26", "@types/node": "13.13.27",
"@typescript-eslint/eslint-plugin": "4.5.0", "@typescript-eslint/eslint-plugin": "4.5.0",
"@typescript-eslint/parser": "4.5.0", "@typescript-eslint/parser": "4.5.0",
"@zeit/ncc": "0.22.3", "@zeit/ncc": "0.22.3",