chore(deps): update dependency @types/node to v13.13.12 (#117)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-06-09 23:00:20 +00:00 committed by GitHub
parent 57266d816d
commit b97d23d85c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.11", "version": "13.13.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.11.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.12.tgz",
"integrity": "sha512-FX7mIFKfnGCfq10DGWNhfCNxhACEeqH5uulT6wRRA1KEt7zgLe0HdrAd9/QQkObDqp2Z0KEV3OAmNgs0lTx5tQ==", "integrity": "sha512-zWz/8NEPxoXNT9YyF2osqyA9WjssZukYpgI4UYZpOjcyqwIUqWGkcCionaEb9Ki+FULyPyvNFpg/329Kd2/pbw==",
"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.11", "@types/node": "13.13.12",
"@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",