diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-25 15:21:54 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-12-25 15:22:54 +0000 |
| commit | 7fe2f5e8f69904851b6ada6c72e04552ae5ee08d (patch) | |
| tree | 1e7fc13c183b44a39e730924eb0ed9780262b19f | |
| parent | f8f38672d44b44b3f82e57fecb1ddf78a25e939f (diff) | |
chore(deps-dev): bump @cloudflare/workers-types
Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20231121.0 to 4.20231218.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]>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 0004df0..945c248 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "zod": "^3.22.4" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20231121.0", + "@cloudflare/workers-types": "^4.20231218.0", "@microsoft/eslint-formatter-sarif": "^3.0.0", "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.14.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0aebafd..465ca66 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,8 +17,8 @@ dependencies: devDependencies: '@cloudflare/workers-types': - specifier: ^4.20231121.0 - version: 4.20231121.0 + specifier: ^4.20231218.0 + version: 4.20231218.0 '@microsoft/eslint-formatter-sarif': specifier: ^3.0.0 version: 3.0.0 @@ -111,8 +111,8 @@ packages: dev: true optional: true - /@cloudflare/[email protected]: - resolution: {integrity: sha512-+kWfpCkqiepwAKXyHoE0gnkPgkLhz0/9HOBIGhHRsUvUKvhUtm3mbqqoGRWgF1qcjzrDUBbrrOq4MYHfFtc2RA==} + /@cloudflare/[email protected]: + resolution: {integrity: sha512-Vs1FKjfUjXYGbCsXzkl+ITp0Iyb6QiW6+vTERTNThC+v96T0IvPVAioH4tT20rXwoxAfxh380mAaxYtTrJUNVg==} dev: true /@cspotcode/[email protected]: |
