diff --git a/.github/actions/file/package-lock.json b/.github/actions/file/package-lock.json index 1ee1425..7983ce4 100644 --- a/.github/actions/file/package-lock.json +++ b/.github/actions/file/package-lock.json @@ -14,7 +14,7 @@ "@octokit/plugin-throttling": "^11.0.2" }, "devDependencies": { - "@types/node": "^24.7.0", + "@types/node": "^24.7.1", "typescript": "^5.9.3" } }, @@ -176,9 +176,9 @@ } }, "node_modules/@types/node": { - "version": "24.7.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.0.tgz", - "integrity": "sha512-IbKooQVqUBrlzWTi79E8Fw78l8k1RNtlDDNWsFZs7XonuQSJ8oNYfEeclhprUldXISRMLzBpILuKgPlIxm+/Yw==", + "version": "24.7.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.1.tgz", + "integrity": "sha512-CmyhGZanP88uuC5GpWU9q+fI61j2SkhO3UGMUdfYRE6Bcy0ccyzn1Rqj9YAB/ZY4kOXmNf0ocah5GtphmLMP6Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/.github/actions/file/package.json b/.github/actions/file/package.json index 1f4e7ef..0f25091 100644 --- a/.github/actions/file/package.json +++ b/.github/actions/file/package.json @@ -18,7 +18,7 @@ "@octokit/plugin-throttling": "^11.0.2" }, "devDependencies": { - "@types/node": "^24.7.0", + "@types/node": "^24.7.1", "typescript": "^5.9.3" } }