From e9ef5522ab4803c73882b77e48e0b730240fb17a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 12:55:04 +0000 Subject: [PATCH] fix(deps): update dependency urlpattern-polyfill to v10 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21c5393e..267e36f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "path-key": "^4.0.0", "semver": "^7.3.8", "tmp-promise": "^3.0.3", - "urlpattern-polyfill": "8.0.2", + "urlpattern-polyfill": "10.0.0", "uuid": "^9.0.0" }, "devDependencies": { @@ -9562,9 +9562,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.0.0", + "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz", + "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==" }, "node_modules/util-deprecate": { "version": "1.0.2", @@ -17040,9 +17040,9 @@ } }, "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.0.0", + "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz", + "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==" }, "util-deprecate": { "version": "1.0.2", diff --git a/package.json b/package.json index 6bf4fc9d..9e7d3eb3 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "path-key": "^4.0.0", "semver": "^7.3.8", "tmp-promise": "^3.0.3", - "urlpattern-polyfill": "8.0.2", + "urlpattern-polyfill": "10.0.0", "uuid": "^9.0.0" } }