From ab071346780476bcb901668a3694eb3527111d49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:26:03 +0000 Subject: [PATCH] fix(deps): update dependency urlpattern-polyfill to v10 --- package-lock.json | 12 +++++------- packages/edge-bundler/package.json | 2 +- packages/zip-it-and-ship-it/package.json | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f0fb618770..a9f514b8f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6792,10 +6792,6 @@ "node": ">=18.0.0" } }, - "node_modules/@whatwg-node/fetch/node_modules/urlpattern-polyfill": { - "version": "10.1.0", - "license": "MIT" - }, "node_modules/@whatwg-node/node-fetch": { "version": "0.8.6", "license": "MIT", @@ -21718,7 +21714,9 @@ } }, "node_modules/urlpattern-polyfill": { - "version": "8.0.2", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.1.0.tgz", + "integrity": "sha512-IGjKp/o0NL3Bso1PymYURCJxMPNAf/ILOpendP9f5B6e1rTJgdgiOvgfoT8VxCAdY+Wisb9uhGaJJf3yZ2V9nw==", "license": "MIT" }, "node_modules/util-deprecate": { @@ -23250,7 +23248,7 @@ "semver": "^7.3.8", "tar": "^7.5.12", "tmp-promise": "^3.0.3", - "urlpattern-polyfill": "8.0.2" + "urlpattern-polyfill": "10.1.0" }, "devDependencies": { "@netlify/edge-functions-bootstrap": "^3.1.0", @@ -23517,7 +23515,7 @@ "tmp-promise": "^3.0.2", "toml": "^3.0.0", "unixify": "^1.0.0", - "urlpattern-polyfill": "8.0.2", + "urlpattern-polyfill": "10.1.0", "yargs": "^17.0.0", "zod": "^3.23.8" }, diff --git a/packages/edge-bundler/package.json b/packages/edge-bundler/package.json index 02aa19d04d..c7ea0ea37b 100644 --- a/packages/edge-bundler/package.json +++ b/packages/edge-bundler/package.json @@ -78,6 +78,6 @@ "semver": "^7.3.8", "tar": "^7.5.12", "tmp-promise": "^3.0.3", - "urlpattern-polyfill": "8.0.2" + "urlpattern-polyfill": "10.1.0" } } diff --git a/packages/zip-it-and-ship-it/package.json b/packages/zip-it-and-ship-it/package.json index 343b59be08..16f2577810 100644 --- a/packages/zip-it-and-ship-it/package.json +++ b/packages/zip-it-and-ship-it/package.json @@ -71,7 +71,7 @@ "tmp-promise": "^3.0.2", "toml": "^3.0.0", "unixify": "^1.0.0", - "urlpattern-polyfill": "8.0.2", + "urlpattern-polyfill": "10.1.0", "yargs": "^17.0.0", "zod": "^3.23.8" },