Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 8cfe6bb

Browse files
Bump @babel/eslint-parser from 7.27.5 to 7.28.0
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.27.5 to 7.28.0. - [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.0/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-version: 7.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3528f5 commit 8cfe6bb

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
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@babel/core": "^7.28.0",
16-
"@babel/eslint-parser": "^7.27.5",
16+
"@babel/eslint-parser": "^7.28.0",
1717
"@babel/preset-env": "^7.28.0",
1818
"@babel/preset-react": "^7.27.1",
1919
"babel-loader": "^10.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
json5 "^2.2.3"
5151
semver "^6.3.1"
5252

53-
"@babel/eslint-parser@^7.27.5":
54-
version "7.27.5"
55-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.27.5.tgz#56577afa9d820e9936e986d3a3b79c422223dfc6"
56-
integrity sha512-HLkYQfRICudzcOtjGwkPvGc5nF1b4ljLZh1IRDj50lRZ718NAKVgQpIAUX8bfg6u/yuSKY3L7E0YzIV+OxrB8Q==
53+
"@babel/eslint-parser@^7.28.0":
54+
version "7.28.0"
55+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.28.0.tgz#c1b3fbba070f5bac32e3d02f244201add4afdd6e"
56+
integrity sha512-N4ntErOlKvcbTt01rr5wj3y55xnIdx1ymrfIr8C2WnM1Y9glFgWaGDEULJIazOX3XM9NRzhfJ6zZnQ1sBNWU+w==
5757
dependencies:
5858
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
5959
eslint-visitor-keys "^2.1.0"

0 commit comments

Comments
 (0)