diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-29 09:01:08 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-29 09:01:08 +0000 |
| commit | 02601b04c7b9f0e6d750ce338712b71be61761a6 (patch) | |
| tree | b87601c6085684bded26d3ad7982fd334924dfc9 | |
| parent | 962c19626b3bc81556b4c94aa1365d44fec60a7b (diff) | |
node_modules: bump @cloudflare/workers-types (#258)
Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240722.0 to 4.20240725.0.
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)
---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
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 | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index 204ca1f..09bce24 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "zod": "^3.23.8" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20240718.0", + "@cloudflare/workers-types": "^4.20240725.0", "@microsoft/eslint-formatter-sarif": "^3.1.0", "@octokit/types": "^13.5.0", "@types/node": "^20.14.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef2bbf4..a0eaf7a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,8 +22,8 @@ importers: version: 3.23.8 devDependencies: '@cloudflare/workers-types': - specifier: ^4.20240718.0 - version: 4.20240722.0 + specifier: ^4.20240725.0 + version: 4.20240725.0 '@microsoft/eslint-formatter-sarif': specifier: ^3.1.0 version: 3.1.0 @@ -59,7 +59,7 @@ importers: version: 5.5.4 wrangler: specifier: ^3.67.1 - version: 3.67.1(@cloudflare/[email protected]) + version: 3.67.1(@cloudflare/[email protected]) packages: @@ -106,8 +106,8 @@ packages: cpu: [x64] os: [win32] - '@cloudflare/[email protected]': - resolution: {integrity: sha512-/N072r7w7jNCgciRtImOQnHODn8CNwl3NHGO2lmC5bCsgevTRNeNj6B2IjS+OgEfo0qFoBgLejISl6ot9QvGvA==} + '@cloudflare/[email protected]': + resolution: {integrity: sha512-L6T/Bg50zm9IIACQVQ0CdVcQL+2nLkRXdPz6BsXF3SlzgjyWR5ndVctAbfr/HLV7aKYxWnnEZsIORsTWb+FssA==} '@cspotcode/[email protected]': resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} @@ -1428,7 +1428,7 @@ snapshots: '@cloudflare/[email protected]': optional: true - '@cloudflare/[email protected]': {} + '@cloudflare/[email protected]': {} '@cspotcode/[email protected]': dependencies: @@ -2553,7 +2553,7 @@ snapshots: '@cloudflare/workerd-linux-arm64': 1.20240718.0 '@cloudflare/workerd-windows-64': 1.20240718.0 - [email protected](@cloudflare/[email protected]): + [email protected](@cloudflare/[email protected]): dependencies: '@cloudflare/kv-asset-handler': 0.3.4 '@esbuild-plugins/node-globals-polyfill': 0.2.3([email protected]) @@ -2573,7 +2573,7 @@ snapshots: workerd: 1.20240718.0 xxhash-wasm: 1.0.2 optionalDependencies: - '@cloudflare/workers-types': 4.20240722.0 + '@cloudflare/workers-types': 4.20240725.0 fsevents: 2.3.3 transitivePeerDependencies: - bufferutil |
