diff --git a/CHANGELOG.md b/CHANGELOG.md index 74933a513..1545abf71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `eslint` from 7.32.0 to 8.32.0 - Replaced `babel-eslint` with `@babel/eslint-parser` - Bumps `eslint-plugin-prettier` from 4.0.0 to 4.2.1 -- Bumps `minimist` from 1.2.6 to 1.2.7 +- Bumps `minimist` from 1.2.7 to 1.2.8 +- Bumps `minimist` from 1.2.6 to 1.2.8 - Bumps `@aws-sdk/types` from 3.226.0 to 3.257.0 - Bumps `@aws-sdk/types` from 3.190.0 to 3.257.0 - Bumps `json5` from 2.2.0 to 2.2.3 diff --git a/yarn.lock b/yarn.lock index 04548a9a3..636bb41d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2171,9 +2171,9 @@ minimist-options@4.1.0: kind-of "^6.0.3" minimist@^1.2.5: - version "1.2.7" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18" - integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g== + version "1.2.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" + integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== minipass@^3.1.1: version "3.1.3"