Skip to content

Commit 9b5944f

Browse files
build(deps-dev): bump @babel/eslint-parser in /web/app (#14658)
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.28.4 to 7.28.5. - [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.28.5/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-version: 7.28.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34e0cd3 commit 9b5944f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

web/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@babel/core": "^7.28.4",
45-
"@babel/eslint-parser": "^7.28.4",
45+
"@babel/eslint-parser": "^7.28.5",
4646
"@babel/plugin-proposal-class-properties": "^7.17.12",
4747
"@babel/preset-env": "^7.28.3",
4848
"@babel/preset-react": "^7.27.1",

web/app/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
json5 "^2.2.3"
5454
semver "^6.3.1"
5555

56-
"@babel/eslint-parser@^7.28.4":
57-
version "7.28.4"
58-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.28.4.tgz#80dd86e0aeaae9704411a044db60e1ae6477d93f"
59-
integrity sha512-Aa+yDiH87980jR6zvRfFuCR1+dLb00vBydhTL+zI992Rz/wQhSvuxjmOOuJOgO3XmakO6RykRGD2S1mq1AtgHA==
56+
"@babel/eslint-parser@^7.28.5":
57+
version "7.28.5"
58+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.28.5.tgz#0b8883a4a1c2cbed7b3cd9d7765d80e8f480b9ae"
59+
integrity sha512-fcdRcWahONYo+JRnJg1/AekOacGvKx12Gu0qXJXFi2WBqQA1i7+O5PaxRB7kxE/Op94dExnCiiar6T09pvdHpA==
6060
dependencies:
6161
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
6262
eslint-visitor-keys "^2.1.0"

0 commit comments

Comments
 (0)