build: update node types (10 -> 14)

This commit is contained in:
Jovan Krunić
2021-04-12 11:13:31 +02:00
parent c326929415
commit 0bc95ca4ed
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -552,9 +552,9 @@
"integrity": "sha512-AVBOcLJenbpCIJcHUvGWj+YMlaiwcFlGK1YEH2mePXkB5B/vQLrFkHG9IpBH71mXnkbibc4V8Nnn1wJSxcgCEA=="
},
"@types/node": {
"version": "10.17.46",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.46.tgz",
"integrity": "sha512-Tice8a+sJtlP9C1EUo0DYyjq52T37b3LexVu3p871+kfIBIN+OQ7PKPei1oF3MgF39olEpUfxaLtD+QFc1k69Q==",
"version": "14.14.37",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.37.tgz",
"integrity": "sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==",
"dev": true
},
"@types/nodemailer": {

View File

@@ -31,7 +31,7 @@
},
"devDependencies": {
"@openstapps/configuration": "0.25.0",
"@types/node": "10.17.46",
"@types/node": "14.14.37",
"@types/express": "4.17.8",
"conventional-changelog-cli": "2.1.1",
"prepend-file-cli": "1.0.6",