diff options
| -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 604fc4e..fb87901 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "zod": "^3.22.4" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20231218.0", + "@cloudflare/workers-types": "^4.20240117.0", "@microsoft/eslint-formatter-sarif": "^3.0.0", "@types/node": "^20.11.2", "@typescript-eslint/eslint-plugin": "^6.18.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d4276d0..6bb9a16 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,8 +17,8 @@ dependencies: devDependencies: '@cloudflare/workers-types': - specifier: ^4.20231218.0 - version: 4.20231218.0 + specifier: ^4.20240117.0 + version: 4.20240117.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-Vs1FKjfUjXYGbCsXzkl+ITp0Iyb6QiW6+vTERTNThC+v96T0IvPVAioH4tT20rXwoxAfxh380mAaxYtTrJUNVg==} + /@cloudflare/[email protected]: + resolution: {integrity: sha512-HQU8lJhaJVh8gQXFtVA7lZwd0hK1ckIFjRuxOXkVN2Z9t7DtzNbA2YTwBry5thKNgF5EwjN4THjHg5NUZzj05A==} dev: true /@cspotcode/[email protected]: |
