chore: upgrade types to node 18 (#4529)

This commit is contained in:
Bruce Berrios 2023-08-12 08:55:27 -04:00 committed by Miodec
parent fa6afd1204
commit bb65a6bb9b
2 changed files with 5 additions and 4 deletions

View file

@ -50,7 +50,7 @@
"@types/jest": "27.5.0",
"@types/lodash": "4.14.178",
"@types/mustache": "4.2.2",
"@types/node": "17.0.18",
"@types/node": "18.17.1",
"@types/node-fetch": "2.6.1",
"@types/nodemailer": "6.4.7",
"@types/object-hash": "2.2.1",
@ -1835,8 +1835,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "17.0.18",
"license": "MIT"
"version": "18.17.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.1.tgz",
"integrity": "sha512-xlR1jahfizdplZYRU59JlUx9uzF1ARa8jbhM11ccpCJya8kvos5jwdm2ZAgxSCwOl0fq21svP18EVwPBXMQudw=="
},
"node_modules/@types/node-fetch": {
"version": "2.6.1",

View file

@ -58,7 +58,7 @@
"@types/jest": "27.5.0",
"@types/lodash": "4.14.178",
"@types/mustache": "4.2.2",
"@types/node": "17.0.18",
"@types/node": "18.17.1",
"@types/node-fetch": "2.6.1",
"@types/nodemailer": "6.4.7",
"@types/object-hash": "2.2.1",