diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df08ada9..a2e95e125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `eslint` from 8.38.0 to 8.39.0 - Bumps `xmlbuilder2` from 3.0.2 to 3.1.0 - Bumps `simple-git` from 3.17.0 to 3.18.0 +- Bumps `@babel/eslint-parser` from 7.21.3 to 7.21.8 ### Changed - Implemented Docker Image caching for `integration-unreleased` workflow ([#387](https://github.com/opensearch-project/opensearch-js/issues/387)) ### Deprecated diff --git a/yarn.lock b/yarn.lock index bd07aa1bf..cd3d7da92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -43,9 +43,9 @@ source-map "^0.5.0" "@babel/eslint-parser@^7.19.1": - version "7.21.3" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz#d79e822050f2de65d7f368a076846e7184234af7" - integrity sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg== + version "7.21.8" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.21.8.tgz#59fb6fc4f3b017ab86987c076226ceef7b2b2ef2" + integrity sha512-HLhI+2q+BP3sf78mFUZNCGc10KEmoUqtUT1OCdMZsN+qr4qFeLUod62/zAnF3jNQstwyasDkZnVXwfK2Bml7MQ== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0"