From d9f24aa043e18ff8cf71d59538ef2f7a46a0f022 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Nov 2024 02:31:47 +0000 Subject: [PATCH] feat: upgrade wrangler from 2.21.2 to 3.83.0 Snyk has created this PR to upgrade wrangler from 2.21.2 to 3.83.0. See this package in npm: wrangler See this project in Snyk: https://app.snyk.io/org/laurry-gee/project/0ecb1907-fde2-4ee2-93f9-a029a1013b41?utm_source=github&utm_medium=referral&page=upgrade-pr --- templates/examples/youtube-thumbnail-with-images/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/examples/youtube-thumbnail-with-images/package.json b/templates/examples/youtube-thumbnail-with-images/package.json index 5b509419020f..ed5378543326 100644 --- a/templates/examples/youtube-thumbnail-with-images/package.json +++ b/templates/examples/youtube-thumbnail-with-images/package.json @@ -7,6 +7,6 @@ "start": "wrangler dev" }, "devDependencies": { - "wrangler": "^2.9.1" + "wrangler": "^3.83.0" } }