aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index e5702a2973d..c159f47b8da 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7664,9 +7664,9 @@
"dev": true
},
"p-limit": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz",
- "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==",
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz",
+ "integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==",
"requires": {
"p-try": "^2.0.0"
}
diff --git a/package.json b/package.json
index c493e83296b..898923d66bd 100644
--- a/package.json
+++ b/package.json
@@ -58,7 +58,7 @@
"nextcloud-router": "0.0.9",
"nextcloud-vue": "^0.12.8",
"nextcloud-vue-collections": "^0.7.1",
- "p-limit": "^2.2.1",
+ "p-limit": "^2.2.2",
"p-queue": "^6.2.1",
"query-string": "^5.1.1",
"select2": "3.5.1",