diff --git a/package-lock.json b/package-lock.json index 5cb0383..b3461ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2151,9 +2151,9 @@ } }, "@types/node": { - "version": "16.7.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.6.tgz", - "integrity": "sha512-VESVNFoa/ahYA62xnLBjo5ur6gPsgEE5cNRy8SrdnkZ2nwJSW0kJ4ufbFr2zuU9ALtHM8juY53VcRoTA7htXSg==", + "version": "18.14.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.6.tgz", + "integrity": "sha512-93+VvleD3mXwlLI/xASjw0FzKcwzl3OdTCzm1LaRfqgS21gfFtK3zDXM5Op9TeeMsJVOaJ2VRDpT9q4Y3d0AvA==", "dev": true }, "@types/prettier": { diff --git a/package.json b/package.json index 6566760..1841f8c 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/jest": "^27.0.1", "@types/lodash": "^4.14.150", "@types/moment": "^2.13.0", - "@types/node": "^16.0.0", + "@types/node": "^18.14.6", "@types/request-promise-native": "^1.0.17", "@types/yargs": "^17.0.0", "jest": "^27.0.3",