Skip to content

Commit

Permalink
fix: browse-scaler/src/package.json & browse-scaler/src/package-lock.…
Browse files Browse the repository at this point in the history
…json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SHARP-5922108
  • Loading branch information
snyk-bot committed Sep 28, 2023
1 parent 9b97b32 commit 783d140
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 11 deletions.
64 changes: 54 additions & 10 deletions browse-scaler/src/package-lock.json

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

2 changes: 1 addition & 1 deletion browse-scaler/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"axios": "^0.24.0",
"node-fetch": "^2.6.7",
"redis": "^2.8.0",
"sharp": "^0.32.1"
"sharp": "^0.32.6"
},
"scripts": {
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions",
Expand Down

0 comments on commit 783d140

Please sign in to comment.