diff --git a/package.json b/package.json index 675d9c564..3e3af1aae 100644 --- a/package.json +++ b/package.json @@ -100,6 +100,7 @@ }, "resolutions": { "**/@types/node": ">=14.18", + "ejs/jake/async": "3.2.3", "semantic-release/@semantic-release/npm/npm/**/ansi-regex": "5.0.1" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index bb7c90eb2..b294e6480 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1963,10 +1963,10 @@ async-lock@^1.1.0: resolved "https://registry.yarnpkg.com/async-lock/-/async-lock-1.3.1.tgz#f2301c200600cde97acc386453b7126fa8aced3c" integrity sha512-zK7xap9UnttfbE23JmcrNIyueAn6jWshihJqA33U/hEnKprF/lVGBDsBv/bqLm2YMMl1DnpHhUY044eA0t1TUw== -async@0.9.x: - version "0.9.2" - resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d" - integrity sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0= +async@0.9.x, async@3.2.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9" + integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g== asynckit@^0.4.0: version "0.4.0"