diff --git a/package-lock.json b/package-lock.json index a4812da51b..01b3983b68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6228,12 +6228,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", @@ -23418,9 +23412,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": { @@ -24913,7 +24907,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": { @@ -25451,7 +25445,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 357884b364..8015ef90ef 100644 --- a/packages/edge-bundler/package.json +++ b/packages/edge-bundler/package.json @@ -76,7 +76,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 87e837d1bf..616daf2cae 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" },