Skip to content

Commit

Permalink
fix(deps): update dependency sharp to v0.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 04c3395 commit 572fcf9
Show file tree
Hide file tree
Showing 5 changed files with 154 additions and 200 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"mozjpeg": "8.0.0",
"pretty-bytes": "6.1.1",
"probe-image-size": "7.2.3",
"sharp": "0.32.6",
"sharp": "0.33.2",
"sqip": "^1.0.0-alpha.42",
"sqip-legacy": "npm:sqip@legacy",
"sqip-plugin-blur": "^1.0.0-alpha.43",
Expand Down
2 changes: 1 addition & 1 deletion packages/sqip-plugin-pixels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@svgdotjs/svg.js": "^3.0.16",
"sharp": "^0.32.0",
"sharp": "^0.33.0",
"sqip": "^1.0.0-alpha.42",
"svgdom": "^0.1.13"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sqip-plugin-primitive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"debug": "^4.3.4",
"execa": "5.1.1",
"sharp": "^0.32.0",
"sharp": "^0.33.0",
"sqip": "^1.0.0-alpha.42"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sqip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"fs-extra": "^11.1.1",
"node-vibrant": "^3.2.1-alpha.1",
"probe-image-size": "^7.1.0",
"sharp": "^0.32.0",
"sharp": "^0.33.0",
"term-img": "^5.0.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 572fcf9

Please sign in to comment.