From 9294c390af7a7575e8f8eb4a07cdff0b3e423236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:22:40 +0200 Subject: [PATCH] Bump wrangler from 3.78.12 to 3.80.0 (#595) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 77bb8ac..69e1ceb 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "typescript": "^4.9.5", "webpack": "^5.95.0", "webpack-cli": "^5.0.1", - "wrangler": "^3.78.12" + "wrangler": "^3.80.0" }, "jest": { "transform": { diff --git a/yarn.lock b/yarn.lock index 1a20805..ac05423 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4430,10 +4430,10 @@ workerd@1.20240925.0: "@cloudflare/workerd-linux-arm64" "1.20240925.0" "@cloudflare/workerd-windows-64" "1.20240925.0" -wrangler@^3.78.12: - version "3.78.12" - resolved "https://registry.yarnpkg.com/wrangler/-/wrangler-3.78.12.tgz#c3d7b605856b904ab7cce54afc223286b8454935" - integrity sha512-a/xk/N04IvOGk9J+BLkiFg42GDyPS+0BiJimbrHsbX+CDr8Iqq3HNMEyQld+6zbmq01u/gmc8S7GKVR9vDx4+g== +wrangler@^3.80.0: + version "3.80.0" + resolved "https://registry.yarnpkg.com/wrangler/-/wrangler-3.80.0.tgz#0bc095b576a3861931e45c721f492460ced0f472" + integrity sha512-c9aN7Buf7XgTPpQkw1d0VjNRI4qg3m35PTg70Tg4mOeHwHGjsd74PAsP1G8BjpdqDjfWtsua7tj1g4M3/5dYNQ== dependencies: "@cloudflare/kv-asset-handler" "0.3.4" "@cloudflare/workers-shared" "0.5.4"