From ee03abc7a3b23a64eab5022b924efa1579092c3b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2019 02:15:26 +0000 Subject: [PATCH] Bump url-search-params-polyfill from 7.0.0 to 7.0.1 Bumps [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/jerrybendy/url-search-params-polyfill/releases) - [Commits](https://github.com/jerrybendy/url-search-params-polyfill/compare/v7.0.0...v7.0.1) 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 195d50450..c3aa5a3fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17149,9 +17149,9 @@ } }, "url-search-params-polyfill": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/url-search-params-polyfill/-/url-search-params-polyfill-7.0.0.tgz", - "integrity": "sha512-0SEH3s+wCNbxEE/rWUalN004ICNi23Q74Ksc0gS2kG8EXnbayxGOrV97JdwnIVPKZ75Xk0hvKXvtIC4xReLMgg==" + "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==" }, "use": { "version": "3.1.1", diff --git a/package.json b/package.json index 47917de9a..27af5f58e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "nextcloud-axios": "^0.2.1", "nextcloud-server": "^0.15.10", "nextcloud-vue-collections": "^0.6.0", - "url-search-params-polyfill": "^7.0.0", + "url-search-params-polyfill": "^7.0.1", "vue": "^2.6.7", "vue-click-outside": "^1.0.7", "vue-color": "^2.7.0",