diff --git a/package.json b/package.json index 1ec9a43..1be71f6 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.11", "@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..7968ef8 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.11": + version "18.11.11" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.11.tgz#1d455ac0211549a8409d3cdb371cd55cc971e8dc" + integrity sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g== "@types/normalize-package-data@^2.4.0": version "2.4.1"