Skip to content

Commit eb17d62

Browse files
authored
meta: Allow old Next.js version for dependency review (#14012)
1 parent d5756ea commit eb17d62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependency-review-config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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
5+
# exclude this
6+
# once our minimum supported version is over 14.1.1 this can be removed
7+
- GHSA-fr5h-rqp8-mj6g

0 commit comments

Comments
 (0)