Skip to content

Commit

Permalink
chore(deps-dev): bump @typescript-eslint/parser from 7.12.0 to 7.13.0…
Browse files Browse the repository at this point in the history
… in /edc-policy-playground (#343)

* chore(deps-dev): bump @typescript-eslint/parser

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.12.0 to 7.13.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/v7.13.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] <[email protected]>

* chore: deps file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Enrico Risa <[email protected]>
  • Loading branch information
dependabot[bot] and wolf4ood authored Jun 17, 2024
1 parent 89cbbe2 commit af546f4
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 10 deletions.
6 changes: 5 additions & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -1072,13 +1072,17 @@ npm/npmjs/@types/serve-static/1.15.7, MIT, approved, #9188
npm/npmjs/@types/sockjs/0.3.36, MIT, approved, #10984
npm/npmjs/@types/ws/8.5.10, MIT, approved, #6016
npm/npmjs/@typescript-eslint/eslint-plugin/7.12.0, BSD-2-Clause AND MIT AND (BSD-2-Clause AND ISC AND MIT), approved, #15404
npm/npmjs/@typescript-eslint/parser/7.12.0, BSD-2-Clause, approved, clearlydefined
npm/npmjs/@typescript-eslint/parser/7.13.0, BSD-2-Clause, approved, clearlydefined
npm/npmjs/@typescript-eslint/scope-manager/7.12.0, MIT, approved, clearlydefined
npm/npmjs/@typescript-eslint/scope-manager/7.13.0, MIT, approved, clearlydefined
npm/npmjs/@typescript-eslint/type-utils/7.12.0, MIT, approved, clearlydefined
npm/npmjs/@typescript-eslint/types/7.12.0, MIT, approved, clearlydefined
npm/npmjs/@typescript-eslint/types/7.13.0, MIT, approved, clearlydefined
npm/npmjs/@typescript-eslint/typescript-estree/7.12.0, BSD-2-Clause AND MIT AND (BSD-2-Clause AND ISC AND MIT), approved, #15294
npm/npmjs/@typescript-eslint/typescript-estree/7.13.0, BSD-2-Clause AND MIT AND (BSD-2-Clause AND ISC AND MIT), approved, #15168
npm/npmjs/@typescript-eslint/utils/7.12.0, BSD-2-Clause AND MIT AND (BSD-2-Clause AND ISC AND MIT), approved, #15076
npm/npmjs/@typescript-eslint/visitor-keys/7.12.0, MIT, approved, clearlydefined
npm/npmjs/@typescript-eslint/visitor-keys/7.13.0, MIT, approved, clearlydefined
npm/npmjs/@ungap/structured-clone/1.2.0, ISC, approved, clearlydefined
npm/npmjs/@vitejs/plugin-basic-ssl/1.1.0, MIT, restricted, clearlydefined
npm/npmjs/@webassemblyjs/ast/1.12.1, MIT, approved, clearlydefined
Expand Down
106 changes: 98 additions & 8 deletions edc-policy-playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion edc-policy-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jasmine": "~5.1.4",
"@types/node": "^20.10.7",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@typescript-eslint/parser": "7.13.0",
"eslint": "^8.55.0",
"eslint-plugin-prettier": "^5.0.1",
"jasmine-core": "~5.1.0",
Expand Down

0 comments on commit af546f4

Please sign in to comment.