Bump url-search-params-polyfill from 7.0.0 to 7.0.1 (#1386)

Bump url-search-params-polyfill from 7.0.0 to 7.0.1
This commit is contained in:
Julius Härtl
2019-12-17 20:24:56 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -17149,9 +17149,9 @@
} }
}, },
"url-search-params-polyfill": { "url-search-params-polyfill": {
"version": "7.0.0", "version": "7.0.1",
"resolved": "https://registry.npmjs.org/url-search-params-polyfill/-/url-search-params-polyfill-7.0.0.tgz", "resolved": "https://registry.npmjs.org/url-search-params-polyfill/-/url-search-params-polyfill-7.0.1.tgz",
"integrity": "sha512-0SEH3s+wCNbxEE/rWUalN004ICNi23Q74Ksc0gS2kG8EXnbayxGOrV97JdwnIVPKZ75Xk0hvKXvtIC4xReLMgg==" "integrity": "sha512-bAw7L2E+jn9XHG5P9zrPnHdO0yJub4U+yXJOdpcpkr7OBd9T8oll4lUos0iSGRcDvfZoLUKfx9a6aNmIhJ4+mQ=="
}, },
"use": { "use": {
"version": "3.1.1", "version": "3.1.1",

View File

@@ -34,7 +34,7 @@
"nextcloud-axios": "^0.2.1", "nextcloud-axios": "^0.2.1",
"nextcloud-server": "^0.15.10", "nextcloud-server": "^0.15.10",
"nextcloud-vue-collections": "^0.6.0", "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": "^2.6.7",
"vue-click-outside": "^1.0.7", "vue-click-outside": "^1.0.7",
"vue-color": "^2.7.0", "vue-color": "^2.7.0",