Skip to content

Commit 94eab87

Browse files
committed
chore(audit): Temporarily add dot-prop adv url to nsprc
1 parent 8cc2669 commit 94eab87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.nsprc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"exceptions": [
33
// yargs-parser sec adv (due to @commitlint/cli dev dependency).
4-
"https://npmjs.com/advisories/1500"
4+
"https://npmjs.com/advisories/1500",
5+
6+
// dot-prop sec adv (due to @commitlint/cli dev dependency).
7+
"https://npmjs.com/advisories/1213"
58
]
69
}

0 commit comments

Comments
 (0)