Skip to content

Commit e586313

Browse files
dependabot[bot]recurser
authored andcommitted
build(deps-dev): bump @typescript-eslint/parser from 5.12.0 to 5.12.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.12.0 to 5.12.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.12.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] <support@github.com>
1 parent b37fda0 commit e586313

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/styled-components": "^5.1.23",
6363
"@types/uuid": "^8.3.4",
6464
"@typescript-eslint/eslint-plugin": "^5.12.1",
65-
"@typescript-eslint/parser": "^5.12.0",
65+
"@typescript-eslint/parser": "^5.12.1",
6666
"babel-jest": "^27.5.1",
6767
"babel-plugin-import": "^1.13.3",
6868
"babel-plugin-module-resolver": "^4.1.0",

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@
15951595
semver "^7.3.5"
15961596
tsutils "^3.21.0"
15971597

1598-
"@typescript-eslint/parser@^5.0.0", "@typescript-eslint/parser@^5.12.0":
1598+
"@typescript-eslint/parser@^5.0.0":
15991599
version "5.12.0"
16001600
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.0.tgz#0ca669861813df99ce54916f66f524c625ed2434"
16011601
integrity sha512-MfSwg9JMBojMUoGjUmX+D2stoQj1CBYTCP0qnnVtu9A+YQXVKNtLjasYh+jozOcrb/wau8TCfWOkQTiOAruBog==
@@ -1605,6 +1605,16 @@
16051605
"@typescript-eslint/typescript-estree" "5.12.0"
16061606
debug "^4.3.2"
16071607

1608+
"@typescript-eslint/parser@^5.12.1":
1609+
version "5.12.1"
1610+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.1.tgz#b090289b553b8aa0899740d799d0f96e6f49771b"
1611+
integrity sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==
1612+
dependencies:
1613+
"@typescript-eslint/scope-manager" "5.12.1"
1614+
"@typescript-eslint/types" "5.12.1"
1615+
"@typescript-eslint/typescript-estree" "5.12.1"
1616+
debug "^4.3.2"
1617+
16081618
"@typescript-eslint/scope-manager@5.12.0":
16091619
version "5.12.0"
16101620
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.0.tgz#59619e6e5e2b1ce6cb3948b56014d3a24da83f5e"

0 commit comments

Comments
 (0)