From 45f9db36410e5f98f936da3d801a5b50ae9845ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jun 2023 01:57:43 +0000 Subject: [PATCH] Chore(deps): Bump url-search-params-polyfill from 8.1.1 to 8.2.2 Bumps [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill) from 8.1.1 to 8.2.2. - [Release notes](https://github.com/jerrybendy/url-search-params-polyfill/releases) - [Commits](https://github.com/jerrybendy/url-search-params-polyfill/commits) --- updated-dependencies: - dependency-name: url-search-params-polyfill dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b7d73469..e84298713 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "moment": "^2.29.4", "nextcloud-vue-collections": "^0.11.1", "p-queue": "^7.3.4", - "url-search-params-polyfill": "^8.1.1", + "url-search-params-polyfill": "^8.2.2", "vue": "^2.7.14", "vue-at": "^2.5.1", "vue-click-outside": "^1.1.0", @@ -17888,8 +17888,9 @@ } }, "node_modules/url-search-params-polyfill": { - "version": "8.1.1", - "license": "MIT" + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/url-search-params-polyfill/-/url-search-params-polyfill-8.2.2.tgz", + "integrity": "sha512-61B065jCmQAX1bZP+b+j/OvBi08ltmeepig3MlNf/Vc77cdAUha0oJo1SJ+rz2E57qRP+jIQs/8eroP7ON3EAA==" }, "node_modules/url/node_modules/punycode": { "version": "1.3.2", @@ -32043,7 +32044,9 @@ } }, "url-search-params-polyfill": { - "version": "8.1.1" + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/url-search-params-polyfill/-/url-search-params-polyfill-8.2.2.tgz", + "integrity": "sha512-61B065jCmQAX1bZP+b+j/OvBi08ltmeepig3MlNf/Vc77cdAUha0oJo1SJ+rz2E57qRP+jIQs/8eroP7ON3EAA==" }, "util": { "version": "0.12.4", diff --git a/package.json b/package.json index 695eff5df..bddf962d3 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "moment": "^2.29.4", "nextcloud-vue-collections": "^0.11.1", "p-queue": "^7.3.4", - "url-search-params-polyfill": "^8.1.1", + "url-search-params-polyfill": "^8.2.2", "vue": "^2.7.14", "vue-at": "^2.5.1", "vue-click-outside": "^1.1.0",