Skip to content

Commit 3a5928c

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.44.0 to 5.45.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.44.0 to 5.45.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.45.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] <support@github.com>
1 parent 2d5acd5 commit 3a5928c

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/react": "^18.0.25",
4040
"@types/react-dom": "^18.0.9",
4141
"@typescript-eslint/eslint-plugin": "^5.45.0",
42-
"@typescript-eslint/parser": "^5.44.0",
42+
"@typescript-eslint/parser": "^5.45.0",
4343
"@vitejs/plugin-react": "^2.2.0",
4444
"eslint": "^8.29.0",
4545
"eslint-config-prettier": "^8.5.0",

yarn.lock

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,23 +1639,15 @@
16391639
semver "^7.3.7"
16401640
tsutils "^3.21.0"
16411641

1642-
"@typescript-eslint/parser@^5.44.0":
1643-
version "5.44.0"
1644-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.44.0.tgz#99e2c710a2252191e7a79113264f438338b846ad"
1645-
integrity sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA==
1646-
dependencies:
1647-
"@typescript-eslint/scope-manager" "5.44.0"
1648-
"@typescript-eslint/types" "5.44.0"
1649-
"@typescript-eslint/typescript-estree" "5.44.0"
1650-
debug "^4.3.4"
1651-
1652-
"@typescript-eslint/scope-manager@5.44.0":
1653-
version "5.44.0"
1654-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.44.0.tgz#988c3f34b45b3474eb9ff0674c18309dedfc3e04"
1655-
integrity sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==
1642+
"@typescript-eslint/parser@^5.45.0":
1643+
version "5.45.0"
1644+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.45.0.tgz#b18a5f6b3cf1c2b3e399e9d2df4be40d6b0ddd0e"
1645+
integrity sha512-brvs/WSM4fKUmF5Ot/gEve6qYiCMjm6w4HkHPfS6ZNmxTS0m0iNN4yOChImaCkqc1hRwFGqUyanMXuGal6oyyQ==
16561646
dependencies:
1657-
"@typescript-eslint/types" "5.44.0"
1658-
"@typescript-eslint/visitor-keys" "5.44.0"
1647+
"@typescript-eslint/scope-manager" "5.45.0"
1648+
"@typescript-eslint/types" "5.45.0"
1649+
"@typescript-eslint/typescript-estree" "5.45.0"
1650+
debug "^4.3.4"
16591651

16601652
"@typescript-eslint/scope-manager@5.45.0":
16611653
version "5.45.0"
@@ -1675,29 +1667,11 @@
16751667
debug "^4.3.4"
16761668
tsutils "^3.21.0"
16771669

1678-
"@typescript-eslint/types@5.44.0":
1679-
version "5.44.0"
1680-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.44.0.tgz#f3f0b89aaff78f097a2927fe5688c07e786a0241"
1681-
integrity sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==
1682-
16831670
"@typescript-eslint/types@5.45.0":
16841671
version "5.45.0"
16851672
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.45.0.tgz#794760b9037ee4154c09549ef5a96599621109c5"
16861673
integrity sha512-QQij+u/vgskA66azc9dCmx+rev79PzX8uDHpsqSjEFtfF2gBUTRCpvYMh2gw2ghkJabNkPlSUCimsyBEQZd1DA==
16871674

1688-
"@typescript-eslint/typescript-estree@5.44.0":
1689-
version "5.44.0"
1690-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz#0461b386203e8d383bb1268b1ed1da9bc905b045"
1691-
integrity sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==
1692-
dependencies:
1693-
"@typescript-eslint/types" "5.44.0"
1694-
"@typescript-eslint/visitor-keys" "5.44.0"
1695-
debug "^4.3.4"
1696-
globby "^11.1.0"
1697-
is-glob "^4.0.3"
1698-
semver "^7.3.7"
1699-
tsutils "^3.21.0"
1700-
17011675
"@typescript-eslint/typescript-estree@5.45.0":
17021676
version "5.45.0"
17031677
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.45.0.tgz#f70a0d646d7f38c0dfd6936a5e171a77f1e5291d"
@@ -1725,14 +1699,6 @@
17251699
eslint-utils "^3.0.0"
17261700
semver "^7.3.7"
17271701

1728-
"@typescript-eslint/visitor-keys@5.44.0":
1729-
version "5.44.0"
1730-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.44.0.tgz#10740dc28902bb903d12ee3a005cc3a70207d433"
1731-
integrity sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==
1732-
dependencies:
1733-
"@typescript-eslint/types" "5.44.0"
1734-
eslint-visitor-keys "^3.3.0"
1735-
17361702
"@typescript-eslint/visitor-keys@5.45.0":
17371703
version "5.45.0"
17381704
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.45.0.tgz#e0d160e9e7fdb7f8da697a5b78e7a14a22a70528"

0 commit comments

Comments
 (0)