build: update node types to v14

Closes #96
This commit is contained in:
Jovan Krunić
2021-04-07 14:22:42 +02:00
parent c75ca68c44
commit 9f71e46f66
2 changed files with 4 additions and 5 deletions

7
package-lock.json generated
View File

@@ -2363,7 +2363,6 @@
"@types/geojson": "1.0.6",
"@types/json-patch": "0.0.30",
"@types/json-schema": "7.0.7",
"@types/node": "10.17.44",
"fast-clone": "1.5.13",
"fast-deep-equal": "3.1.3",
"http-status-codes": "2.1.4",
@@ -2741,9 +2740,9 @@
"integrity": "sha512-AVBOcLJenbpCIJcHUvGWj+YMlaiwcFlGK1YEH2mePXkB5B/vQLrFkHG9IpBH71mXnkbibc4V8Nnn1wJSxcgCEA=="
},
"@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/nodemailer": {
"version": "6.4.0",

View File

@@ -92,7 +92,7 @@
"@types/form-data": "2.5.0",
"@types/jasmine": "3.3.12",
"@types/jasminewd2": "2.0.6",
"@types/node": "10.17.44",
"@types/node": "14.14.37",
"codelyzer": "5.1.2",
"conventional-changelog-cli": "2.0.12",
"is-docker": "1.1.0",