Skip to content

Commit

Permalink
fix(deps): update dependency @babel/eslint-parser to ^7.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 13, 2021
1 parent a762382 commit 8ac0021
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@rushstack/eslint-patch": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,17 +241,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/eslint-parser@npm:^7.12.16, @babel/eslint-parser@npm:^7.16.0":
version: 7.16.0
resolution: "@babel/eslint-parser@npm:7.16.0"
"@babel/eslint-parser@npm:^7.12.16, @babel/eslint-parser@npm:^7.16.3":
version: 7.16.3
resolution: "@babel/eslint-parser@npm:7.16.3"
dependencies:
eslint-scope: ^5.1.1
eslint-visitor-keys: ^2.1.0
semver: ^6.3.0
peerDependencies:
"@babel/core": ">=7.11.0"
eslint: ^7.5.0 || ^8.0.0
checksum: 5efea0fbd2e3f6f5873b580e707e167c39f89992b0e9e0bd5b93a4253f3586f9f16af35d5516b315c6d4f77cc3e1149a7a6d4433a70870fb21141dedc9f0f508
checksum: 3678ea3be1b94dd17516b84b84998f043e8e1a6c5690c572e850011736e224bc62a96d4a96be9e38556e2dfe7914962af5edfd205fdc8b846794a232c81f94a8
languageName: node
linkType: hard

Expand Down Expand Up @@ -8949,7 +8949,7 @@ __metadata:
resolution: "eslint-config-bod@workspace:packages/eslint-config-bod"
dependencies:
"@babel/core": ^7.16.0
"@babel/eslint-parser": ^7.16.0
"@babel/eslint-parser": ^7.16.3
"@rushstack/eslint-patch": ^1.1.0
"@typescript-eslint/eslint-plugin": ^5.3.0
"@typescript-eslint/parser": ^5.3.0
Expand Down

0 comments on commit 8ac0021

Please sign in to comment.