cargo-lambda-cdk icon indicating copy to clipboard operation
cargo-lambda-cdk copied to clipboard

`@babel/runtime-corejs3` has an open advisory

Open George-lewis opened this issue 10 months ago • 0 comments

The version of @babel/runtime-corejs3 in the yarn.lock, 7.26.0 has an open advisory against it: https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8

We should update our lock file to use version >=7.26.10 to resolve this advisory / dependabot alert for our users.

The relevant line in the yarn.lock is here: https://github.com/cargo-lambda/cargo-lambda-cdk/blob/main/yarn.lock#L258

George-lewis avatar Apr 03 '25 15:04 George-lewis