diff --git a/package-lock.json b/package-lock.json index 3844767..d8a1e84 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.0.0", + "@types/node": "^22.2.0", "@types/semver": "^7.5.8", "typescript": "^5.5.4" } @@ -113,12 +113,12 @@ } }, "node_modules/@types/node": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.0.tgz", - "integrity": "sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==", + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.2.0.tgz", + "integrity": "sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==", "dev": true, "dependencies": { - "undici-types": "~6.11.1" + "undici-types": "~6.13.0" } }, "node_modules/@types/semver": { @@ -382,9 +382,9 @@ } }, "node_modules/undici-types": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz", - "integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz", + "integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==", "dev": true }, "node_modules/uuid": { diff --git a/package.json b/package.json index 453fdcf..3b645c7 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.0.0", + "@types/node": "^22.2.0", "@types/semver": "^7.5.8", "typescript": "^5.5.4" }