Bump the prod-dependencies group across 1 directory with 5 updates (#1197)

Bumps the prod-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
|
[@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react)
| `0.26.25` | `0.26.27` |
| [css-tree](https://github.com/csstree/csstree) | `3.0.0` | `3.0.1` |
| [monaco-yaml](https://github.com/remcohaszing/monaco-yaml) | `5.2.2` |
`5.2.3` |
|
[remark-github-blockquote-alert](https://github.com/jaywcjlove/remark-github-blockquote-alert)
| `1.2.1` | `1.3.0` |
| [winston](https://github.com/winstonjs/winston) | `3.15.0` | `3.16.0`
|


Updates `@floating-ui/react` from 0.26.25 to 0.26.27
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/releases"><code>@​floating-ui/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​floating-ui/react</code><a
href="https://github.com/0"><code>@​0</code></a>.26.27</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useListNavigation): ignore Home/End key press for typeable
combobox references</li>
<li>fix(useListNavigation): ensure submenu references are set as
<code>virtualItemRef</code> on floating close</li>
<li>fix(inner): use list ref length for fallback detection</li>
<li>fix(FloatingPortal): allow <code>root</code> to be reactive from
<code>null</code> to an element. ⚠️ an always-<code>null</code> value
will never render a portal node as this indicates it's waiting for an
element; it must be <code>undefined</code></li>
</ul>
<h2><code>@​floating-ui/react</code><a
href="https://github.com/0"><code>@​0</code></a>.26.26</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useFloating): access <code>domReference</code> instead of
<code>reference</code></li>
<li>feat(FloatingFocusManager): specify element to return focus to</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md"><code>@​floating-ui/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>0.26.27</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useListNavigation): ignore Home/End key press for typeable
combobox references</li>
<li>fix(useListNavigation): ensure submenu references are set as
<code>virtualItemRef</code> on floating close</li>
<li>fix(inner): use list ref length for fallback detection</li>
<li>fix(FloatingPortal): allow <code>root</code> to be reactive from
<code>null</code> to an element</li>
</ul>
<h2>0.26.26</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useFloating): access <code>domReference</code> instead of
<code>reference</code></li>
<li>feat(FloatingFocusManager): specify element to return focus to</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f1d95ac5ba"><code>f1d95ac</code></a>
Version Packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3102">#3102</a>)</li>
<li><a
href="e05d561c60"><code>e05d561</code></a>
fix(FloatingPortal): allow <code>root</code> to be reactive from
<code>null</code> to an element (#...</li>
<li><a
href="c4aba7aa72"><code>c4aba7a</code></a>
fix(useListNavigation): ensure submenu references are set as
<code>virtualItemRef</code>...</li>
<li><a
href="f65f9e2be0"><code>f65f9e2</code></a>
fix(useListNavigation): ignore Home/End key press for typeable combobox
refer...</li>
<li><a
href="229c5f7190"><code>229c5f7</code></a>
fix(inner): use list ref length for fallback detection (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3101">#3101</a>)</li>
<li><a
href="c9672007a7"><code>c967200</code></a>
Version Packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3084">#3084</a>)</li>
<li><a
href="24f2c4d6a7"><code>24f2c4d</code></a>
fix(useFloating): access <code>domReference</code> instead of
<code>reference</code> (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3094">#3094</a>)</li>
<li><a
href="703db3bf19"><code>703db3b</code></a>
feat(FloatingFocusManager): specify element to return focus to (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3083">#3083</a>)</li>
<li>See full diff in <a
href="https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.26.27/packages/react">compare
view</a></li>
</ul>
</details>
<br />

Updates `css-tree` from 3.0.0 to 3.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/csstree/csstree/releases">css-tree's
releases</a>.</em></p>
<blockquote>
<h2>3.0.1</h2>
<ul>
<li>Bumped <code>mdn/data</code> to 2.12.1</li>
<li>Added <code>errors</code> array to the <code>Lexer#validate()</code>
method result, providing details on problematic syntax.</li>
<li>Added CSS wide keyword customization and introspection:
<ul>
<li>Added a <code>Lexer#cssWideKeywords</code> dictionary to list
CSS-wide keywords</li>
<li>Updated the Lexer's constructor to consider
<code>config.cssWideKeywords</code> for overriding the default list</li>
<li>Expanded the lexer's dump output to include the
<code>cssWideKeywords</code> dictionary</li>
<li>Modified the <code>fork()</code> method to accept a
<code>cssWideKeywords</code> option, allowing the addition of new
keywords to the existing list</li>
</ul>
</li>
<li>Reverted changes to <code>Block</code> to include <code>{</code> and
<code>}</code>, and <code>Atrule</code> and <code>Rule</code> to exclude
<code>{</code> and <code>}</code> for a <code>block</code> (<a
href="https://redirect.github.com/csstree/csstree/issues/296">#296</a>)</li>
<li>Removed second parameter (<code>assign</code>) for the callback in
the <code>fork()</code> method (e.g., <code>syntax.fork((config, assign)
=&gt; { ... })</code>), as it simply refers to
<code>Object.assign()</code></li>
<li>Fixes in syntaxes: <code>&lt;basic-shapes&gt;</code>,
<code>&lt;absolute-color-function&gt;</code> and
<code>&lt;'stroke-opacity'&gt;</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/csstree/csstree/blob/master/CHANGELOG.md">css-tree's
changelog</a>.</em></p>
<blockquote>
<h2>3.0.1 (November 1, 2024)</h2>
<ul>
<li>Bumped <code>mdn/data</code> to 2.12.1</li>
<li>Added <code>errors</code> array to the <code>Lexer#validate()</code>
method result, providing details on problematic syntax.</li>
<li>Added CSS wide keyword customization and introspection:
<ul>
<li>Added a <code>Lexer#cssWideKeywords</code> dictionary to list
CSS-wide keywords</li>
<li>Updated the Lexer's constructor to consider
<code>config.cssWideKeywords</code> for overriding the default list</li>
<li>Expanded the lexer's dump output to include the
<code>cssWideKeywords</code> dictionary</li>
<li>Modified the <code>fork()</code> method to accept a
<code>cssWideKeywords</code> option, allowing the addition of new
keywords to the existing list</li>
</ul>
</li>
<li>Reverted changes to <code>Block</code> to include <code>{</code> and
<code>}</code>, and <code>Atrule</code> and <code>Rule</code> to exclude
<code>{</code> and <code>}</code> for a <code>block</code> (<a
href="https://redirect.github.com/csstree/csstree/issues/296">#296</a>)</li>
<li>Removed second parameter (<code>assign</code>) for the callback in
the <code>fork()</code> method (e.g., <code>syntax.fork((config, assign)
=&gt; { ... })</code>), as it simply refers to
<code>Object.assign()</code></li>
<li>Fixes in syntaxes: <code>&lt;basic-shapes&gt;</code>,
<code>&lt;absolute-color-function&gt;</code> and
<code>&lt;'stroke-opacity'&gt;</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9825221fa5"><code>9825221</code></a>
3.0.1</li>
<li><a
href="d3ce7e918d"><code>d3ce7e9</code></a>
Revert changes to <code>Block</code> to include curlies (fixes <a
href="https://redirect.github.com/csstree/csstree/issues/296">#296</a>)</li>
<li><a
href="4175e97e17"><code>4175e97</code></a>
Fix &lt;'stroke-opacity'&gt; syntax (fixes <a
href="https://redirect.github.com/csstree/csstree/issues/299">#299</a>)</li>
<li><a
href="6c761e7ffa"><code>6c761e7</code></a>
Merge pull request <a
href="https://redirect.github.com/csstree/csstree/issues/291">#291</a>
from pamelalozano16/master</li>
<li><a
href="074269277d"><code>0742692</code></a>
Add <code>errors</code> array to the <code>Lexer#validate()</code>
method result</li>
<li><a
href="c20b5c5040"><code>c20b5c5</code></a>
Make tests stable to errors in definition syntaxes</li>
<li><a
href="8aeb7bf83f"><code>8aeb7bf</code></a>
Bump mdn/data to 2.12.1</li>
<li><a
href="7a3f134ccc"><code>7a3f134</code></a>
Fix lint warning</li>
<li><a
href="a6c7db08c7"><code>a6c7db0</code></a>
Fix broken mdn/data syntaxes</li>
<li><a
href="e7c8320992"><code>e7c8320</code></a>
Merge branch 'master' into pr/291</li>
<li>Additional commits viewable in <a
href="https://github.com/csstree/csstree/compare/v3.0.0...v3.0.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `monaco-yaml` from 5.2.2 to 5.2.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/remcohaszing/monaco-yaml/releases">monaco-yaml's
releases</a>.</em></p>
<blockquote>
<h2>v5.2.3</h2>
<h2>What's Changed</h2>
<ul>
<li>467b134 fix: missing client capabilities by <a
href="https://github.com/sumimakito"><code>@​sumimakito</code></a> in <a
href="https://redirect.github.com/remcohaszing/monaco-yaml/pull/248">#248
</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/sumimakito"><code>@​sumimakito</code></a> made
their first contribution in <a
href="https://redirect.github.com/remcohaszing/monaco-yaml/pull/248">remcohaszing/monaco-yaml#248</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/remcohaszing/monaco-yaml/compare/v5.2.2...v5.2.3">https://github.com/remcohaszing/monaco-yaml/compare/v5.2.2...v5.2.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f38e40c9be"><code>f38e40c</code></a>
5.2.3</li>
<li><a
href="a9b0d812d1"><code>a9b0d81</code></a>
Add markdownEnumDescriptions to the demo</li>
<li><a
href="c7479a210a"><code>c7479a2</code></a>
Avoid language-server-types import at runtime</li>
<li><a
href="467b134853"><code>467b134</code></a>
fix: missing client capabilities</li>
<li><a
href="5beb6100a5"><code>5beb610</code></a>
Explain why syntax highlighting might not work</li>
<li>See full diff in <a
href="https://github.com/remcohaszing/monaco-yaml/compare/v5.2.2...v5.2.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `remark-github-blockquote-alert` from 1.2.1 to 1.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jaywcjlove/remark-github-blockquote-alert/releases">remark-github-blockquote-alert's
releases</a>.</em></p>
<blockquote>
<h2>v1.3.0</h2>
<p><a href="https://jaywcjlove.github.io/#/sponsor"><img
src="https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee"
alt="Buy me a coffee" /></a> <a
href="https://uiwjs.github.io/npm-unpkg/#/pkg/remark-github-blockquote-alert@1.3.0/file/README.md"><img
src="https://img.shields.io/badge/Open%20in-unpkg-blue" alt=""
/></a></p>
<p>Documentation v1.3.0: <a
href="https://raw.githack.com/jaywcjlove/remark-github-blockquote-alert/a520066/index.html">https://raw.githack.com/jaywcjlove/remark-github-blockquote-alert/a520066/index.html</a><br
/>
Comparing Changes: <a
href="https://github.com/jaywcjlove/remark-github-blockquote-alert/compare/v1.2.1...v1.3.0">https://github.com/jaywcjlove/remark-github-blockquote-alert/compare/v1.2.1...v1.3.0</a></p>
<ul>
<li>💢 ci: update workflows config. a18169c <a
href="https://github.com/jaywcjlove"><code>@​jaywcjlove</code></a></li>
<li>💢 ci: Update FUNDING.yml 718850f <a
href="https://github.com/jaywcjlove"><code>@​jaywcjlove</code></a></li>
<li>🌟 feat: add <code>tagName</code> option. <a
href="https://redirect.github.com/jaywcjlove/remark-github-blockquote-alert/issues/4">#4</a>
f5c617e <a
href="https://github.com/jaywcjlove"><code>@​jaywcjlove</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e9c3ca4b58"><code>e9c3ca4</code></a>
released v1.3.0 <a
href="https://redirect.github.com/jaywcjlove/remark-github-blockquote-alert/issues/4">#4</a></li>
<li><a
href="f5c617e8db"><code>f5c617e</code></a>
feat: add <code>tagName</code> option. <a
href="https://redirect.github.com/jaywcjlove/remark-github-blockquote-alert/issues/4">#4</a></li>
<li><a
href="718850fd14"><code>718850f</code></a>
ci: Update FUNDING.yml</li>
<li><a
href="a18169c2bf"><code>a18169c</code></a>
ci: update workflows config.</li>
<li>See full diff in <a
href="https://github.com/jaywcjlove/remark-github-blockquote-alert/compare/v1.2.1...v1.3.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `winston` from 3.15.0 to 3.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/winstonjs/winston/releases">winston's
releases</a>.</em></p>
<blockquote>
<h2>v3.16.0</h2>
<ul>
<li>Feature - optionally include Error.cause property (<a
href="https://redirect.github.com/winstonjs/winston/issues/2447">#2447</a>)
201b6f1</li>
</ul>
<p><a
href="https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0">https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="06749a9611"><code>06749a9</code></a>
3.16.0</li>
<li><a
href="201b6f1d73"><code>201b6f1</code></a>
Feature - optionally include Error.cause property (<a
href="https://redirect.github.com/winstonjs/winston/issues/2447">#2447</a>)</li>
<li>See full diff in <a
href="https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</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:
dependabot[bot] 2024-11-04 10:09:21 -08:00 committed by GitHub
parent 36fdb715d3
commit 0aa2f71a74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 35 additions and 35 deletions

View File

@ -83,7 +83,7 @@
"vitest": "^2.1.3"
},
"dependencies": {
"@floating-ui/react": "^0.26.25",
"@floating-ui/react": "^0.26.27",
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
"@observablehq/plot": "^0.6.16",
@ -100,7 +100,7 @@
"clsx": "^2.1.1",
"color": "^4.2.3",
"colord": "^2.9.3",
"css-tree": "^3.0.0",
"css-tree": "^3.0.1",
"dayjs": "^1.11.13",
"debug": "^4.3.7",
"electron-updater": "6.3.9",
@ -111,7 +111,7 @@
"immer": "^10.1.1",
"jotai": "2.9.3",
"monaco-editor": "^0.52.0",
"monaco-yaml": "^5.2.2",
"monaco-yaml": "^5.2.3",
"overlayscrollbars": "^2.10.0",
"overlayscrollbars-react": "^0.5.6",
"papaparse": "^5.4.1",
@ -130,7 +130,7 @@
"rehype-slug": "^6.0.0",
"remark-flexible-toc": "^1.1.1",
"remark-gfm": "^4.0.0",
"remark-github-blockquote-alert": "^1.2.1",
"remark-github-blockquote-alert": "^1.3.0",
"rxjs": "^7.8.1",
"sharp": "^0.33.5",
"shell-quote": "^1.8.1",
@ -138,7 +138,7 @@
"throttle-debounce": "^5.0.2",
"tinycolor2": "^1.6.0",
"use-device-pixel-ratio": "^1.1.2",
"winston": "^3.15.0",
"winston": "^3.16.0",
"ws": "^8.18.0",
"yaml": "^2.6.0"
},

View File

@ -1010,9 +1010,9 @@ __metadata:
languageName: node
linkType: hard
"@floating-ui/react@npm:^0.26.25":
version: 0.26.25
resolution: "@floating-ui/react@npm:0.26.25"
"@floating-ui/react@npm:^0.26.27":
version: 0.26.27
resolution: "@floating-ui/react@npm:0.26.27"
dependencies:
"@floating-ui/react-dom": "npm:^2.1.2"
"@floating-ui/utils": "npm:^0.2.8"
@ -1020,7 +1020,7 @@ __metadata:
peerDependencies:
react: ">=16.8.0"
react-dom: ">=16.8.0"
checksum: 10c0/5206b06a5963e795af2f0b0a6ac39230012263ffa38dd60158e0f0b82d43a24e6a1c005fc8556ee5fe26e6353546ffb72e54716f6bd584fdab516dc128a78995
checksum: 10c0/6a27fadeb04862ecdb192f8e5428185ab0217b0c084e5464b2c218697f317a437dbfa47a7fb44332d505f047c17721e00f3705cb20e61b406117fea1ba2995b2
languageName: node
linkType: hard
@ -4337,13 +4337,13 @@ __metadata:
languageName: node
linkType: hard
"css-tree@npm:^3.0.0":
version: 3.0.0
resolution: "css-tree@npm:3.0.0"
"css-tree@npm:^3.0.1":
version: 3.0.1
resolution: "css-tree@npm:3.0.1"
dependencies:
mdn-data: "npm:2.10.0"
mdn-data: "npm:2.12.1"
source-map-js: "npm:^1.0.1"
checksum: 10c0/43d44fdf7004ae91d73d486f17894fef77efa33747a6752b9241cf0f5fb47fabc16ec34a96a993651d9014dfdeee803d7c5fcd3548214252ee19f4e5c98999b2
checksum: 10c0/9f117f3067e68e9edb0b3db0134f420db1a62bede3e84d8835767ecfaa6f8ced5e87989cf39b65ffe65d788c134c8ea9abd7393d7c35838a9da84326adf57a9b
languageName: node
linkType: hard
@ -7708,10 +7708,10 @@ __metadata:
languageName: node
linkType: hard
"mdn-data@npm:2.10.0":
version: 2.10.0
resolution: "mdn-data@npm:2.10.0"
checksum: 10c0/f6f1a6a6eb092bab250d06f6f6c7cb1733a77a17e7119aac829ad67d4322bbf6a30df3c6d88686e71942e66bd49274b2ddfede22a1d3df0d6c49a56fbd09eb7c
"mdn-data@npm:2.12.1":
version: 2.12.1
resolution: "mdn-data@npm:2.12.1"
checksum: 10c0/1a09f441bdd423f2b0ab712665a1a3329fe7b15e9a2dad8c1c10c521ddb204ed186e7ac91052fd53a5ae0a07ac6eae53b5bcbb59ba8a1fb654268611297eea4a
languageName: node
linkType: hard
@ -8335,9 +8335,9 @@ __metadata:
languageName: node
linkType: hard
"monaco-yaml@npm:^5.2.2":
version: 5.2.2
resolution: "monaco-yaml@npm:5.2.2"
"monaco-yaml@npm:^5.2.3":
version: 5.2.3
resolution: "monaco-yaml@npm:5.2.3"
dependencies:
jsonc-parser: "npm:^3.0.0"
monaco-languageserver-types: "npm:^0.4.0"
@ -8352,7 +8352,7 @@ __metadata:
yaml: "npm:^2.0.0"
peerDependencies:
monaco-editor: ">=0.36"
checksum: 10c0/77f7b5e6fe235fe8007d163d40073eb05eafe1f54b92670cd5bbb8f65f5c2e52aea5b566b5cfe28d829a122dbf404dbcf0a5c8b607912f31163b49718d8b1951
checksum: 10c0/b3b69d2b9fec8b05839266794b836f03203be2924477c1c64a3ed810ab271869d3c15dc679e15c5a9f7f9ef831b293c810a0123256ac9fecb2712e084a2b4fe6
languageName: node
linkType: hard
@ -9337,12 +9337,12 @@ __metadata:
languageName: node
linkType: hard
"remark-github-blockquote-alert@npm:^1.2.1":
version: 1.2.1
resolution: "remark-github-blockquote-alert@npm:1.2.1"
"remark-github-blockquote-alert@npm:^1.3.0":
version: 1.3.0
resolution: "remark-github-blockquote-alert@npm:1.3.0"
dependencies:
unist-util-visit: "npm:^5.0.0"
checksum: 10c0/48f70a56347ba6d2649ec647f9b126fe2e22ee4efcbc4962e1645967ac0994859a930a1af3a8b75c2989d55ed5b7ce2df6fc86a4b0f2c0aa39d5ed2162c857ca
checksum: 10c0/5582834300dadf71ad083c2c27f3f3c37c5487aa42cf73a4dc235d3d55d1edc8608c3d37b88032dc3335b5c7980580c97c2668129c89c21c4f477ebacd4ecd85
languageName: node
linkType: hard
@ -11083,7 +11083,7 @@ __metadata:
dependencies:
"@chromatic-com/storybook": "npm:^3.2.2"
"@eslint/js": "npm:^9.13.0"
"@floating-ui/react": "npm:^0.26.25"
"@floating-ui/react": "npm:^0.26.27"
"@monaco-editor/loader": "npm:^1.4.0"
"@monaco-editor/react": "npm:^4.6.0"
"@observablehq/plot": "npm:^0.6.16"
@ -11128,7 +11128,7 @@ __metadata:
clsx: "npm:^2.1.1"
color: "npm:^4.2.3"
colord: "npm:^2.9.3"
css-tree: "npm:^3.0.0"
css-tree: "npm:^3.0.1"
dayjs: "npm:^1.11.13"
debug: "npm:^4.3.7"
electron: "npm:^33.0.2"
@ -11145,7 +11145,7 @@ __metadata:
jotai: "npm:2.9.3"
less: "npm:^4.2.0"
monaco-editor: "npm:^0.52.0"
monaco-yaml: "npm:^5.2.2"
monaco-yaml: "npm:^5.2.3"
overlayscrollbars: "npm:^2.10.0"
overlayscrollbars-react: "npm:^0.5.6"
papaparse: "npm:^5.4.1"
@ -11167,7 +11167,7 @@ __metadata:
rehype-slug: "npm:^6.0.0"
remark-flexible-toc: "npm:^1.1.1"
remark-gfm: "npm:^4.0.0"
remark-github-blockquote-alert: "npm:^1.2.1"
remark-github-blockquote-alert: "npm:^1.3.0"
rollup-plugin-flow: "npm:^1.1.1"
rxjs: "npm:^7.8.1"
semver: "npm:^7.6.3"
@ -11190,7 +11190,7 @@ __metadata:
vite-plugin-svgr: "npm:^4.2.0"
vite-tsconfig-paths: "npm:^5.0.1"
vitest: "npm:^2.1.3"
winston: "npm:^3.15.0"
winston: "npm:^3.16.0"
ws: "npm:^8.18.0"
yaml: "npm:^2.6.0"
languageName: unknown
@ -11293,9 +11293,9 @@ __metadata:
languageName: node
linkType: hard
"winston@npm:^3.15.0":
version: 3.15.0
resolution: "winston@npm:3.15.0"
"winston@npm:^3.16.0":
version: 3.16.0
resolution: "winston@npm:3.16.0"
dependencies:
"@colors/colors": "npm:^1.6.0"
"@dabh/diagnostics": "npm:^2.0.2"
@ -11308,7 +11308,7 @@ __metadata:
stack-trace: "npm:0.0.x"
triple-beam: "npm:^1.3.0"
winston-transport: "npm:^4.7.0"
checksum: 10c0/ed987e48fdfdd3f27974107f96e5a84688747d9a2be341e6838c5be4c76ebba1a11cc20320b8def4d907981b7268ebccaa6326b1ed75c50f549ee81c211e1b4d
checksum: 10c0/306e971da56c8162d5ad0b619da2c48a6c1a331f739f87c2dba37810430c00b99d466262f16490bcca65aa37f3f4339e581ef9ac110a2b4f5223edcb2f5d67b9
languageName: node
linkType: hard