diff --git a/package-lock.json b/package-lock.json index a13eddfa37..e77c449251 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5921,12 +5921,6 @@ "node": ">=18.0.0" } }, - "node_modules/@whatwg-node/fetch/node_modules/urlpattern-polyfill": { - "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/@whatwg-node/node-fetch": { "version": "0.7.25", "resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.7.25.tgz", @@ -22457,9 +22451,9 @@ } }, "node_modules/urlpattern-polyfill": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz", - "integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==", + "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": { @@ -23924,7 +23918,7 @@ "semver": "^7.3.8", "tar": "^7.4.3", "tmp-promise": "^3.0.3", - "urlpattern-polyfill": "8.0.2", + "urlpattern-polyfill": "10.1.0", "uuid": "^11.0.0" }, "devDependencies": { @@ -24416,7 +24410,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 4801b18ff4..b1f63460bc 100644 --- a/packages/edge-bundler/package.json +++ b/packages/edge-bundler/package.json @@ -77,7 +77,7 @@ "semver": "^7.3.8", "tar": "^7.4.3", "tmp-promise": "^3.0.3", - "urlpattern-polyfill": "8.0.2", + "urlpattern-polyfill": "10.1.0", "uuid": "^11.0.0" } } diff --git a/packages/zip-it-and-ship-it/package.json b/packages/zip-it-and-ship-it/package.json index a25b84e13f..e1255b9fd1 100644 --- a/packages/zip-it-and-ship-it/package.json +++ b/packages/zip-it-and-ship-it/package.json @@ -70,7 +70,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" },