mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
fix(sec): add min-release-age = 2 wks in website/.npmrc
This commit is contained in:
parent
a4ffe39f73
commit
94c27cae60
1 changed files with 10 additions and 0 deletions
10
website/.npmrc
Normal file
10
website/.npmrc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
min-release-age=14
|
||||
|
||||
# fast-uri 3.1.4 includes fixes for vulns. remove this when 3.1.4 is > 2wks old
|
||||
min-release-age-exclude[]=fast-uri
|
||||
|
||||
# minimatch 10.2.6 includes fixes for vulns. remove this when 10.2.6 is > 2wks old
|
||||
min-release-age-exclude[]=minimatch
|
||||
|
||||
# brace-expansion 5.0.8 includes fixes for vulns. remove this when 5.0.8 is > 2wks old
|
||||
min-release-age-exclude[]=brace-expansion
|
||||
Loading…
Add table
Add a link
Reference in a new issue