Skip to content

Commit adf55f8

Browse files
Bump @babel/eslint-parser from 7.28.4 to 7.28.5
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]>
1 parent b448346 commit adf55f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"devDependencies": {
254254
"@babel/cli": "^7.28.3",
255255
"@babel/core": "^7.28.5",
256-
"@babel/eslint-parser": "^7.28.4",
256+
"@babel/eslint-parser": "^7.28.5",
257257
"@babel/preset-env": "^7.28.3",
258258
"@babel/preset-flow": "^7.27.1",
259259
"@babel/preset-react": "^7.28.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
json5 "^2.2.3"
7575
semver "^6.3.1"
7676

77-
"@babel/eslint-parser@^7.28.4":
78-
version "7.28.4"
79-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.28.4.tgz#80dd86e0aeaae9704411a044db60e1ae6477d93f"
80-
integrity sha512-Aa+yDiH87980jR6zvRfFuCR1+dLb00vBydhTL+zI992Rz/wQhSvuxjmOOuJOgO3XmakO6RykRGD2S1mq1AtgHA==
77+
"@babel/eslint-parser@^7.28.5":
78+
version "7.28.5"
79+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.28.5.tgz#0b8883a4a1c2cbed7b3cd9d7765d80e8f480b9ae"
80+
integrity sha512-fcdRcWahONYo+JRnJg1/AekOacGvKx12Gu0qXJXFi2WBqQA1i7+O5PaxRB7kxE/Op94dExnCiiar6T09pvdHpA==
8181
dependencies:
8282
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
8383
eslint-visitor-keys "^2.1.0"

0 commit comments

Comments
 (0)