diff --git a/.github/actions/find-libraries/package-lock.json b/.github/actions/find-libraries/package-lock.json index 5622748..f2de774 100644 --- a/.github/actions/find-libraries/package-lock.json +++ b/.github/actions/find-libraries/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^5.0.1" }, "devDependencies": { - "@types/node": "^17.0.25", + "@types/node": "^18.14.6", "@typescript-eslint/parser": "^5.20.0", "@vercel/ncc": "^0.33.4", "eslint": "^8.13.0", @@ -1622,9 +1622,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "17.0.25", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.25.tgz", - "integrity": "sha512-wANk6fBrUwdpY4isjWrKTufkrXdu1D2YHCot2fD/DfWxF5sMrVSA+KN7ydckvaTCh0HiqX9IVl0L5/ZoXg5M7w==", + "version": "18.14.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.6.tgz", + "integrity": "sha512-93+VvleD3mXwlLI/xASjw0FzKcwzl3OdTCzm1LaRfqgS21gfFtK3zDXM5Op9TeeMsJVOaJ2VRDpT9q4Y3d0AvA==", "dev": true }, "node_modules/@types/prettier": { @@ -9221,9 +9221,9 @@ "dev": true }, "@types/node": { - "version": "17.0.25", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.25.tgz", - "integrity": "sha512-wANk6fBrUwdpY4isjWrKTufkrXdu1D2YHCot2fD/DfWxF5sMrVSA+KN7ydckvaTCh0HiqX9IVl0L5/ZoXg5M7w==", + "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/.github/actions/find-libraries/package.json b/.github/actions/find-libraries/package.json index 13ea0c9..168ca0e 100644 --- a/.github/actions/find-libraries/package.json +++ b/.github/actions/find-libraries/package.json @@ -29,7 +29,7 @@ "@actions/github": "^5.0.1" }, "devDependencies": { - "@types/node": "^17.0.25", + "@types/node": "^18.14.6", "@typescript-eslint/parser": "^5.20.0", "@vercel/ncc": "^0.33.4", "eslint": "^8.13.0",