Skip to content

Commit 7f50993

Browse files
build(deps-dev): bump @babel/eslint-parser from 7.22.5 to 7.22.6 (#6943)
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.22.5 to 7.22.6. - [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.6/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 a033df3 commit 7f50993

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"devDependencies": {
7373
"@babel/core": "^7.22.5",
74-
"@babel/eslint-parser": "^7.22.5",
74+
"@babel/eslint-parser": "^7.22.6",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
7676
"@babel/preset-env": "^7.22.5",
7777
"@babel/preset-react": "^7.22.5",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,14 +185,14 @@
185185
json5 "^2.2.2"
186186
semver "^6.3.0"
187187

188-
"@babel/eslint-parser@^7.22.5":
189-
version "7.22.5"
190-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.5.tgz#fa032503b9e2d188e25b1b95d29e8b8431042d78"
191-
integrity sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==
188+
"@babel/eslint-parser@^7.22.6":
189+
version "7.22.6"
190+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.6.tgz#fa75b578a6392d92243eb8fb9c4e7ece8ad7c583"
191+
integrity sha512-KAom7E7d6bAh5/PflF3luynWlDLOIqfX+ZJcL0LRs6/6rtXJmJxPiWuIGfxNPtcWdtQ5lSSJbKbQlz/c/R60Ng==
192192
dependencies:
193193
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
194+
"@nicolo-ribaudo/semver-v6" "^6.3.3"
194195
eslint-visitor-keys "^2.1.0"
195-
semver "^6.3.0"
196196

197197
"@babel/generator@^7.22.5", "@babel/generator@^7.7.2":
198198
version "7.22.5"
@@ -1946,6 +1946,11 @@
19461946
dependencies:
19471947
eslint-scope "5.1.1"
19481948

1949+
"@nicolo-ribaudo/semver-v6@^6.3.3":
1950+
version "6.3.3"
1951+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz#ea6d23ade78a325f7a52750aab1526b02b628c29"
1952+
integrity sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg==
1953+
19491954
"@nodelib/[email protected]":
19501955
version "2.1.5"
19511956
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"

0 commit comments

Comments
 (0)