diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index 14d6ec2..7d0b20a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@cloudflare/workers-types": "^4.20240815.0", "@microsoft/eslint-formatter-sarif": "^3.1.0", "@octokit/types": "^13.5.0", - "@types/node": "^22.4.1", + "@types/node": "^22.5.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^6.21.0", "esbuild": "^0.23.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9b49adb..2bc3579 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,8 +34,8 @@ importers: specifier: ^13.5.0 version: 13.5.0 '@types/node': - specifier: ^22.4.1 - version: 22.4.1 + specifier: ^22.5.0 + version: 22.5.0 '@typescript-eslint/eslint-plugin': specifier: ^7.0.0 version: 7.0.0(@typescript-eslint/[email protected]([email protected])([email protected]))([email protected])([email protected]) @@ -497,8 +497,8 @@ packages: '@types/[email protected]': resolution: {integrity: sha512-meK88cx/sTalPSLSoCzkiUB4VPIFHmxtXm5FaaqRDqBX2i/Sy8bJ4odsan0b20RBjPh06dAQ+OTTdnyQyhJZyQ==} - '@types/[email protected]': - resolution: {integrity: sha512-1tbpb9325+gPnKK0dMm+/LMriX0vKxf6RnB0SZUqfyVkQ4fMgUSySqhxE/y8Jvs4NyF1yHzTfG9KlnkIODxPKg==} + '@types/[email protected]': + resolution: {integrity: sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==} '@types/[email protected]': resolution: {integrity: sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==} @@ -1546,9 +1546,9 @@ snapshots: '@types/[email protected]': dependencies: - '@types/node': 22.4.1 + '@types/node': 22.5.0 - '@types/[email protected]': + '@types/[email protected]': dependencies: undici-types: 6.19.6 |
