This commit is contained in:
dependabot[bot] 2021-06-01 15:37:32 +00:00 committed by GitHub
commit ce4cdd1bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -7053,12 +7053,12 @@
} }
}, },
"p-queue": { "p-queue": {
"version": "6.6.1", "version": "6.6.2",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.1.tgz", "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz",
"integrity": "sha512-miQiSxLYPYBxGkrldecZC18OTLjdUqnlRebGzPRiVxB8mco7usCmm7hFuxiTvp93K18JnLtE4KMMycjAu/cQQg==", "integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==",
"requires": { "requires": {
"eventemitter3": "^4.0.4", "eventemitter3": "^4.0.4",
"p-timeout": "^3.1.0" "p-timeout": "^3.2.0"
} }
}, },
"p-timeout": { "p-timeout": {

View File

@ -65,7 +65,7 @@
"moment-timezone": "^0.5.31", "moment-timezone": "^0.5.31",
"nextcloud-vue-collections": "^0.8.1", "nextcloud-vue-collections": "^0.8.1",
"p-limit": "^3.0.2", "p-limit": "^3.0.2",
"p-queue": "^6.6.1", "p-queue": "^6.6.2",
"query-string": "^5.1.1", "query-string": "^5.1.1",
"regenerator-runtime": "^0.13.7", "regenerator-runtime": "^0.13.7",
"select2": "3.5.1", "select2": "3.5.1",