Skip to content

Commit

Permalink
chore: Bump sharp from 0.30.5 to 0.32.6 (#370)
Browse files Browse the repository at this point in the history
Bumps [sharp](https://github.com/lovell/sharp) from 0.30.5 to 0.32.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/lovell/sharp/blob/main/docs/changelog.md">sharp's
changelog</a>.</em></p>
<blockquote>
<h3>v0.32.6 - 18th September 2023</h3>
<ul>
<li>
<p>Upgrade to libvips v8.14.5 for upstream bug fixes.</p>
</li>
<li>
<p>Ensure composite tile images are fully decoded (regression in
0.32.0).
<a
href="https://redirect.github.com/lovell/sharp/issues/3767">#3767</a></p>
</li>
<li>
<p>Ensure <code>withMetadata</code> can add ICC profiles to RGB16
output.
<a
href="https://redirect.github.com/lovell/sharp/issues/3773">#3773</a></p>
</li>
<li>
<p>Ensure <code>withMetadata</code> does not reduce 16-bit images to
8-bit (regression in 0.32.5).
<a
href="https://redirect.github.com/lovell/sharp/issues/3773">#3773</a></p>
</li>
<li>
<p>TypeScript: Add definitions for block and unblock.
<a href="https://redirect.github.com/lovell/sharp/pull/3799">#3799</a>
<a href="https://github.com/ldrick"><code>@​ldrick</code></a></p>
</li>
</ul>
<h3>v0.32.5 - 15th August 2023</h3>
<ul>
<li>
<p>Upgrade to libvips v8.14.4 for upstream bug fixes.</p>
</li>
<li>
<p>TypeScript: Add missing <code>WebpPresetEnum</code> to definitions.
<a href="https://redirect.github.com/lovell/sharp/pull/3748">#3748</a>
<a href="https://github.com/pilotso11"><code>@​pilotso11</code></a></p>
</li>
<li>
<p>Ensure compilation using musl v1.2.4.
<a href="https://redirect.github.com/lovell/sharp/pull/3755">#3755</a>
<a href="https://github.com/kleisauke"><code>@​kleisauke</code></a></p>
</li>
<li>
<p>Ensure resize with a <code>fit</code> of <code>inside</code> respects
90/270 degree rotation.
<a
href="https://redirect.github.com/lovell/sharp/issues/3756">#3756</a></p>
</li>
<li>
<p>TypeScript: Ensure <code>minSize</code> property of
<code>WebpOptions</code> is boolean.
<a href="https://redirect.github.com/lovell/sharp/pull/3758">#3758</a>
<a href="https://github.com/sho-xizz"><code>@​sho-xizz</code></a></p>
</li>
<li>
<p>Ensure <code>withMetadata</code> adds default sRGB profile.
<a
href="https://redirect.github.com/lovell/sharp/issues/3761">#3761</a></p>
</li>
</ul>
<h3>v0.32.4 - 21st July 2023</h3>
<ul>
<li>
<p>Upgrade to libvips v8.14.3 for upstream bug fixes.</p>
</li>
<li>
<p>Expose ability to (un)block low-level libvips operations by name.</p>
</li>
<li>
<p>Prebuilt binaries: restore support for tile-based output.
<a
href="https://redirect.github.com/lovell/sharp/issues/3581">#3581</a></p>
</li>
</ul>
<h3>v0.32.3 - 14th July 2023</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lovell/sharp/commit/eefaa998725cf345227d94b40615e090495c6d09"><code>eefaa99</code></a>
Release v0.32.6</li>
<li><a
href="https://github.com/lovell/sharp/commit/dbce6fab795ca4250bda9b1ef502c1fdb7d4a30c"><code>dbce6fa</code></a>
Upgrade to libvips v8.14.5</li>
<li><a
href="https://github.com/lovell/sharp/commit/af0fcb37c2f8b05ee13b3ae07872fbb5b3dc7fd8"><code>af0fcb3</code></a>
Docs: changelog for <a
href="https://redirect.github.com/lovell/sharp/issues/3799">#3799</a></li>
<li><a
href="https://github.com/lovell/sharp/commit/c6f54e59dadff5b2517287d2662883b0835ac11a"><code>c6f54e5</code></a>
Bump devDeps</li>
<li><a
href="https://github.com/lovell/sharp/commit/846563e45f7df0228b650a32078e0abbb0219797"><code>846563e</code></a>
TypeScript: add definitions for block and unblock (<a
href="https://redirect.github.com/lovell/sharp/issues/3799">#3799</a>)</li>
<li><a
href="https://github.com/lovell/sharp/commit/9c217ab580123ee14ad65d5043d74d8ea7c245e5"><code>9c217ab</code></a>
Ensure withMetadata can add RGB16 profiles <a
href="https://redirect.github.com/lovell/sharp/issues/3773">#3773</a></li>
<li><a
href="https://github.com/lovell/sharp/commit/e7381e522ebe738263069eab02cc40f411cb9122"><code>e7381e5</code></a>
Alternative fix for 4340d60, uses existing StaySequential</li>
<li><a
href="https://github.com/lovell/sharp/commit/4340d60ccfcc4dd7d26b9bdc01f8774cad21abe7"><code>4340d60</code></a>
Ensure composite tile images fully decoded <a
href="https://redirect.github.com/lovell/sharp/issues/3767">#3767</a></li>
<li><a
href="https://github.com/lovell/sharp/commit/7f64d464deb8ff74f83f125d5fa6b16fd1c0c6e7"><code>7f64d46</code></a>
Docs: add missing returns property to raw</li>
<li><a
href="https://github.com/lovell/sharp/commit/67e927bdb621e5a7254e2c971670c43ee76fe102"><code>67e927b</code></a>
Docs: ensure all functions include method signature <a
href="https://redirect.github.com/lovell/sharp/issues/3777">#3777</a></li>
<li>Additional commits viewable in <a
href="https://github.com/lovell/sharp/compare/v0.30.5...v0.32.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sharp&package-manager=npm_and_yarn&previous-version=0.30.5&new-version=0.32.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts page](https://github.com/vercel/nft/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent d1a9a13 commit 3781119
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"saslprep": "^1.0.3",
"semver": "^7.5.2",
"sequelize": "^6.29.0",
"sharp": "^0.30.5",
"sharp": "^0.32.6",
"shiki": "^0.14.5",
"socket.io": "^2.4.0",
"socket.io-client": "^2.2.0",
Expand Down
97 changes: 65 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3330,6 +3330,11 @@ azure-storage@^2.10.3:
xml2js "0.2.8"
xmlbuilder "^9.0.7"

b4a@^1.6.4:
version "1.6.4"
resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.6.4.tgz#ef1c1422cae5ce6535ec191baeed7567443f36c9"
integrity sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==

babel-jest@^27.4.5:
version "27.4.5"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.4.5.tgz#d38bd0be8ea71d8b97853a5fc9f76deeb095c709"
Expand Down Expand Up @@ -5366,10 +5371,10 @@ detect-libc@^1.0.3:
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=

detect-libc@^2.0.0, detect-libc@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.1.tgz#e1897aa88fa6ad197862937fbc0441ef352ee0cd"
integrity sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==
detect-libc@^2.0.0, detect-libc@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.2.tgz#8ccf2ba9315350e1241b88d0ac3b0e1fbd99605d"
integrity sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==

detect-newline@^2.1.0:
version "2.1.0"
Expand Down Expand Up @@ -6404,6 +6409,11 @@ fast-deep-equal@^3.1.1:
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==

fast-fifo@^1.1.0, fast-fifo@^1.2.0:
version "1.3.2"
resolved "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.3.2.tgz#286e31de96eb96d38a97899815740ba2a4f3640c"
integrity sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==

fast-glob@^3.1.1:
version "3.2.5"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
Expand Down Expand Up @@ -11501,10 +11511,10 @@ node-addon-api@^3.0.0, node-addon-api@^3.1.0:
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.1.0.tgz#98b21931557466c6729e51cb77cd39c965f42239"
integrity sha512-flmrDNB06LIl5lywUz7YlNGZH/5p0M7W28k8hzd9Lshtdh1wshD2Y+U4h9LD6KObOy1f+fEVdgprPrEymjM5uw==

node-addon-api@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-5.0.0.tgz#7d7e6f9ef89043befdb20c1989c905ebde18c501"
integrity sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA==
node-addon-api@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-6.1.0.tgz#ac8470034e58e67d0c6f1204a18ae6995d9c0d76"
integrity sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==

node-addon-api@^7.0.0:
version "7.0.0"
Expand Down Expand Up @@ -11926,7 +11936,7 @@ npm@^6.14.6:
worker-farm "^1.7.0"
write-file-atomic "^2.4.3"

npmlog@^4.0.1, npmlog@^4.1.2, npmlog@~4.1.2:
npmlog@^4.1.2, npmlog@~4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==
Expand Down Expand Up @@ -13014,10 +13024,10 @@ postgres-interval@^1.1.0:
dependencies:
xtend "^4.0.0"

prebuild-install@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.1.0.tgz#991b6ac16c81591ba40a6d5de93fb33673ac1370"
integrity sha512-CNcMgI1xBypOyGqjp3wOc8AAo1nMhZS3Cwd3iHIxOdAUbb+YxdNuM4Z5iIrZ8RLvOsf3F3bl7b7xGq6DjQoNYA==
prebuild-install@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.1.1.tgz#de97d5b34a70a0c81334fd24641f2a1702352e45"
integrity sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==
dependencies:
detect-libc "^2.0.0"
expand-template "^2.0.3"
Expand All @@ -13026,7 +13036,6 @@ prebuild-install@^7.1.0:
mkdirp-classic "^0.5.3"
napi-build-utils "^1.0.1"
node-abi "^3.3.0"
npmlog "^4.0.1"
pump "^3.0.0"
rc "^1.2.7"
simple-get "^4.0.0"
Expand Down Expand Up @@ -13542,6 +13551,11 @@ queue-microtask@^1.2.2:
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.2.tgz#abf64491e6ecf0f38a6502403d4cda04f372dfd3"
integrity sha512-dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg==

queue-tick@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/queue-tick/-/queue-tick-1.0.1.tgz#f6f07ac82c1fd60f82e098b417a80e52f1f4c142"
integrity sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==

quote-stream@^1.0.1, quote-stream@~1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/quote-stream/-/quote-stream-1.0.2.tgz#84963f8c9c26b942e153feeb53aae74652b7e0b2"
Expand Down Expand Up @@ -14351,14 +14365,7 @@ semver@^6.0.0, semver@^6.2.0, semver@^6.3.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

semver@^7.1.1, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.2:
version "7.5.2"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.2.tgz#5b851e66d1be07c1cdaf37dfc856f543325a2beb"
integrity sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==
dependencies:
lru-cache "^6.0.0"

semver@^7.5.4:
semver@^7.1.1, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.2, semver@^7.5.4:
version "7.5.4"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
Expand Down Expand Up @@ -14510,18 +14517,18 @@ shapefile@~0.6.6:
stream-source "0.3"
text-encoding "^0.6.4"

sharp@^0.30.5:
version "0.30.5"
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.30.5.tgz#81c36fd05624978384ac6bd2744d23f9c82edefd"
integrity sha512-0T28KxqY4DzUMLSAp1/IhGVeHpPIQyp1xt7esmuXCAfyi/+6tYMUeRhQok+E/+E52Yk5yFjacXp90cQOkmkl4w==
sharp@^0.32.6:
version "0.32.6"
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.32.6.tgz#6ad30c0b7cd910df65d5f355f774aa4fce45732a"
integrity sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==
dependencies:
color "^4.2.3"
detect-libc "^2.0.1"
node-addon-api "^5.0.0"
prebuild-install "^7.1.0"
semver "^7.3.7"
detect-libc "^2.0.2"
node-addon-api "^6.1.0"
prebuild-install "^7.1.1"
semver "^7.5.4"
simple-get "^4.0.1"
tar-fs "^2.1.1"
tar-fs "^3.0.4"
tunnel-agent "^0.6.0"

shasum-object@^1.0.0:
Expand Down Expand Up @@ -15213,6 +15220,14 @@ [email protected]:
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-0.1.2.tgz#808b9d0e56fc273d809ba57338e929919a1a9f1a"
integrity sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=

streamx@^2.15.0:
version "2.15.5"
resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.15.5.tgz#87bcef4dc7f0b883f9359671203344a4e004c7f1"
integrity sha512-9thPGMkKC2GctCzyCUjME3yR03x2xNo0GPKGkRw2UMYN+gqWa9uqpyNWhmsNCutU5zHmkUum0LsCRQTXUgUCAg==
dependencies:
fast-fifo "^1.1.0"
queue-tick "^1.0.1"

strict-uri-encode@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
Expand Down Expand Up @@ -15622,7 +15637,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/taffydb/-/taffydb-2.6.2.tgz#7cbcb64b5a141b6a2efc2c5d2c67b4e150b2a268"
integrity sha512-y3JaeRSplks6NYQuCOj3ZFMO3j60rTwbuKCvZxsAraGYH2epusatvZ0baZYA01WsGqJBq/Dl6vOrMUJqyMj8kA==

tar-fs@^2.0.0, tar-fs@^2.1.1:
tar-fs@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784"
integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==
Expand All @@ -15632,6 +15647,15 @@ tar-fs@^2.0.0, tar-fs@^2.1.1:
pump "^3.0.0"
tar-stream "^2.1.4"

tar-fs@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.0.4.tgz#a21dc60a2d5d9f55e0089ccd78124f1d3771dbbf"
integrity sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==
dependencies:
mkdirp-classic "^0.5.2"
pump "^3.0.0"
tar-stream "^3.1.5"

tar-stream@^2.1.4:
version "2.2.0"
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
Expand All @@ -15643,6 +15667,15 @@ tar-stream@^2.1.4:
inherits "^2.0.3"
readable-stream "^3.1.1"

tar-stream@^3.1.5:
version "3.1.6"
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-3.1.6.tgz#6520607b55a06f4a2e2e04db360ba7d338cc5bab"
integrity sha512-B/UyjYwPpMBv+PaFSWAmtYjwdrlEaZQEhMIBFNC5oEG8lpiW8XjcSdmEaClj28ArfKScKHs2nshz3k2le6crsg==
dependencies:
b4a "^1.6.4"
fast-fifo "^1.2.0"
streamx "^2.15.0"

tar@^4.4.10, tar@^4.4.12, tar@^4.4.13:
version "4.4.19"
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.19.tgz#2e4d7263df26f2b914dee10c825ab132123742f3"
Expand Down

0 comments on commit 3781119

Please sign in to comment.