diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-12 15:42:50 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-12 15:42:50 +0000 |
| commit | 07800af7f70155ec79007ec069d984a49ebacc5d (patch) | |
| tree | 82437d842b9141ac68a55f0aa2c7d75c5c87608a | |
| parent | e240af1e2ad85e1637e37feb958305b456644312 (diff) | |
node_modules: bump @types/node from 22.1.0 to 22.2.0 (#268)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.1.0 to 22.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -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 e8afad3..62282be 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@cloudflare/workers-types": "^4.20240806.0", "@microsoft/eslint-formatter-sarif": "^3.1.0", "@octokit/types": "^13.5.0", - "@types/node": "^22.1.0", + "@types/node": "^22.2.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^6.21.0", "esbuild": "^0.23.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f523fe2..0a63b25 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.1.0 - version: 22.1.0 + specifier: ^22.2.0 + version: 22.2.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]) @@ -496,8 +496,8 @@ packages: '@types/[email protected]': resolution: {integrity: sha512-meK88cx/sTalPSLSoCzkiUB4VPIFHmxtXm5FaaqRDqBX2i/Sy8bJ4odsan0b20RBjPh06dAQ+OTTdnyQyhJZyQ==} - '@types/[email protected]': - resolution: {integrity: sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==} + '@types/[email protected]': + resolution: {integrity: sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==} '@types/[email protected]': resolution: {integrity: sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==} @@ -1545,9 +1545,9 @@ snapshots: '@types/[email protected]': dependencies: - '@types/node': 22.1.0 + '@types/node': 22.2.0 - '@types/[email protected]': + '@types/[email protected]': dependencies: undici-types: 6.13.0 |
