We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc2669 commit 94eab87Copy full SHA for 94eab87
.nsprc
@@ -1,6 +1,9 @@
1
{
2
"exceptions": [
3
// yargs-parser sec adv (due to @commitlint/cli dev dependency).
4
- "https://npmjs.com/advisories/1500"
+ "https://npmjs.com/advisories/1500",
5
+
6
+ // dot-prop sec adv (due to @commitlint/cli dev dependency).
7
+ "https://npmjs.com/advisories/1213"
8
]
9
}
0 commit comments