Skip to content

Commit 369f1db

Browse files
Bump @typescript-eslint/parser from 5.27.0 to 5.27.1 (#805)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.27.0 to 5.27.1. - [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.27.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicholas Nelson <[email protected]>
1 parent bd15142 commit 369f1db

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
@@ -67,7 +67,7 @@
6767
"@types/valid-url": "^1.0.3",
6868
"@types/validator": "^13.7.3",
6969
"@typescript-eslint/eslint-plugin": "^5.27.1",
70-
"@typescript-eslint/parser": "^5.27.0",
70+
"@typescript-eslint/parser": "^5.27.1",
7171
"@vercel/webpack-asset-relocator-loader": "1.7.2",
7272
"casual": "^1.6.2",
7373
"css-loader": "^6.7.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,14 +1882,14 @@
18821882
semver "^7.3.7"
18831883
tsutils "^3.21.0"
18841884

1885-
"@typescript-eslint/parser@^5.27.0":
1886-
version "5.27.0"
1887-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.0.tgz#62bb091ed5cf9c7e126e80021bb563dcf36b6b12"
1888-
integrity sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==
1885+
"@typescript-eslint/parser@^5.27.1":
1886+
version "5.27.1"
1887+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.1.tgz#3a4dcaa67e45e0427b6ca7bb7165122c8b569639"
1888+
integrity sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==
18891889
dependencies:
1890-
"@typescript-eslint/scope-manager" "5.27.0"
1891-
"@typescript-eslint/types" "5.27.0"
1892-
"@typescript-eslint/typescript-estree" "5.27.0"
1890+
"@typescript-eslint/scope-manager" "5.27.1"
1891+
"@typescript-eslint/types" "5.27.1"
1892+
"@typescript-eslint/typescript-estree" "5.27.1"
18931893
debug "^4.3.4"
18941894

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

0 commit comments

Comments
 (0)