From ad64fe2f33bdb8e55414b79d7d54302bc9a78715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Mar 2021 02:06:59 +0000 Subject: [PATCH] Bump url-search-params-polyfill from 8.1.0 to 8.1.1 Bumps [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/jerrybendy/url-search-params-polyfill/releases) - [Commits](https://github.com/jerrybendy/url-search-params-polyfill/compare/v8.1.0...v8.1.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76773528a..1634b59ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22364,9 +22364,9 @@ } }, "url-search-params-polyfill": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/url-search-params-polyfill/-/url-search-params-polyfill-8.1.0.tgz", - "integrity": "sha512-MRG3vzXyG20BJ2fox50/9ZRoe+2h3RM7DIudVD2u/GY9MtayO1Dkrna76IUOak+uoUPVWbyR0pHCzxctP/eDYQ==" + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/url-search-params-polyfill/-/url-search-params-polyfill-8.1.1.tgz", + "integrity": "sha512-KmkCs6SjE6t4ihrfW9JelAPQIIIFbJweaaSLTh/4AO+c58JlDcb+GbdPt8yr5lRcFg4rPswRFRRhBGpWwh0K/Q==" }, "use": { "version": "3.1.1", diff --git a/package.json b/package.json index 6fa07a365..0b5a3151a 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "moment": "^2.29.1", "nextcloud-vue-collections": "^0.9.0", "p-queue": "^6.6.2", - "url-search-params-polyfill": "^8.1.0", + "url-search-params-polyfill": "^8.1.1", "vue": "^2.6.12", "vue-at": "^2.5.0-beta.2", "vue-click-outside": "^1.1.0",