From efefad1889e3d3af4463e8d94909e142ec2af063 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 09:35:14 +0200 Subject: [PATCH] Update dependency async to v2 [SECURITY] (#517) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1975341..aa1a65c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@mapbox/togeojson": "^0.16.0", "@turf/turf": "^6.2.0", "Leaflet.vector-markers": "nrenner/Leaflet.vector-markers#2ef80c9", - "async": "~0.9.2", + "async": "~2.6.0", "bootbox": "~5.5.2", "bootstrap": "4.6.1", "bootstrap-select": "1.13.18", diff --git a/yarn.lock b/yarn.lock index 28c85e9..e366da7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3559,7 +3559,7 @@ async-settle@^1.0.0: dependencies: async-done "^1.2.2" -async@^0.9.0, async@~0.9.2: +async@^0.9.0: version "0.9.2" resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d" integrity sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0= @@ -3569,7 +3569,7 @@ async@^1.2.1: resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo= -async@^2.6.0: +async@^2.6.0, async@~2.6.0: version "2.6.4" resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221" integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==