Skip to content

Commit e5cbb2e

Browse files
authored
Merge pull request #373 from salesforcecli/dependabot-npm_and_yarn-typescript-eslint-parser-5.59.8
chore(dev-deps): bump @typescript-eslint/parser from 5.59.2 to 5.59.8
2 parents 8f35874 + 5a048a4 commit e5cbb2e

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/debug": "^4.1.7",
2424
"@types/ejs": "^3.1.2",
2525
"@typescript-eslint/eslint-plugin": "^5.59.2",
26-
"@typescript-eslint/parser": "^5.59.2",
26+
"@typescript-eslint/parser": "^5.59.8",
2727
"chai": "^4.3.7",
2828
"eslint": "^8.42.0",
2929
"eslint-config-prettier": "^8.8.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,14 +1277,14 @@
12771277
semver "^7.3.7"
12781278
tsutils "^3.21.0"
12791279

1280-
"@typescript-eslint/parser@^5.59.2":
1281-
version "5.59.2"
1282-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.2.tgz#c2c443247901d95865b9f77332d9eee7c55655e8"
1283-
integrity sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==
1280+
"@typescript-eslint/parser@^5.59.8":
1281+
version "5.59.8"
1282+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.8.tgz#60cbb00671d86cf746044ab797900b1448188567"
1283+
integrity sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==
12841284
dependencies:
1285-
"@typescript-eslint/scope-manager" "5.59.2"
1286-
"@typescript-eslint/types" "5.59.2"
1287-
"@typescript-eslint/typescript-estree" "5.59.2"
1285+
"@typescript-eslint/scope-manager" "5.59.8"
1286+
"@typescript-eslint/types" "5.59.8"
1287+
"@typescript-eslint/typescript-estree" "5.59.8"
12881288
debug "^4.3.4"
12891289

12901290
"@typescript-eslint/scope-manager@5.59.2":

0 commit comments

Comments
 (0)