Skip to content

Commit aa1d275

Browse files
build(deps-dev): bump @babel/eslint-parser from 7.18.9 to 7.19.1
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] <[email protected]>
1 parent c1b807b commit aa1d275

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
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.19.0",
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

+13-6
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,12 @@
174174
json5 "^2.2.1"
175175
semver "^6.3.0"
176176

177-
"@babel/eslint-parser@^7.18.9":
178-
version "7.18.9"
179-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz#255a63796819a97b7578751bb08ab9f2a375a031"
180-
integrity sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ==
177+
"@babel/eslint-parser@^7.19.1":
178+
version "7.19.1"
179+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz#4f68f6b0825489e00a24b41b6a1ae35414ecd2f4"
180+
integrity sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==
181181
dependencies:
182-
eslint-scope "^5.1.1"
182+
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
183183
eslint-visitor-keys "^2.1.0"
184184
semver "^6.3.0"
185185

@@ -1850,6 +1850,13 @@
18501850
dependencies:
18511851
pause-stream "0.0.11"
18521852

1853+
"@nicolo-ribaudo/[email protected]":
1854+
version "5.1.1-v1"
1855+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
1856+
integrity sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==
1857+
dependencies:
1858+
eslint-scope "5.1.1"
1859+
18531860
"@nodelib/[email protected]":
18541861
version "2.1.3"
18551862
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
@@ -4958,7 +4965,7 @@ eslint-plugin-react@^7.31.8:
49584965
semver "^6.3.0"
49594966
string.prototype.matchall "^4.0.7"
49604967

4961-
[email protected], eslint-scope@^5.1.1:
4968+
49624969
version "5.1.1"
49634970
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
49644971
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==

0 commit comments

Comments
 (0)