From 7e1b09b29baf0e90eada92045453e3171eca695e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Nov 2024 03:10:37 +0000 Subject: [PATCH] feat: upgrade wrangler from 2.21.2 to 3.81.0 Snyk has created this PR to upgrade wrangler from 2.21.2 to 3.81.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..8bcdb30dd3bc 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.81.0" } }