From 914906225a915a6b2a90804e4b3278bffd90cf6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 00:57:08 +0000 Subject: [PATCH] chore(deps)(deps): bump p-all from 3.0.0 to 5.0.0 Bumps [p-all](https://github.com/sindresorhus/p-all) from 3.0.0 to 5.0.0. - [Release notes](https://github.com/sindresorhus/p-all/releases) - [Commits](https://github.com/sindresorhus/p-all/compare/v3.0.0...v5.0.0) --- updated-dependencies: - dependency-name: p-all dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 31c56eb8..0dfb333d 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "keyv": "^4.5.2", "node-emoji": "^1.11.0", "open": "^8.4.0", - "p-all": "^3.0.0", + "p-all": "^5.0.0", "ramda": "^0.27.1", "react": "^17.0.0", "rxjs": "^7.8.0", diff --git a/yarn.lock b/yarn.lock index e1ce373f..13effab2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9108,12 +9108,12 @@ os-tmpdir@~1.0.2: resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= -p-all@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/p-all/-/p-all-3.0.0.tgz#077c023c37e75e760193badab2bad3ccd5782bfb" - integrity sha512-qUZbvbBFVXm6uJ7U/WDiO0fv6waBMbjlCm4E66oZdRR+egswICarIdHyVSZZHudH8T5SF8x/JG0q0duFzPnlBw== +p-all@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/p-all/-/p-all-5.0.0.tgz#3fcbdf28177a09442fc7f4ec9e252e0eed5ecfc5" + integrity sha512-pofqu/1FhCVa+78xNAptCGc9V45exFz2pvBRyIvgXkNM0Rh18Py7j8pQuSjA+zpabI46v9hRjNWmL9EAFcEbpw== dependencies: - p-map "^4.0.0" + p-map "^6.0.0" p-cancelable@^2.0.0: version "2.1.1" @@ -9196,6 +9196,11 @@ p-map@^4.0.0: dependencies: aggregate-error "^3.0.0" +p-map@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/p-map/-/p-map-6.0.0.tgz#4d9c40d3171632f86c47601b709f4b4acd70fed4" + integrity sha512-T8BatKGY+k5rU+Q/GTYgrEf2r4xRMevAN5mtXc2aPc4rS1j3s+vWTaO2Wag94neXuCAUAs8cxBL9EeB5EA6diw== + p-queue@^6.6.2: version "6.6.2" resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-6.6.2.tgz#2068a9dcf8e67dd0ec3e7a2bcb76810faa85e426"