We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82f8e25 + 06ae0c6 commit 3e7f780Copy full SHA for 3e7f780
.prettierignore
@@ -1 +1,2 @@
1
/node_modules/
2
+.snyk
.snyk
@@ -1,5 +1,17 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
3
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4
-ignore: {}
+ignore:
5
+ SNYK-JS-BRACES-6838727:
6
+ - '*':
7
+ reason: >-
8
+ Waiting for a patch: https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727
9
+ expires: 2024-06-16T12:00:00.000Z
10
+ created: 2024-05-16T12:00:00.000Z
11
+ SNYK-JS-MICROMATCH-6838728:
12
13
14
+ Waiting for a patch: https://security.snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
15
16
17
patch: {}
0 commit comments