Skip to content

Commit

Permalink
Merge pull request #472 from spiltcoffee/dependabot/npm_and_yarn/type…
Browse files Browse the repository at this point in the history
…script-eslint/parser-6.7.2

build(npm-dev): bump @typescript-eslint/parser from 6.7.0 to 6.7.2
  • Loading branch information
mergify[bot] authored Sep 19, 2023
2 parents cc458ef + 08fd1d5 commit 40f0397
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/lodash.clonedeep": "^4.5.7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.0",
"@typescript-eslint/parser": "^6.7.2",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
Expand Down
20 changes: 19 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^6.7.2":
version: 6.7.2
resolution: "@typescript-eslint/parser@npm:6.7.2"
dependencies:
"@typescript-eslint/scope-manager": 6.7.2
"@typescript-eslint/types": 6.7.2
"@typescript-eslint/typescript-estree": 6.7.2
"@typescript-eslint/visitor-keys": 6.7.2
debug: ^4.3.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 9e93d3eb432ed5457a852e25a31782d07518f728966cd477620175ae64db9be04f5d8e605f3561dbfe9a365f209a83b2a3788efb9b3cf33669c8bca17f1bcf6f
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:6.7.0":
version: 6.7.0
resolution: "@typescript-eslint/scope-manager@npm:6.7.0"
Expand Down Expand Up @@ -7930,7 +7948,7 @@ __metadata:
dependencies:
"@types/lodash.clonedeep": ^4.5.7
"@typescript-eslint/eslint-plugin": ^6.7.2
"@typescript-eslint/parser": ^6.7.0
"@typescript-eslint/parser": ^6.7.2
"@vue/cli-plugin-eslint": ~5.0.8
"@vue/cli-plugin-typescript": ~5.0.8
"@vue/cli-service": ~5.0.8
Expand Down

0 comments on commit 40f0397

Please sign in to comment.