Skip to content

Commit

Permalink
[Dev Deps] override some bundled dev deps to fix security warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 15, 2024
1 parent 37f513b commit e21a2b4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,10 @@
],
"engines": {
"node": ">= 0.4"
},
"overrides": {
"lodash": "^4.17.21",
"yargs@^7.1.0": "^7.1.2",
"y18n@^3.2.1": "^3.2.2"
}
}

0 comments on commit e21a2b4

Please sign in to comment.