Skip to content

Commit 5f42c57

Browse files
authored
fix: security patch sharp lib (#574)
1 parent 6787d69 commit 5f42c57

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changeset/strange-moose-yawn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@capacitor/assets': patch
3+
---
4+
5+
fix sharp vulnerability by bumping patch version

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"fs-extra": "10.1.0",
5959
"node-fetch": "2.7.0",
6060
"node-html-parser": "5.4.2",
61-
"sharp": "0.32.5",
61+
"sharp": "0.32.6",
6262
"tslib": "2.6.2",
6363
"yargs": "17.7.2"
6464
},

0 commit comments

Comments
 (0)