diff --git a/package.json b/package.json index 1ec9a43..b90a62a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "test": "echo 'TODO: Implement tests'" }, "devDependencies": { - "@types/node": "^17.0.24", + "@types/node": "^18.11.19", "@types/yarnpkg__lockfile": "^1.1.5", "@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/parser": "^5.19.0", diff --git a/yarn.lock b/yarn.lock index d627486..5e303c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -83,10 +83,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@types/node@^17.0.24": - version "17.0.25" - resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.25.tgz#527051f3c2f77aa52e5dc74e45a3da5fb2301448" - integrity sha512-wANk6fBrUwdpY4isjWrKTufkrXdu1D2YHCot2fD/DfWxF5sMrVSA+KN7ydckvaTCh0HiqX9IVl0L5/ZoXg5M7w== +"@types/node@^18.11.19": + version "18.11.19" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.19.tgz#35e26df9ec441ab99d73e99e9aca82935eea216d" + integrity sha512-YUgMWAQBWLObABqrvx8qKO1enAvBUdjZOAWQ5grBAkp5LQv45jBvYKZ3oFS9iKRCQyFjqw6iuEa1vmFqtxYLZw== "@types/normalize-package-data@^2.4.0": version "2.4.1"