diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index c4fd80c..b5e53ef 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@cloudflare/workers-types": "^4.20250109.0", "@microsoft/eslint-formatter-sarif": "^3.1.0", "@octokit/types": "^13.7.0", - "@types/node": "^22.10.7", + "@types/node": "^22.13.14", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^6.21.0", "esbuild": "^0.24.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5561eb8..6fe404c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,8 +34,8 @@ importers: specifier: ^13.7.0 version: 13.7.0 '@types/node': - specifier: ^22.10.7 - version: 22.10.7 + specifier: ^22.13.14 + version: 22.13.14 '@typescript-eslint/eslint-plugin': specifier: ^7.0.0 version: 7.0.0(@typescript-eslint/[email protected]([email protected])([email protected]))([email protected])([email protected]) @@ -640,8 +640,8 @@ packages: '@types/[email protected]': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} - '@types/[email protected]': - resolution: {integrity: sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==} + '@types/[email protected]': + resolution: {integrity: sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==} '@types/[email protected]': resolution: {integrity: sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==} @@ -1723,7 +1723,7 @@ snapshots: '@types/[email protected]': {} - '@types/[email protected]': + '@types/[email protected]': dependencies: undici-types: 6.20.0 |
