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

This commit is contained in:
Renovate Bot 2020-10-06 06:15:45 +00:00
parent f017397cd8
commit f37b1f5157
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.22", "version": "13.13.23",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.22.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.23.tgz",
"integrity": "sha512-JfiEW8exAjw25GqrY0qyV1KAqkCDXC8osxSGuWVE4HWE3RfVVcxx2IrZUlgd1whLytKI7rxHvqKy9Mh11hC5bw==", "integrity": "sha512-L31WmMJYKb15PDqFWutn8HNwrNK6CE6bkWgSB0dO1XpNoHrszVKV1Clcnfgd6c/oG54TVF8XQEvY2gQrW8K6Mw==",
"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.22", "@types/node": "13.13.23",
"@typescript-eslint/eslint-plugin": "4.4.0", "@typescript-eslint/eslint-plugin": "4.4.0",
"@typescript-eslint/parser": "4.4.0", "@typescript-eslint/parser": "4.4.0",
"@zeit/ncc": "0.22.3", "@zeit/ncc": "0.22.3",