diff --git a/package-lock.json b/package-lock.json index e786acd..b0d0b5e 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": "^20.12.11", + "@types/node": "^20.12.12", "@types/semver": "^7.5.8", "typescript": "^5.4.5" } @@ -113,9 +113,9 @@ } }, "node_modules/@types/node": { - "version": "20.12.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz", - "integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==", + "version": "20.12.12", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", + "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", "dev": true, "dependencies": { "undici-types": "~5.26.4" diff --git a/package.json b/package.json index 54283b7..6637137 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": "^20.12.11", + "@types/node": "^20.12.12", "@types/semver": "^7.5.8", "typescript": "^5.4.5" }