diff --git a/package-lock.json b/package-lock.json index 8d60c1f..4490809 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "firewallfactory": "bin/aws-firewall-factory.js" }, "devDependencies": { - "@types/node": "^22.5.0", + "@types/node": "^22.5.2", "@typescript-eslint/eslint-plugin": "^8.3.0", "@typescript-eslint/parser": "^8.3.0", "@typescript-eslint/typescript-estree": "^8.3.0", @@ -4215,10 +4215,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.5.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.0.tgz", - "integrity": "sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==", - "license": "MIT", + "version": "22.5.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz", + "integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==", "dependencies": { "undici-types": "~6.19.2" } diff --git a/package.json b/package.json index 1a28afe..46db7c5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "preinstall": "npx only-allow npm" }, "devDependencies": { - "@types/node": "^22.5.0", + "@types/node": "^22.5.2", "@typescript-eslint/eslint-plugin": "^8.3.0", "@typescript-eslint/parser": "^8.3.0", "@typescript-eslint/typescript-estree": "^8.3.0",