Skip to content

Commit 843bb01

Browse files
authored
fix: upgrade @babel/eslint-parser from 7.16.0 to 7.16.3 (#82)
1 parent 35be24f commit 843bb01

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
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@babel/core": "~7.16.0",
22-
"@babel/eslint-parser": "~7.16.0",
22+
"@babel/eslint-parser": "~7.16.3",
2323
"eslint-restricted-globals": "~0.2.0",
2424
"semver": "^7.3.5"
2525
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
semver "^6.3.0"
4343
source-map "^0.5.0"
4444

45-
"@babel/eslint-parser@~7.16.0":
46-
version "7.16.0"
47-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.16.0.tgz#032cf6c8d844a95ad62f779d2708fb4f77e1a81c"
48-
integrity sha512-c+AsYOHjI+FgCa+ifLd8sDXp4U4mjkfFgL9NdQWhuA731kAUJs0WdJIXET4A14EJAR9Jv9FFF/MzPWJfV9Oirw==
45+
"@babel/eslint-parser@~7.16.3":
46+
version "7.16.5"
47+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.16.5.tgz#48d3485091d6e36915358e4c0d0b2ebe6da90462"
48+
integrity sha512-mUqYa46lgWqHKQ33Q6LNCGp/wPR3eqOYTUixHFsfrSQqRxH0+WOzca75iEjFr5RDGH1dDz622LaHhLOzOuQRUA==
4949
dependencies:
5050
eslint-scope "^5.1.1"
5151
eslint-visitor-keys "^2.1.0"

0 commit comments

Comments
 (0)