From 98fde1fcac638daa10ec2b91ae50fa706b40e34c Mon Sep 17 00:00:00 2001 From: Eduardo Robles Date: Thu, 14 Apr 2022 14:03:50 +0200 Subject: [PATCH] Bump async to 3.2.2 (#224) Fixes https://github.com/sequentech/voting-booth/security/dependabot/14 --- package.json | 1 + yarn.lock | 23 ++++++++--------------- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index b80a5e63..916ca42f 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "qrcode-generator": "^1.4.4" }, "resolutions": { + "**/async": "3.2.2", "**/shelljs": ">=0.8.5", "**/json-schema": ">=0.4.0", "**/underscore": "1.12.1", diff --git a/yarn.lock b/yarn.lock index 8ab0b5cd..250851d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -271,17 +271,10 @@ ast-types@^0.7.0: resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.7.8.tgz#902d2e0d60d071bdcd46dc115e1809ed11c138a9" integrity sha1-kC0uDWDQcb3NRtwRXhgJ7RHBOKk= -async@^2.6.0, async@^2.6.1: - version "2.6.3" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" - integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== - dependencies: - lodash "^4.17.14" - -async@^3.2.0, async@~3.2.0: - version "3.2.3" - resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9" - integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g== +async@3.2.2, async@^2.6.0, async@^2.6.1, async@^3.2.0, async@~3.2.0: + version "3.2.2" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd" + integrity sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g== asynckit@^0.4.0: version "0.4.0" @@ -703,9 +696,9 @@ commander@^2.19.0: resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== -"common-ui@https://github.com/sequentech/common-ui.git#master": - version "6.0.0" - resolved "https://github.com/sequentech/common-ui.git#4d633be7dba77ac5f1dcb4a5d01b6a85c32029cd" +"common-ui@https://github.com/sequentech/common-ui.git#6.0.0-beta.1": + version "6.0.0-beta.1" + resolved "https://github.com/sequentech/common-ui.git#b8fa819bb75141c8fa06b9eaf05aa3d33ffeb544" dependencies: browser-update "^3.3.28" karma-ng-html2js-preprocessor "^1.0.0" @@ -2694,7 +2687,7 @@ lodash.isfinite@^3.3.2: resolved "https://registry.yarnpkg.com/lodash.isfinite/-/lodash.isfinite-3.3.2.tgz#fb89b65a9a80281833f0b7478b3a5104f898ebb3" integrity sha1-+4m2WpqAKBgz8LdHizpRBPiY67M= -lodash@4.17.10, lodash@^4.0.1, lodash@^4.17.10, lodash@^4.17.14, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@~4.17.10, lodash@~4.17.11, lodash@~4.17.19, lodash@~4.17.21: +lodash@4.17.10, lodash@^4.0.1, lodash@^4.17.10, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@~4.17.10, lodash@~4.17.11, lodash@~4.17.19, lodash@~4.17.21: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==