Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.1
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-BABELTRAVERSE-5962463:
- '*':
reason: >-
babel-traverse is a dev-only build tool dependency, not deployed to
production
expires: 2025-07-31T18:40:27.537Z
created: 2025-07-01T18:40:27.540Z
SNYK-JS-ISTANBULREPORTS-2328088:
- '*':
reason: >-
istanbul-reports is a dev-only code coverage tool, not deployed to
production
expires: 2025-07-31T18:40:29.496Z
created: 2025-07-01T18:40:29.500Z
patch: {}
Loading