Bump p-limit from 2.2.1 to 2.2.2

Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/sindresorhus/p-limit/releases)
- [Commits](https://github.com/sindresorhus/p-limit/compare/v2.2.1...v2.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-05 02:16:56 +00:00 committed by GitHub
parent 797b603a1f
commit 3eb1760930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7664,9 +7664,9 @@
"dev": true "dev": true
}, },
"p-limit": { "p-limit": {
"version": "2.2.1", "version": "2.2.2",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz",
"integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", "integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==",
"requires": { "requires": {
"p-try": "^2.0.0" "p-try": "^2.0.0"
} }

View File

@ -58,7 +58,7 @@
"nextcloud-router": "0.0.9", "nextcloud-router": "0.0.9",
"nextcloud-vue": "^0.12.8", "nextcloud-vue": "^0.12.8",
"nextcloud-vue-collections": "^0.7.1", "nextcloud-vue-collections": "^0.7.1",
"p-limit": "^2.2.1", "p-limit": "^2.2.2",
"p-queue": "^6.2.1", "p-queue": "^6.2.1",
"query-string": "^5.1.1", "query-string": "^5.1.1",
"select2": "3.5.1", "select2": "3.5.1",