From 566a20d7d5ee5ce10c066aa64fdab2fcb9a4c5f0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 10:09:04 +0000 Subject: [PATCH] Bump url-search-params-polyfill from 7.0.1 to 8.0.0 Bumps [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/jerrybendy/url-search-params-polyfill/releases) - [Commits](https://github.com/jerrybendy/url-search-params-polyfill/compare/v7.0.1...v8.0.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 b7e799017..33cce3c0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17996,9 +17996,9 @@ } }, "url-search-params-polyfill": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/url-search-params-polyfill/-/url-search-params-polyfill-7.0.1.tgz", - "integrity": "sha512-bAw7L2E+jn9XHG5P9zrPnHdO0yJub4U+yXJOdpcpkr7OBd9T8oll4lUos0iSGRcDvfZoLUKfx9a6aNmIhJ4+mQ==" + "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==" }, "use": { "version": "3.1.1", diff --git a/package.json b/package.json index f1e50e8d7..5d87da043 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@nextcloud/vue": "^1.3.1", "dompurify": "^2.0.8", "nextcloud-vue-collections": "^0.7.2", - "url-search-params-polyfill": "^7.0.1", + "url-search-params-polyfill": "^8.0.0", "vue": "^2.6.11", "vue-at": "^2.5.0-beta.2", "vue-click-outside": "^1.0.7",