diff --git a/CHANGELOG.md b/CHANGELOG.md index 1354047c3..25e5cce9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `@aws-sdk/types` from 3.485.0 to 3.496.0 - Bumps `@types/node` from 20.10.7 to 20.11.10 - Bumps `eslint-plugin-prettier` from 5.1.2 to 5.1.3 -- Bumps `@babel/eslint-parser` from 7.23.3 to 7.23.9 +- Bumps `@babel/eslint-parser` from 7.23.3 to 7.23.10 ### Changed ### Deprecated ### Removed diff --git a/yarn.lock b/yarn.lock index f1b8f1fc0..17a9715e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -57,9 +57,9 @@ source-map "^0.5.0" "@babel/eslint-parser@^7.19.1": - version "7.23.9" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.23.9.tgz#052c13b39144e21fdd1e03fc9b67e98976a1ebfc" - integrity sha512-xPndlO7qxiJbn0ATvfXQBjCS7qApc9xmKHArgI/FTEFxXas5dnjC/VqM37lfZun9dclRYcn+YQAr6uDFy0bB2g== + version "7.23.10" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.23.10.tgz#2d4164842d6db798873b40e0c4238827084667a2" + integrity sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0"