Merge pull request #1766 from nextcloud/dependabot/npm_and_yarn/url-search-params-polyfill-8.1.0

This commit is contained in:
dependabot-preview[bot]
2020-04-26 14:01:14 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

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

View File

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