diff --git a/package-lock.json b/package-lock.json index 40c77ea..053098e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@microsoft/eslint-formatter-sarif": "3.1.0", "@types/github-label-sync": "2.0.2", "@types/js-yaml": "4.0.9", - "@types/node": "22.7.4", + "@types/node": "22.7.9", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/experimental-utils": "5.62.0", "esbuild": "0.24.0", @@ -1035,10 +1035,9 @@ "integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==" }, "node_modules/@types/node": { - "version": "22.7.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.4.tgz", - "integrity": "sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==", - "license": "MIT", + "version": "22.7.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.9.tgz", + "integrity": "sha512-jrTfRC7FM6nChvU7X2KqcrgquofrWLFDeYC1hKfwNWomVvrn7JIksqf344WN2X/y8xrgqBd2dJATZV4GbatBfg==", "dependencies": { "undici-types": "~6.19.2" } @@ -6599,9 +6598,9 @@ "integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==" }, "@types/node": { - "version": "22.7.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.4.tgz", - "integrity": "sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==", + "version": "22.7.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.9.tgz", + "integrity": "sha512-jrTfRC7FM6nChvU7X2KqcrgquofrWLFDeYC1hKfwNWomVvrn7JIksqf344WN2X/y8xrgqBd2dJATZV4GbatBfg==", "requires": { "undici-types": "~6.19.2" } diff --git a/package.json b/package.json index 24a9a98..171fdf8 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@microsoft/eslint-formatter-sarif": "3.1.0", "@types/github-label-sync": "2.0.2", "@types/js-yaml": "4.0.9", - "@types/node": "22.7.4", + "@types/node": "22.7.9", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/experimental-utils": "5.62.0", "esbuild": "0.24.0",