diff --git a/package.json b/package.json index 3e4be54..f63aa6f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/jsdom": "^16.2.11", "@types/mocha": "^9.0.0", "@types/nedb": "^1.8.12", - "@types/node": "^16.7.10", + "@types/node": "^18.0.0", "@types/pg": "^8.6.5", "@types/request": "^2.48.8", "@types/shell-quote": "1.7.1", diff --git a/yarn.lock b/yarn.lock index fed2092..0748148 100644 --- a/yarn.lock +++ b/yarn.lock @@ -268,11 +268,18 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@^16.7.10": +"@types/node@*": version "16.10.2" resolved "https://registry.npmjs.org/@types/node/-/node-16.10.2.tgz" integrity sha512-zCclL4/rx+W5SQTzFs9wyvvyCwoK9QtBpratqz2IYJ3O8Umrn0m3nsTv0wQBk9sRGpvUe9CwPDrQFB10f1FIjQ== +"@types/node@^18.0.0": + version "18.18.9" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.9.tgz#5527ea1832db3bba8eb8023ce8497b7d3f299592" + integrity sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ== + dependencies: + undici-types "~5.26.4" + "@types/parse5@*": version "6.0.1" resolved "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.1.tgz" @@ -3364,6 +3371,11 @@ underscore@~1.4.4: resolved "https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz" integrity sha512-ZqGrAgaqqZM7LGRzNjLnw5elevWb5M8LEoDMadxIW3OWbcv72wMMgKdwOKpd5Fqxe8choLD8HN3iSj3TUh/giQ== +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== + universalify@^0.1.2: version "0.1.2" resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz"