build: update node types (v10 -> v14)

This commit is contained in:
Jovan Krunić
2021-04-12 11:20:43 +02:00
parent b6d83089d5
commit 1f6b314a8f
2 changed files with 4 additions and 5 deletions

7
package-lock.json generated
View File

@@ -409,7 +409,6 @@
"@types/cli-progress": "3.8.0",
"@types/express": "4.17.8",
"@types/morgan": "1.9.2",
"@types/node": "10.17.44",
"@types/request": "2.48.5",
"@types/traverse": "0.6.32",
"@types/uuid": "3.4.7",
@@ -1498,9 +1497,9 @@
}
},
"@types/node": {
"version": "10.17.44",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.44.tgz",
"integrity": "sha512-vHPAyBX1ffLcy4fQHmDyIUMUb42gHZjPHU66nhvbMzAWJqHnySGZ6STwN3rwrnSd1FHB0DI/RWgGELgKSYRDmw=="
"version": "14.14.37",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.37.tgz",
"integrity": "sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw=="
},
"@types/normalize-package-data": {
"version": "2.4.0",

View File

@@ -42,7 +42,7 @@
"@types/chai": "4.2.14",
"@types/chai-as-promised": "7.1.3",
"@types/mocha": "8.0.3",
"@types/node": "10.17.44",
"@types/node": "14.14.37",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"conventional-changelog-cli": "2.1.0",