Skip to content

Commit 20e47f2

Browse files
build(deps-dev): bump @babel/eslint-parser from 7.17.0 to 7.18.2 (webpack#6181)
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.17.0 to 7.18.2. - [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.18.2/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 62adb3f commit 20e47f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"devDependencies": {
7373
"@babel/core": "^7.18.2",
74-
"@babel/eslint-parser": "^7.17.0",
74+
"@babel/eslint-parser": "^7.18.2",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
7676
"@babel/preset-env": "^7.18.0",
7777
"@babel/preset-react": "^7.17.12",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@
196196
json5 "^2.2.1"
197197
semver "^6.3.0"
198198

199-
"@babel/eslint-parser@^7.17.0":
200-
version "7.17.0"
201-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz#eabb24ad9f0afa80e5849f8240d0e5facc2d90d6"
202-
integrity sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==
199+
"@babel/eslint-parser@^7.18.2":
200+
version "7.18.2"
201+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.2.tgz#e14dee36c010edfb0153cf900c2b0815e82e3245"
202+
integrity sha512-oFQYkE8SuH14+uR51JVAmdqwKYXGRjEXx7s+WiagVjqQ+HPE+nnwyF2qlVG8evUsUHmPcA+6YXMEDbIhEyQc5A==
203203
dependencies:
204204
eslint-scope "^5.1.1"
205205
eslint-visitor-keys "^2.1.0"

0 commit comments

Comments
 (0)