Skip to content

Commit ff6adad

Browse files
authored
Merge pull request #418 from salesforcecli/dependabot-npm_and_yarn-typescript-eslint-parser-5.54.0
chore(dev-deps): bump @typescript-eslint/parser from 5.53.0 to 5.54.0
2 parents 56950bb + 7cbdb00 commit ff6adad

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@salesforce/ts-sinon": "1.4.6",
2323
"@swc/core": "^1.3.32",
2424
"@typescript-eslint/eslint-plugin": "^5.53.0",
25-
"@typescript-eslint/parser": "^5.53.0",
25+
"@typescript-eslint/parser": "^5.54.0",
2626
"chai": "^4.3.7",
2727
"eslint": "^8.32.0",
2828
"eslint-config-prettier": "^8.6.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@
11921192
"@types/node" "*"
11931193
"@types/responselike" "^1.0.0"
11941194

1195-
"@types/chai@^4.2.11", "@types/chai@^4.3.4":
1195+
"@types/chai@^4.2.11":
11961196
version "4.3.4"
11971197
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.4.tgz#e913e8175db8307d78b4e8fa690408ba6b65dee4"
11981198
integrity sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==
@@ -1342,14 +1342,14 @@
13421342
semver "^7.3.7"
13431343
tsutils "^3.21.0"
13441344

1345-
"@typescript-eslint/parser@^5.53.0":
1346-
version "5.53.0"
1347-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.53.0.tgz#a1f2b9ae73b83181098747e96683f1b249ecab52"
1348-
integrity sha512-MKBw9i0DLYlmdOb3Oq/526+al20AJZpANdT6Ct9ffxcV8nKCHz63t/S0IhlTFNsBIHJv+GY5SFJ0XfqVeydQrQ==
1345+
"@typescript-eslint/parser@^5.54.0":
1346+
version "5.54.0"
1347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.0.tgz#def186eb1b1dbd0439df0dacc44fb6d8d5c417fe"
1348+
integrity sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==
13491349
dependencies:
1350-
"@typescript-eslint/scope-manager" "5.53.0"
1351-
"@typescript-eslint/types" "5.53.0"
1352-
"@typescript-eslint/typescript-estree" "5.53.0"
1350+
"@typescript-eslint/scope-manager" "5.54.0"
1351+
"@typescript-eslint/types" "5.54.0"
1352+
"@typescript-eslint/typescript-estree" "5.54.0"
13531353
debug "^4.3.4"
13541354

13551355
"@typescript-eslint/scope-manager@5.53.0":

0 commit comments

Comments
 (0)