Skip to content

Commit 0106200

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.6.1 to 4.7.0 (#5543)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.7.0/packages/parser) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Areeb Jamal <[email protected]>
1 parent b7b68cb commit 0106200

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/rsvp": "^4.0.3",
5252
"@types/url-parse": "^1.4.3",
5353
"@typescript-eslint/eslint-plugin": "^4.7.0",
54-
"@typescript-eslint/parser": "^4.6.1",
54+
"@typescript-eslint/parser": "^4.7.0",
5555
"async": "^3.2.0",
5656
"babel-eslint": "^10.1.0",
5757
"broccoli-asset-rev": "^3.0.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2250,14 +2250,14 @@
22502250
eslint-scope "^5.0.0"
22512251
eslint-utils "^2.0.0"
22522252

2253-
"@typescript-eslint/parser@^4.6.1":
2254-
version "4.6.1"
2255-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.6.1.tgz#b801bff67b536ecc4a840ac9289ba2be57e02428"
2256-
integrity sha512-lScKRPt1wM9UwyKkGKyQDqf0bh6jm8DQ5iN37urRIXDm16GEv+HGEmum2Fc423xlk5NUOkOpfTnKZc/tqKZkDQ==
2253+
"@typescript-eslint/parser@^4.7.0":
2254+
version "4.7.0"
2255+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.7.0.tgz#44bdab0f788b478178368baa65d3365fdc63da1c"
2256+
integrity sha512-+meGV8bMP1sJHBI2AFq1GeTwofcGiur8LoIr6v+rEmD9knyCqDlrQcFHR0KDDfldHIFDU/enZ53fla6ReF4wRw==
22572257
dependencies:
2258-
"@typescript-eslint/scope-manager" "4.6.1"
2259-
"@typescript-eslint/types" "4.6.1"
2260-
"@typescript-eslint/typescript-estree" "4.6.1"
2258+
"@typescript-eslint/scope-manager" "4.7.0"
2259+
"@typescript-eslint/types" "4.7.0"
2260+
"@typescript-eslint/typescript-estree" "4.7.0"
22612261
debug "^4.1.1"
22622262

22632263
"@typescript-eslint/[email protected]":

0 commit comments

Comments
 (0)