diff --git a/package-lock.json b/package-lock.json index 7bad8b0e..eb431aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -115,9 +115,9 @@ } }, "@types/node": { - "version": "16.18.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.0.tgz", - "integrity": "sha512-LqYqYzYvnbCaQfLAwRt0zboqnsViwhZm+vjaMSqcfN36vulAg7Pt0T83q4WZO2YOBw3XdyHi8cQ88H22zmULOA==", + "version": "18.11.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.5.tgz", + "integrity": "sha512-3JRwhbjI+cHLAkUorhf8RnqUbFXajvzX4q6fMn5JwkgtuwfYtRQYI3u4V92vI6NJuTsbBQWWh3RZjFsuevyMGQ==", "dev": true }, "@types/qs": { diff --git a/package.json b/package.json index e24104e5..e9e72c43 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/express": "4.17.14", "@types/mocha": "9.1.1", "@types/moment": "2.13.0", - "@types/node": "16.18.0", + "@types/node": "18.11.5", "chai": "4.3.6", "chai-http": "4.3.0", "copyfiles": "2.4.1",