Skip to content

Commit a057ad8

Browse files
chore(dev-deps): bump @typescript-eslint/parser from 5.54.1 to 5.55.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.54.1 to 5.55.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.55.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4db3409 commit a057ad8

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
@@ -27,7 +27,7 @@
2727
"@types/chai-as-promised": "^7.1.5",
2828
"@types/shelljs": "^0.8.10",
2929
"@typescript-eslint/eslint-plugin": "^5.54.0",
30-
"@typescript-eslint/parser": "^5.54.0",
30+
"@typescript-eslint/parser": "^5.55.0",
3131
"chai": "^4.3.7",
3232
"chai-as-promised": "^7.1.1",
3333
"eslint": "^8.36.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,14 +1526,14 @@
15261526
semver "^7.3.7"
15271527
tsutils "^3.21.0"
15281528

1529-
"@typescript-eslint/parser@^5.54.0":
1530-
version "5.54.1"
1531-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.1.tgz#05761d7f777ef1c37c971d3af6631715099b084c"
1532-
integrity sha512-8zaIXJp/nG9Ff9vQNh7TI+C3nA6q6iIsGJ4B4L6MhZ7mHnTMR4YP5vp2xydmFXIy8rpyIVbNAG44871LMt6ujg==
1529+
"@typescript-eslint/parser@^5.55.0":
1530+
version "5.55.0"
1531+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.55.0.tgz#8c96a0b6529708ace1dcfa60f5e6aec0f5ed2262"
1532+
integrity sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==
15331533
dependencies:
1534-
"@typescript-eslint/scope-manager" "5.54.1"
1535-
"@typescript-eslint/types" "5.54.1"
1536-
"@typescript-eslint/typescript-estree" "5.54.1"
1534+
"@typescript-eslint/scope-manager" "5.55.0"
1535+
"@typescript-eslint/types" "5.55.0"
1536+
"@typescript-eslint/typescript-estree" "5.55.0"
15371537
debug "^4.3.4"
15381538

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

0 commit comments

Comments
 (0)