From 6a81ac55b52543ad08d4194093c863bb37ae693b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 17:29:34 +0000 Subject: [PATCH] build(deps-dev): bump @babel/eslint-parser in /web/app Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.22.15 to 7.23.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.3/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/app/package.json | 2 +- web/app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/app/package.json b/web/app/package.json index 9a5aab41a3625..693aa05e50b6c 100644 --- a/web/app/package.json +++ b/web/app/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@babel/core": "^7.23.3", - "@babel/eslint-parser": "^7.22.15", + "@babel/eslint-parser": "^7.23.3", "@babel/plugin-proposal-class-properties": "^7.17.12", "@babel/preset-env": "^7.23.3", "@babel/preset-react": "^7.23.3", diff --git a/web/app/yarn.lock b/web/app/yarn.lock index 94940b8510a4d..78b852311ec24 100644 --- a/web/app/yarn.lock +++ b/web/app/yarn.lock @@ -49,10 +49,10 @@ json5 "^2.2.3" semver "^6.3.1" -"@babel/eslint-parser@^7.22.15": - version "7.22.15" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.15.tgz#263f059c476e29ca4972481a17b8b660cb025a34" - integrity sha512-yc8OOBIQk1EcRrpizuARSQS0TWAcOMpEJ1aafhNznaeYkeL+OhqnDObGFylB8ka8VFF/sZc+S4RzHyO+3LjQxg== +"@babel/eslint-parser@^7.23.3": + version "7.23.3" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz#7bf0db1c53b54da0c8a12627373554a0828479ca" + integrity sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0"