Skip to content

Commit

Permalink
fix: update packages to fix github dependabot security warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
BePo65 committed Nov 10, 2024
1 parent a8d81e1 commit 4c5f840
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 404 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ updates:
ignore:
- dependency-name: "eslint"
versions: ["9.x"]
- dependency-name: "eslint-plugin-cypress"
versions: ["4.x"]
- dependency-name: '@angular/*'
versions: ['18.x']
- dependency-name: '@angular-devkit/build-angular'
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1102,4 +1102,6 @@ This project uses the fonts '[Roboto](https://fonts.google.com/specimen/Roboto/a
## Hints
As `eslint` V9 requires a fundamental change to the configuration files, the update will be done in a later version.

As a consequence the package `` cannot be updated to a version 4.x (as this version has a peerDependency of eslint >= 9).

<p align="right">(<a href="#top">back to top</a>)</p>
Loading

0 comments on commit 4c5f840

Please sign in to comment.