diff --git a/package-lock.json b/package-lock.json index 30c24d1..3165430 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@hashicorp/github-actions-core": "github:hashicorp/github-actions-core#v1.0.0" }, "devDependencies": { - "@types/node": "^22.5.0", + "@types/node": "^22.5.2", "@types/semver": "^7.5.8", "typescript": "^5.5.4" } @@ -113,9 +113,9 @@ } }, "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==", + "version": "22.5.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz", + "integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==", "dev": true, "dependencies": { "undici-types": "~6.19.2" diff --git a/package.json b/package.json index 631ff9c..b83ccd2 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@hashicorp/github-actions-core": "github:hashicorp/github-actions-core#v1.0.0" }, "devDependencies": { - "@types/node": "^22.5.0", + "@types/node": "^22.5.2", "@types/semver": "^7.5.8", "typescript": "^5.5.4" }