From 7379fbad1b03b8579017d6cb6f0ebc969bcf19d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 01:42:19 +0000 Subject: [PATCH] Chore(deps): Bump url-search-params-polyfill from 8.2.3 to 8.2.4 Bumps [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill) from 8.2.3 to 8.2.4. - [Release notes](https://github.com/jerrybendy/url-search-params-polyfill/releases) - [Commits](https://github.com/jerrybendy/url-search-params-polyfill/commits/v8.2.4) --- updated-dependencies: - dependency-name: url-search-params-polyfill dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 1f4eef618..7823e636b 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.2.3", + "url-search-params-polyfill": "^8.2.4", "vue": "^2.7.14", "vue-at": "^2.5.1", "vue-click-outside": "^1.1.0", @@ -18189,9 +18189,9 @@ } }, "node_modules/url-search-params-polyfill": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/url-search-params-polyfill/-/url-search-params-polyfill-8.2.3.tgz", - "integrity": "sha512-DTQqQ7tYuQlmCzAAPAE7ALvXZhqh6+WfCQ+kpbLyGMM/PHG90P95XtLFLw7XskcL+4x7TyyNDFxfGJrJXUk7jg==" + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/url-search-params-polyfill/-/url-search-params-polyfill-8.2.4.tgz", + "integrity": "sha512-6jWpuCn5DD+bUuqQK7yIzhE2lxkrDhxCVAj+STTl0DuBGIr3F1ptaIo14KHlngU1w5XmvhwsmH4wzSyyrZK7Tg==" }, "node_modules/url/node_modules/punycode": { "version": "1.3.2", @@ -32574,9 +32574,9 @@ } }, "url-search-params-polyfill": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/url-search-params-polyfill/-/url-search-params-polyfill-8.2.3.tgz", - "integrity": "sha512-DTQqQ7tYuQlmCzAAPAE7ALvXZhqh6+WfCQ+kpbLyGMM/PHG90P95XtLFLw7XskcL+4x7TyyNDFxfGJrJXUk7jg==" + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/url-search-params-polyfill/-/url-search-params-polyfill-8.2.4.tgz", + "integrity": "sha512-6jWpuCn5DD+bUuqQK7yIzhE2lxkrDhxCVAj+STTl0DuBGIr3F1ptaIo14KHlngU1w5XmvhwsmH4wzSyyrZK7Tg==" }, "util": { "version": "0.12.4", diff --git a/package.json b/package.json index 6716baab4..eac8b5c1a 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.2.3", + "url-search-params-polyfill": "^8.2.4", "vue": "^2.7.14", "vue-at": "^2.5.1", "vue-click-outside": "^1.1.0",