From 374813935ad6097e9e0f2231fd41e417a197f67d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2020 13:55:51 +0000 Subject: [PATCH] Bump url-search-params-polyfill from 8.0.0 to 8.1.0 Bumps [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill) from 8.0.0 to 8.1.0. - [Release notes](https://github.com/jerrybendy/url-search-params-polyfill/releases) - [Commits](https://github.com/jerrybendy/url-search-params-polyfill/compare/v8.0.0...v8.1.0) Signed-off-by: dependabot-preview[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 79812fdf3..ce27fb659 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17914,9 +17914,9 @@ } }, "url-search-params-polyfill": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/url-search-params-polyfill/-/url-search-params-polyfill-8.0.0.tgz", - "integrity": "sha512-X4BTaEq1UMz9bTbMKQ6r+CippkKBsFWHiP9wycQc7aHH2Ml/Iieuo44+GJDb77pfP71bONYA/nUd4iokYAxVRQ==" + "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==" }, "use": { "version": "3.1.1", diff --git a/package.json b/package.json index a11099217..480f16cea 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "moment": "^2.24.0", "nextcloud-vue-collections": "^0.7.2", "p-queue": "^6.3.0", - "url-search-params-polyfill": "^8.0.0", + "url-search-params-polyfill": "^8.1.0", "vue": "^2.6.11", "vue-at": "^2.5.0-beta.2", "vue-click-outside": "^1.1.0",