Commit 57b0645
committed
grafana-bridge: add npm overrides for quick-win Dependabot alerts
grafana-bridge is a minimal Express app (single dep) but still pulls
in the same vulnerable transitive packages. Adds an 'overrides'
block to force patched versions:
lodash -> ^4.18.0
qs -> ^6.15.2
picomatch -> ^2.3.2
fast-uri -> ^3.1.2
serialize-javascript -> ^7.0.5
Regenerated package-lock.json. Verified qs pinned at 6.15.2.1 parent ae20e82 commit 57b0645
2 files changed
Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
11 | 18 | | |
12 | 19 | | |
0 commit comments