Merge pull request #1535 from nextcloud/dependabot/npm_and_yarn/url-search-params-polyfill-8.0.0

This commit is contained in:
dependabot-preview[bot]
2020-02-10 12:12:15 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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",

View File

@@ -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",