Skip to content

Commit 48e1beb

Browse files
build(deps-dev): bump @babel/eslint-parser from 7.18.9 to 7.19.1 (#6403)
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.18.9 to 7.19.1. - [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.19.1/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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49026e6 commit 48e1beb

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
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.19.1",
74-
"@babel/eslint-parser": "^7.18.9",
74+
"@babel/eslint-parser": "^7.19.1",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
7676
"@babel/preset-env": "^7.19.0",
7777
"@babel/preset-react": "^7.18.6",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,12 @@
179179
json5 "^2.2.1"
180180
semver "^6.3.0"
181181

182-
"@babel/eslint-parser@^7.18.9":
183-
version "7.18.9"
184-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz#255a63796819a97b7578751bb08ab9f2a375a031"
185-
integrity sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ==
182+
"@babel/eslint-parser@^7.19.1":
183+
version "7.19.1"
184+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz#4f68f6b0825489e00a24b41b6a1ae35414ecd2f4"
185+
integrity sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==
186186
dependencies:
187-
eslint-scope "^5.1.1"
187+
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
188188
eslint-visitor-keys "^2.1.0"
189189
semver "^6.3.0"
190190

@@ -1855,6 +1855,13 @@
18551855
dependencies:
18561856
pause-stream "0.0.11"
18571857

1858+
"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1":
1859+
version "5.1.1-v1"
1860+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
1861+
integrity sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==
1862+
dependencies:
1863+
eslint-scope "5.1.1"
1864+
18581865
"@nodelib/fs.scandir@2.1.3":
18591866
version "2.1.3"
18601867
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
@@ -4963,7 +4970,7 @@ eslint-plugin-react@^7.31.8:
49634970
semver "^6.3.0"
49644971
string.prototype.matchall "^4.0.7"
49654972

4966-
eslint-scope@5.1.1, eslint-scope@^5.1.1:
4973+
eslint-scope@5.1.1:
49674974
version "5.1.1"
49684975
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
49694976
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==

0 commit comments

Comments
 (0)