diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-24 09:50:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-24 09:50:15 +0000 |
commit | ac249b37e2ee526e13455d11bd12945c63aecea1 (patch) | |
tree | b11778c667a4a1b8b301f05084cb058a2a026962 /package-lock.json | |
parent | ccf326971f676f11748e7326f3c2454754938e5d (diff) | |
parent | f350623ea77890f89ae92915380c804eda85b258 (diff) | |
download | nextcloud-server-ac249b37e2ee526e13455d11bd12945c63aecea1.tar.gz nextcloud-server-ac249b37e2ee526e13455d11bd12945c63aecea1.zip |
Merge pull request #23663 from nextcloud/dependabot/npm_and_yarn/p-queue-6.6.2
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 9db3d4bb9a7..a7f09db4b69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7491,12 +7491,12 @@ } }, "p-queue": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.1.tgz", - "integrity": "sha512-miQiSxLYPYBxGkrldecZC18OTLjdUqnlRebGzPRiVxB8mco7usCmm7hFuxiTvp93K18JnLtE4KMMycjAu/cQQg==", + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz", + "integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==", "requires": { "eventemitter3": "^4.0.4", - "p-timeout": "^3.1.0" + "p-timeout": "^3.2.0" } }, "p-timeout": { |