We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d32374 commit 973ef9cCopy full SHA for 973ef9c
.github/dependency-review-config.yml
@@ -1,7 +1,9 @@
1
fail-on-severity: 'high'
2
allow-ghsas:
3
# dependency review does not allow specific file exclusions
4
- # we use an older version of NextJS in our tests and thus need to
+ # we use an older version of NextJS in our tests and thus need to
5
# exclude this
6
# once our minimum supported version is over 14.1.1 this can be removed
7
- GHSA-fr5h-rqp8-mj6g
8
+ # we need this for an E2E test for the minimum required version of Nuxt 3.7.0
9
+ - GHSA-v784-fjjh-f8r4
0 commit comments