Skip to content

Commit

Permalink
build(deps-dev): bump typescript-eslint from 7.7.1 to 7.13.1
Browse files Browse the repository at this point in the history
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.7.1 to 7.13.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.1/packages/typescript-eslint)

Also: add @types/semver to dev dependencies.

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and basti1302 committed Jun 24, 2024
1 parent b137fcc commit d24f377
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 65 deletions.
118 changes: 54 additions & 64 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"@types/is-ci": "^3.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@types/semver": "^7.5.8",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"eslint": "^8.57.0",
Expand All @@ -79,6 +80,6 @@
"ts-proto": "^1.172.0",
"type-fest": "^4.18.2",
"typescript": "^5.5.2",
"typescript-eslint": "^7.7.1"
"typescript-eslint": "^7.13.1"
}
}

0 comments on commit d24f377

Please sign in to comment.