Skip to content

Commit 0b6edd6

Browse files
Bump @babel/eslint-parser from 7.22.10 to 7.22.11 (#3962)
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.22.10 to 7.22.11. - [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.22.11/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" 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 dddc244 commit 0b6edd6

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
@@ -82,7 +82,7 @@
8282
},
8383
"devDependencies": {
8484
"@babel/core": "^7.22.11",
85-
"@babel/eslint-parser": "^7.22.10",
85+
"@babel/eslint-parser": "^7.22.11",
8686
"@babel/plugin-proposal-class-properties": "^7.18.6",
8787
"@babel/preset-env": "^7.22.10",
8888
"@double-great/stylelint-a11y": "^2.0.2",

yarn.lock

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

57-
"@babel/eslint-parser@^7.22.10":
58-
version "7.22.10"
59-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.10.tgz#bfdf3d1b32ad573fe7c1c3447e0b485e3a41fd09"
60-
integrity sha512-0J8DNPRXQRLeR9rPaUMM3fA+RbixjnVLe/MRMYCkp3hzgsSuxCHQ8NN8xQG1wIHKJ4a1DTROTvFJdW+B5/eOsg==
57+
"@babel/eslint-parser@^7.22.11":
58+
version "7.22.11"
59+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.11.tgz#cceb8c7989c241a16dd14e12a6cd725618f3f58b"
60+
integrity sha512-YjOYZ3j7TjV8OhLW6NCtyg8G04uStATEUe5eiLuCZaXz2VSDQ3dsAtm2D+TuQyAqNMUK2WacGo0/uma9Pein1w==
6161
dependencies:
6262
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
6363
eslint-visitor-keys "^2.1.0"

0 commit comments

Comments
 (0)