delete exception allow-ghsas: GHSA-8hc4-vh64-cxmj in dep-review.yaml (#3659)

node needed with new version of `node-ical`
This commit is contained in:
Bugsounet - Cédric 2024-12-24 15:20:29 +01:00 committed by GitHub
parent 0b3a04c520
commit 2fb51436a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -16,5 +16,3 @@ jobs:
uses: actions/checkout@v4
- name: "Dependency Review"
uses: actions/dependency-review-action@v4
with:
allow-ghsas: GHSA-8hc4-vh64-cxmj

View File

@ -31,7 +31,7 @@ _This release is scheduled to be released on 2025-01-01._
- [core] Fix animations export #3644 only on server side (#3649)
- [core] Use project URL in fallback config (#3656)
- [core] Fix Access Denied crash writing js/positions.js (on synology nas) #3651. new message, MM starts, but no modules showing (#3652)
- [linter] Switch to 'npx' for lint-staged in pre-commit hook
- [linter] Switch to 'npx' for lint-staged in pre-commit hook (#3658)
### Removed
@ -44,6 +44,7 @@ _This release is scheduled to be released on 2025-01-01._
- [core] Update electron dependency to v32 (test electron rebuild) and other dependencies (#3657)
- [tests] All test configs have been updated to allow full external access, allowing for easier debugging (especially when running as a container)
- [core] Run and test with node 23 (#3588)
- [workflow] delete exception `allow-ghsas: GHSA-8hc4-vh64-cxmj` in `dep-review.yaml` (#3659)
### Fixed