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 15, 2024
1 parent 47c08c3 commit e464bd2
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 253 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 @@ -125,3 +125,5 @@ 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 `eslint-plugin-cypress` cannot be updated to a version 4.x (as this version has a peerDependency of eslint >= 9).
Loading

0 comments on commit e464bd2

Please sign in to comment.