Skip to content

Commit 9af9ef8

Browse files
Update dependency @babel/eslint-parser to v7.21.3
1 parent 0e44f60 commit 9af9ef8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"web3": "1.8.2"
8888
},
8989
"devDependencies": {
90-
"@babel/eslint-parser": "7.19.1",
90+
"@babel/eslint-parser": "7.21.3",
9191
"@babel/preset-react": "7.18.6",
9292
"@testing-library/jest-dom": "5.16.5",
9393
"@testing-library/react": "14.0.0",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,16 @@
8181
json5 "^2.2.2"
8282
semver "^6.3.0"
8383

84-
"@babel/[email protected]", "@babel/eslint-parser@^7.16.3":
84+
85+
version "7.21.3"
86+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz#d79e822050f2de65d7f368a076846e7184234af7"
87+
integrity sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==
88+
dependencies:
89+
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
90+
eslint-visitor-keys "^2.1.0"
91+
semver "^6.3.0"
92+
93+
"@babel/eslint-parser@^7.16.3":
8594
version "7.19.1"
8695
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz#4f68f6b0825489e00a24b41b6a1ae35414ecd2f4"
8796
integrity sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==

0 commit comments

Comments
 (0)