diff --git a/.github/actions/fix/package-lock.json b/.github/actions/fix/package-lock.json index c31fe7e..ead07f2 100644 --- a/.github/actions/fix/package-lock.json +++ b/.github/actions/fix/package-lock.json @@ -14,7 +14,7 @@ "@octokit/plugin-throttling": "^11.0.2" }, "devDependencies": { - "@types/node": "^24.9.0", + "@types/node": "^24.9.1", "typescript": "^5.9.3" } }, @@ -176,9 +176,9 @@ } }, "node_modules/@types/node": { - "version": "24.9.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.0.tgz", - "integrity": "sha512-MKNwXh3seSK8WurXF7erHPJ2AONmMwkI7zAMrXZDPIru8jRqkk6rGDBVbw4mLwfqA+ZZliiDPg05JQ3uW66tKQ==", + "version": "24.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz", + "integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/.github/actions/fix/package.json b/.github/actions/fix/package.json index 738d531..fdbab2d 100644 --- a/.github/actions/fix/package.json +++ b/.github/actions/fix/package.json @@ -18,7 +18,7 @@ "@octokit/plugin-throttling": "^11.0.2" }, "devDependencies": { - "@types/node": "^24.9.0", + "@types/node": "^24.9.1", "typescript": "^5.9.3" } }