diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb5d46be..b8927db4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `eslint` from 7.32.0 to 8.30.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 ### Dependencies ### Changed @@ -38,4 +39,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Fix mutability of connection headers ([#291](https://github.com/opensearch-project/opensearch-js/issues/291)) [2.1]: https://github.com/opensearch-project/opensearch-js/releases/tag/2.1.0 -[Unreleased]: https://github.com/opensearch-project/opensearch-js/compare/2.1...HEAD +[Unreleased]: https://github.com/opensearch-project/opensearch-js/compare/2.1...HEAD \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index f8cc5ab70..a957f9d1f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2151,9 +2151,9 @@ minimist-options@4.1.0: kind-of "^6.0.3" minimist@^1.2.5: - version "1.2.6" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" - integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== + version "1.2.7" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18" + integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g== minipass@^3.1.1: version "3.1.3"