diff --git a/package-lock.json b/package-lock.json index 055bfc0..4a56574 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.2", + "@types/node": "^22.5.4", "@types/semver": "^7.5.8", "typescript": "^5.5.4" } @@ -115,9 +115,9 @@ } }, "node_modules/@types/node": { - "version": "22.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz", - "integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==", + "version": "22.5.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.4.tgz", + "integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==", "dev": true, "dependencies": { "undici-types": "~6.19.2" diff --git a/package.json b/package.json index 2b26570..d837e92 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.2", + "@types/node": "^22.5.4", "@types/semver": "^7.5.8", "typescript": "^5.5.4" }