mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: bump canvas from 3.0.0-rc2 to 3.1.0 in /site (#16371)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [canvas](https://github.com/Automattic/node-canvas) from 3.0.0-rc2 to 3.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Automattic/node-canvas/releases">canvas's releases</a>.</em></p> <blockquote> <h2>v3.1.0</h2> <h1>3.1.0</h1> <ul> <li>Replaced <code>simple-get </code> with <code> Node.js builtin</code> <code>fetch</code> (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2309">#2309</a>)</li> <li><code>ctx.font</code> has a new C++ parser and is 2x-400x faster. Please file an issue if you experience different results, as caching has been removed.</li> <li>The restriction of registering fonts before a canvas is created has been removed. You can now register a font as late as right before the <code>fillText</code> call (<a href="https://redirect.github.com/Automattic/node-canvas/issues/1921">#1921</a>)</li> </ul> <h3>Added</h3> <ul> <li>Support for accessibility and links in PDFs</li> <li><code>ctx.direction</code> is implemented: <code>'rtl'</code> or <code>'ltr'</code> set the base direction of text</li> <li><code>ctx.textAlign</code> <code>'start'</code> and <code>'end'</code> are now <code>'right'</code> and <code>'left'</code> when <code>ctx.direction === 'rtl'</code></li> </ul> <h3>Fixed</h3> <ul> <li>Fix a crash in <code>getImageData</code> when the rectangle is entirely outside the canvas. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2024">#2024</a>)</li> <li>Fix <code>getImageData</code> cropping the resulting <code>ImageData</code> when the given rectangle is partly outside the canvas. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/1849">#1849</a>)</li> </ul> <h2>v3.0.1</h2> <h1>3.0.1</h1> <h3>Fixed</h3> <ul> <li>Fixed accidental depenency on ambient DOM types</li> </ul> <h2>v3.0.0</h2> <h1>3.0.0</h1> <p>This release notably changes to using N-API. 🎉</p> <h3>Breaking</h3> <ul> <li>Dropped support for Node.js 16.x and below.</li> </ul> <h3>Changed</h3> <ul> <li>Migrated to N-API (by way of node-addon-api) and removed libuv and v8 dependencies</li> <li>Change from node-pre-gyp to prebuild-install</li> <li>Defer the initialization of the <code>op</code> variable to the <code>default</code> switch case to avoid a compiler warning. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> <li>Use a <code>default</code> switch case with a null statement if some enum values aren't suppsed to be handled, this avoids a compiler warning. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> <li>Migrate from librsvg's deprecated <code>rsvg_handle_get_dimensions()</code> and <code>rsvg_handle_render_cairo()</code> functions to the new <code>rsvg_handle_get_intrinsic_size_in_pixels()</code> and <code>rsvg_handle_render_document()</code> respectively. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> <li>Avoid calling virtual methods in constructors/destructors to avoid bypassing virtual dispatch. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> <li>Remove unused private field <code>backend</code> in the <code>Backend</code> class. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> <li>Add Node.js v20 to CI. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2237">#2237</a>)</li> <li>Replaced <code>dtslint</code> with <code>tsd</code> (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2313">#2313</a>)</li> <li>Changed PNG consts to static properties of Canvas class</li> <li>Reverted improved font matching on Linux (<a href="https://redirect.github.com/Automattic/node-canvas/issues/1572">#1572</a>) because it doesn't work if fonts are installed. If you experience degraded font selection, please file an issue and use v3.0.0-rc3 in the meantime.</li> </ul> <h3>Added</h3> <ul> <li>Added string tags to support class detection</li> <li>Throw Cairo errors in canvas.toBuffer()</li> </ul> <h3>Fixed</h3> <ul> <li>Fix a case of use-after-free. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> <li>Fix usage of garbage value by filling the allocated memory entirely with zeros if it's not modified. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> <li>Fix a potential memory leak. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Automattic/node-canvas/blob/master/CHANGELOG.md">canvas's changelog</a>.</em></p> <blockquote> <h1>3.1.0</h1> <ul> <li>Replaced <code>simple-get </code> with <code> Node.js builtin</code> <code>fetch</code> (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2309">#2309</a>)</li> <li><code>ctx.font</code> has a new C++ parser and is 2x-400x faster. Please file an issue if you experience different results, as caching has been removed.</li> <li>The restriction of registering fonts before a canvas is created has been removed. You can now register a font as late as right before the <code>fillText</code> call (<a href="https://redirect.github.com/Automattic/node-canvas/issues/1921">#1921</a>)</li> </ul> <h3>Added</h3> <ul> <li>Support for accessibility and links in PDFs</li> <li><code>ctx.direction</code> is implemented: <code>'rtl'</code> or <code>'ltr'</code> set the base direction of text</li> <li><code>ctx.textAlign</code> <code>'start'</code> and <code>'end'</code> are now <code>'right'</code> and <code>'left'</code> when <code>ctx.direction === 'rtl'</code></li> </ul> <h3>Fixed</h3> <ul> <li>Fix a crash in <code>getImageData</code> when the rectangle is entirely outside the canvas. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2024">#2024</a>)</li> <li>Fix <code>getImageData</code> cropping the resulting <code>ImageData</code> when the given rectangle is partly outside the canvas. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/1849">#1849</a>)</li> </ul> <h1>3.0.1</h1> <h3>Fixed</h3> <ul> <li>Fixed accidental depenency on ambient DOM types</li> </ul> <h1>3.0.0</h1> <p>This release notably changes to using N-API. 🎉</p> <h3>Breaking</h3> <ul> <li>Dropped support for Node.js 16.x and below.</li> </ul> <h3>Changed</h3> <ul> <li>Migrated to N-API (by way of node-addon-api) and removed libuv and v8 dependencies</li> <li>Change from node-pre-gyp to prebuild-install</li> <li>Defer the initialization of the <code>op</code> variable to the <code>default</code> switch case to avoid a compiler warning. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> <li>Use a <code>default</code> switch case with a null statement if some enum values aren't suppsed to be handled, this avoids a compiler warning. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> <li>Migrate from librsvg's deprecated <code>rsvg_handle_get_dimensions()</code> and <code>rsvg_handle_render_cairo()</code> functions to the new <code>rsvg_handle_get_intrinsic_size_in_pixels()</code> and <code>rsvg_handle_render_document()</code> respectively. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> <li>Avoid calling virtual methods in constructors/destructors to avoid bypassing virtual dispatch. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> <li>Remove unused private field <code>backend</code> in the <code>Backend</code> class. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> <li>Add Node.js v20 to CI. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2237">#2237</a>)</li> <li>Replaced <code>dtslint</code> with <code>tsd</code> (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2313">#2313</a>)</li> <li>Changed PNG consts to static properties of Canvas class</li> <li>Reverted improved font matching on Linux (<a href="https://redirect.github.com/Automattic/node-canvas/issues/1572">#1572</a>) because it doesn't work if fonts are installed. If you experience degraded font selection, please file an issue and use v3.0.0-rc3 in the meantime.</li> </ul> <h3>Added</h3> <ul> <li>Added string tags to support class detection</li> <li>Throw Cairo errors in canvas.toBuffer()</li> </ul> <h3>Fixed</h3> <ul> <li>Fix a case of use-after-free. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> <li>Fix usage of garbage value by filling the allocated memory entirely with zeros if it's not modified. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> <li>Fix a potential memory leak. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2229">#2229</a>)</li> <li>Fix the wrong type of setTransform</li> <li>Fix the improper parsing of rgb functions issue. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2300">#2300</a>)</li> <li>Fix issue related to improper parsing of leading and trailing whitespaces in CSS color. (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2301">#2301</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/node-canvas/commit/61e474e299b04babd4b5348bc15ba71bee42099e"><code>61e474e</code></a> 3.1.0</li> <li><a href="https://github.com/Automattic/node-canvas/commit/88e965709234c5b3ebcedfad7405c56da658df88"><code>88e9657</code></a> allow registerFont after a canvas has been created (<a href="https://redirect.github.com/Automattic/node-canvas/issues/2483">#2483</a>)</li> <li><a href="https://github.com/Automattic/node-canvas/commit/52330b89b70ac1cdaf6fb3c8331d675b65aaa0cf"><code>52330b8</code></a> support ctx.direction and textAlign start/end</li> <li><a href="https://github.com/Automattic/node-canvas/commit/0b2edc1ba91303087dcd3584e97dfa90581b375d"><code>0b2edc1</code></a> remove reference to old JS parseFont</li> <li><a href="https://github.com/Automattic/node-canvas/commit/a0c80314687ed278803d3143d9a7f88c8575837f"><code>a0c8031</code></a> getImageData fixes when rectangle is outside of canvas</li> <li><a href="https://github.com/Automattic/node-canvas/commit/da33bbed88946188385af6dc10368410ffede365"><code>da33bbe</code></a> Add link tags for pdfs</li> <li><a href="https://github.com/Automattic/node-canvas/commit/728e76cc80da2748961ef973e9bb646f83f2c69e"><code>728e76c</code></a> add C++ parser for the font shorthand</li> <li><a href="https://github.com/Automattic/node-canvas/commit/7ed0a96b91735d3c6f1df0ceb827a9646b998c9a"><code>7ed0a96</code></a> add font setter benchmarks</li> <li><a href="https://github.com/Automattic/node-canvas/commit/1d956b7246dd516cff9810db19a2915bc5598420"><code>1d956b7</code></a> use fetch api</li> <li><a href="https://github.com/Automattic/node-canvas/commit/80e94ea7644b8f0c879b6e4ba899e50e6289e09a"><code>80e94ea</code></a> v3.0.1</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/node-canvas/compare/v3.0.0-rc2...v3.1.0">compare view</a></li> </ul> </details> <br /> [](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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@
|
||||
"@xterm/xterm": "5.5.0",
|
||||
"ansi-to-html": "0.7.2",
|
||||
"axios": "1.7.9",
|
||||
"canvas": "3.0.0-rc2",
|
||||
"canvas": "3.1.0",
|
||||
"chart.js": "4.4.0",
|
||||
"chartjs-adapter-date-fns": "3.0.0",
|
||||
"chartjs-plugin-annotation": "3.0.1",
|
||||
|
||||
Generated
+36
-60
@@ -121,8 +121,8 @@ importers:
|
||||
specifier: 1.7.9
|
||||
version: 1.7.9
|
||||
canvas:
|
||||
specifier: 3.0.0-rc2
|
||||
version: 3.0.0-rc2
|
||||
specifier: 3.1.0
|
||||
version: 3.1.0
|
||||
chart.js:
|
||||
specifier: 4.4.0
|
||||
version: 4.4.0
|
||||
@@ -408,7 +408,7 @@ importers:
|
||||
version: 2.5.2
|
||||
jest-environment-jsdom:
|
||||
specifier: 29.5.0
|
||||
version: 29.5.0(canvas@3.0.0-rc2)
|
||||
version: 29.5.0(canvas@3.1.0)
|
||||
jest-location-mock:
|
||||
specifier: 2.0.0
|
||||
version: 2.0.0
|
||||
@@ -3090,8 +3090,8 @@ packages:
|
||||
caniuse-lite@1.0.30001690:
|
||||
resolution: {integrity: sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==, tarball: https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz}
|
||||
|
||||
canvas@3.0.0-rc2:
|
||||
resolution: {integrity: sha512-esx4bYDznnqgRX4G8kaEaf0W3q8xIc51WpmrIitDzmcoEgwnv9wSKdzT6UxWZ4wkVu5+ileofppX0TpyviJRdQ==, tarball: https://registry.npmjs.org/canvas/-/canvas-3.0.0-rc2.tgz}
|
||||
canvas@3.1.0:
|
||||
resolution: {integrity: sha512-tTj3CqqukVJ9NgSahykNwtGda7V33VLObwrHfzT0vqJXu7J4d4C/7kQQW3fOEGDfZZoILPut5H00gOjyttPGyg==, tarball: https://registry.npmjs.org/canvas/-/canvas-3.1.0.tgz}
|
||||
engines: {node: ^18.12.0 || >= 20.9.0}
|
||||
|
||||
case-anything@2.1.13:
|
||||
@@ -3434,10 +3434,6 @@ packages:
|
||||
decode-named-character-reference@1.0.2:
|
||||
resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==, tarball: https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz}
|
||||
|
||||
decompress-response@4.2.1:
|
||||
resolution: {integrity: sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==, tarball: https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
decompress-response@6.0.0:
|
||||
resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==, tarball: https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz}
|
||||
engines: {node: '>=10'}
|
||||
@@ -3509,8 +3505,8 @@ packages:
|
||||
engines: {node: '>=0.10'}
|
||||
hasBin: true
|
||||
|
||||
detect-libc@2.0.2:
|
||||
resolution: {integrity: sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==, tarball: https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz}
|
||||
detect-libc@2.0.3:
|
||||
resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==, tarball: https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
detect-newline@3.1.0:
|
||||
@@ -4899,10 +4895,6 @@ packages:
|
||||
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==, tarball: https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz}
|
||||
engines: {node: '>=6'}
|
||||
|
||||
mimic-response@2.1.0:
|
||||
resolution: {integrity: sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==, tarball: https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
mimic-response@3.1.0:
|
||||
resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==, tarball: https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz}
|
||||
engines: {node: '>=10'}
|
||||
@@ -4974,8 +4966,8 @@ packages:
|
||||
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
||||
hasBin: true
|
||||
|
||||
napi-build-utils@1.0.2:
|
||||
resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==, tarball: https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz}
|
||||
napi-build-utils@2.0.0:
|
||||
resolution: {integrity: sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==, tarball: https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz}
|
||||
|
||||
natural-compare@1.4.0:
|
||||
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==, tarball: https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz}
|
||||
@@ -4984,8 +4976,8 @@ packages:
|
||||
resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==, tarball: https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz}
|
||||
engines: {node: '>= 0.6'}
|
||||
|
||||
node-abi@3.65.0:
|
||||
resolution: {integrity: sha512-ThjYBfoDNr08AWx6hGaRbfPwxKV9kVzAzOzlLKbk2CuqXE2xnCh+cbAGnwM3t8Lq4v9rUB7VfondlkBckcJrVA==, tarball: https://registry.npmjs.org/node-abi/-/node-abi-3.65.0.tgz}
|
||||
node-abi@3.74.0:
|
||||
resolution: {integrity: sha512-c5XK0MjkGBrQPGYG24GBADZud0NCbznxNx0ZkS+ebUTrmV1qTDxPxSL8zEAPURXSbLRWVexxmP4986BziahL5w==, tarball: https://registry.npmjs.org/node-abi/-/node-abi-3.74.0.tgz}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
node-addon-api@7.1.1:
|
||||
@@ -5221,8 +5213,8 @@ packages:
|
||||
resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==, tarball: https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
|
||||
prebuild-install@7.1.2:
|
||||
resolution: {integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==, tarball: https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.2.tgz}
|
||||
prebuild-install@7.1.3:
|
||||
resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==, tarball: https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz}
|
||||
engines: {node: '>=10'}
|
||||
hasBin: true
|
||||
|
||||
@@ -5292,8 +5284,8 @@ packages:
|
||||
psl@1.9.0:
|
||||
resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==, tarball: https://registry.npmjs.org/psl/-/psl-1.9.0.tgz}
|
||||
|
||||
pump@3.0.0:
|
||||
resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==, tarball: https://registry.npmjs.org/pump/-/pump-3.0.0.tgz}
|
||||
pump@3.0.2:
|
||||
resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==, tarball: https://registry.npmjs.org/pump/-/pump-3.0.2.tgz}
|
||||
|
||||
punycode@2.3.1:
|
||||
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==, tarball: https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz}
|
||||
@@ -5725,9 +5717,6 @@ packages:
|
||||
simple-concat@1.0.1:
|
||||
resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==, tarball: https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz}
|
||||
|
||||
simple-get@3.1.1:
|
||||
resolution: {integrity: sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==, tarball: https://registry.npmjs.org/simple-get/-/simple-get-3.1.1.tgz}
|
||||
|
||||
simple-get@4.0.1:
|
||||
resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==, tarball: https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz}
|
||||
|
||||
@@ -5926,8 +5915,8 @@ packages:
|
||||
engines: {node: '>=14.0.0'}
|
||||
hasBin: true
|
||||
|
||||
tar-fs@2.1.1:
|
||||
resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==, tarball: https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz}
|
||||
tar-fs@2.1.2:
|
||||
resolution: {integrity: sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA==, tarball: https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.2.tgz}
|
||||
|
||||
tar-stream@2.2.0:
|
||||
resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==, tarball: https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz}
|
||||
@@ -9228,11 +9217,10 @@ snapshots:
|
||||
|
||||
caniuse-lite@1.0.30001690: {}
|
||||
|
||||
canvas@3.0.0-rc2:
|
||||
canvas@3.1.0:
|
||||
dependencies:
|
||||
node-addon-api: 7.1.1
|
||||
prebuild-install: 7.1.2
|
||||
simple-get: 3.1.1
|
||||
prebuild-install: 7.1.3
|
||||
|
||||
case-anything@2.1.13: {}
|
||||
|
||||
@@ -9528,10 +9516,6 @@ snapshots:
|
||||
dependencies:
|
||||
character-entities: 2.0.2
|
||||
|
||||
decompress-response@4.2.1:
|
||||
dependencies:
|
||||
mimic-response: 2.1.0
|
||||
|
||||
decompress-response@6.0.0:
|
||||
dependencies:
|
||||
mimic-response: 3.1.0
|
||||
@@ -9602,7 +9586,7 @@ snapshots:
|
||||
|
||||
detect-libc@1.0.3: {}
|
||||
|
||||
detect-libc@2.0.2: {}
|
||||
detect-libc@2.0.3: {}
|
||||
|
||||
detect-newline@3.1.0: {}
|
||||
|
||||
@@ -10633,7 +10617,7 @@ snapshots:
|
||||
jest-util: 29.7.0
|
||||
pretty-format: 29.7.0
|
||||
|
||||
jest-environment-jsdom@29.5.0(canvas@3.0.0-rc2):
|
||||
jest-environment-jsdom@29.5.0(canvas@3.1.0):
|
||||
dependencies:
|
||||
'@jest/environment': 29.6.2
|
||||
'@jest/fake-timers': 29.6.2
|
||||
@@ -10642,9 +10626,9 @@ snapshots:
|
||||
'@types/node': 20.17.16
|
||||
jest-mock: 29.6.2
|
||||
jest-util: 29.6.2
|
||||
jsdom: 20.0.3(canvas@3.0.0-rc2)
|
||||
jsdom: 20.0.3(canvas@3.1.0)
|
||||
optionalDependencies:
|
||||
canvas: 3.0.0-rc2
|
||||
canvas: 3.1.0
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- supports-color
|
||||
@@ -10918,7 +10902,7 @@ snapshots:
|
||||
|
||||
jsdoc-type-pratt-parser@4.1.0: {}
|
||||
|
||||
jsdom@20.0.3(canvas@3.0.0-rc2):
|
||||
jsdom@20.0.3(canvas@3.1.0):
|
||||
dependencies:
|
||||
abab: 2.0.6
|
||||
acorn: 8.14.0
|
||||
@@ -10947,7 +10931,7 @@ snapshots:
|
||||
ws: 8.17.1
|
||||
xml-name-validator: 4.0.0
|
||||
optionalDependencies:
|
||||
canvas: 3.0.0-rc2
|
||||
canvas: 3.1.0
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- supports-color
|
||||
@@ -11611,8 +11595,6 @@ snapshots:
|
||||
|
||||
mimic-fn@2.1.0: {}
|
||||
|
||||
mimic-response@2.1.0: {}
|
||||
|
||||
mimic-response@3.1.0: {}
|
||||
|
||||
min-indent@1.0.1: {}
|
||||
@@ -11680,13 +11662,13 @@ snapshots:
|
||||
|
||||
nanoid@3.3.8: {}
|
||||
|
||||
napi-build-utils@1.0.2: {}
|
||||
napi-build-utils@2.0.0: {}
|
||||
|
||||
natural-compare@1.4.0: {}
|
||||
|
||||
negotiator@0.6.3: {}
|
||||
|
||||
node-abi@3.65.0:
|
||||
node-abi@3.74.0:
|
||||
dependencies:
|
||||
semver: 7.6.2
|
||||
|
||||
@@ -11903,19 +11885,19 @@ snapshots:
|
||||
picocolors: 1.1.1
|
||||
source-map-js: 1.2.1
|
||||
|
||||
prebuild-install@7.1.2:
|
||||
prebuild-install@7.1.3:
|
||||
dependencies:
|
||||
detect-libc: 2.0.2
|
||||
detect-libc: 2.0.3
|
||||
expand-template: 2.0.3
|
||||
github-from-package: 0.0.0
|
||||
minimist: 1.2.8
|
||||
mkdirp-classic: 0.5.3
|
||||
napi-build-utils: 1.0.2
|
||||
node-abi: 3.65.0
|
||||
pump: 3.0.0
|
||||
napi-build-utils: 2.0.0
|
||||
node-abi: 3.74.0
|
||||
pump: 3.0.2
|
||||
rc: 1.2.8
|
||||
simple-get: 4.0.1
|
||||
tar-fs: 2.1.1
|
||||
tar-fs: 2.1.2
|
||||
tunnel-agent: 0.6.0
|
||||
|
||||
prelude-ls@1.2.1:
|
||||
@@ -11989,7 +11971,7 @@ snapshots:
|
||||
|
||||
psl@1.9.0: {}
|
||||
|
||||
pump@3.0.0:
|
||||
pump@3.0.2:
|
||||
dependencies:
|
||||
end-of-stream: 1.4.4
|
||||
once: 1.4.0
|
||||
@@ -12520,12 +12502,6 @@ snapshots:
|
||||
|
||||
simple-concat@1.0.1: {}
|
||||
|
||||
simple-get@3.1.1:
|
||||
dependencies:
|
||||
decompress-response: 4.2.1
|
||||
once: 1.4.0
|
||||
simple-concat: 1.0.1
|
||||
|
||||
simple-get@4.0.1:
|
||||
dependencies:
|
||||
decompress-response: 6.0.0
|
||||
@@ -12736,11 +12712,11 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- ts-node
|
||||
|
||||
tar-fs@2.1.1:
|
||||
tar-fs@2.1.2:
|
||||
dependencies:
|
||||
chownr: 1.1.4
|
||||
mkdirp-classic: 0.5.3
|
||||
pump: 3.0.0
|
||||
pump: 3.0.2
|
||||
tar-stream: 2.2.0
|
||||
|
||||
tar-stream@2.2.0:
|
||||
|
||||
Reference in New Issue
Block a user