Skip to content

Commit 31055c3

Browse files
fix: resolve @tootallnate/once vulnerability via npm override (#3)
Adds npm override to pin @tootallnate/once>=3.0.1, eliminating the single remaining low-severity vulnerability in the dependency tree. Production audit now shows 0 vulnerabilities.
1 parent f755474 commit 31055c3

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"typescript": "^5.3.3"
5151
},
5252
"overrides": {
53-
"glob": ">=10.4.0"
53+
"glob": ">=10.4.0",
54+
"@tootallnate/once": ">=3.0.1"
5455
}
5556
}

0 commit comments

Comments
 (0)