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

This commit is contained in:
Renovate Bot 2020-06-04 21:32:40 +00:00
parent e4fb188ce2
commit c870b3692b
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

@ -318,9 +318,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "13.13.9", "version": "13.13.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.9.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.10.tgz",
"integrity": "sha512-EPZBIGed5gNnfWCiwEIwTE2Jdg4813odnG8iNPMQGrqVxrI+wL68SPtPeCX+ZxGBaA6pKAVc6jaKgP/Q0QzfdQ==", "integrity": "sha512-J+FbkhLTcFstD7E5mVZDjYxa1VppwT2HALE6H3n2AnBSP8uiCQk0Pyr6BkJcP38dFV9WecoVJRJmFnl9ikIW7Q==",
"dev": true "dev": true
}, },
"@types/parse-json": { "@types/parse-json": {

View file

@ -37,7 +37,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "8.3.5", "@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4", "@commitlint/config-conventional": "8.3.4",
"@types/node": "13.13.9", "@types/node": "13.13.10",
"@typescript-eslint/eslint-plugin": "2.34.0", "@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0", "@typescript-eslint/parser": "2.34.0",
"@zeit/ncc": "0.22.3", "@zeit/ncc": "0.22.3",