diff --git a/CHANGELOG.md b/CHANGELOG.md index 2891debab..c8212a2f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `split2` from 4.1.0 to 4.2.0 - Bumps `prettier` from 2.8.4 to 2.8.7 - Bumps `jsdoc` from 4.0.0 to 4.0.2 +- Bumps `@babel/eslint-parser` from 7.19.1 to 7.21.3 ### Changed diff --git a/yarn.lock b/yarn.lock index 7408cbd90..6f3daaca2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -43,9 +43,9 @@ source-map "^0.5.0" "@babel/eslint-parser@^7.19.1": - version "7.19.1" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz#4f68f6b0825489e00a24b41b6a1ae35414ecd2f4" - integrity sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ== + version "7.21.3" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz#d79e822050f2de65d7f368a076846e7184234af7" + integrity sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0"