Skip to content

Commit c15b900

Browse files
chore(devdeps): update dependency @babel/eslint-parser to v7.16.3 (#488)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5ebcc86 commit c15b900

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "module",
88
"devDependencies": {
99
"@babel/core": "7.16.0",
10-
"@babel/eslint-parser": "7.16.0",
10+
"@babel/eslint-parser": "7.16.3",
1111
"@babel/plugin-transform-runtime": "7.16.0",
1212
"@babel/preset-env": "7.16.0",
1313
"@babel/preset-react": "7.16.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
semver "^6.3.0"
3636
source-map "^0.5.0"
3737

38-
"@babel/[email protected].0":
39-
version "7.16.0"
40-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.16.0.tgz#032cf6c8d844a95ad62f779d2708fb4f77e1a81c"
41-
integrity sha512-c+AsYOHjI+FgCa+ifLd8sDXp4U4mjkfFgL9NdQWhuA731kAUJs0WdJIXET4A14EJAR9Jv9FFF/MzPWJfV9Oirw==
38+
"@babel/[email protected].3":
39+
version "7.16.3"
40+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz#2a6b1702f3f5aea48e00cea5a5bcc241c437e459"
41+
integrity sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==
4242
dependencies:
4343
eslint-scope "^5.1.1"
4444
eslint-visitor-keys "^2.1.0"

0 commit comments

Comments
 (0)