waveterm/package.json
dependabot[bot] 99b5a08a2e
Bump electron from 33.2.0 to 33.2.1 in the electron group (#1513)
Bumps the electron group with 1 update:
[electron](https://github.com/electron/electron).

Updates `electron` from 33.2.0 to 33.2.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron/electron/releases">electron's
releases</a>.</em></p>
<blockquote>
<h2>electron v33.2.1</h2>
<h1>Release Notes for v33.2.1</h1>
<h2>Fixes</h2>
<ul>
<li>Fixed a crash that could occur when calling
<code>shell.readShortcutLink</code> on Windows. <a
href="https://redirect.github.com/electron/electron/pull/44803">#44803</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44804">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>WebContentsView</code>s were being
improperly removed. <a
href="https://redirect.github.com/electron/electron/pull/44671">#44671</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44673">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44672">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44670">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>resize</code> wasn't being emitted for
single-pixel resizes on Windows. <a
href="https://redirect.github.com/electron/electron/pull/44723">#44723</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44724">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44722">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where a <code>utilityProcess</code> pid would not be
<code>undefined</code> after exit. <a
href="https://redirect.github.com/electron/electron/pull/44694">#44694</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44693">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44695">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where buttons shown under the Window Controls Overlay
API were missing tooltips. <a
href="https://redirect.github.com/electron/electron/pull/44757">#44757</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44758">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44759">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where the webContents <code>context-menu</code> event
was not emitted when using <code>-webkit-app-region: drag</code>. <a
href="https://redirect.github.com/electron/electron/pull/44800">#44800</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44798">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44799">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where the windows control overlay was unexpectedly
visible in fullscreen on Linux. <a
href="https://redirect.github.com/electron/electron/pull/44640">#44640</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44643">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44642">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44641">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed crash in net api when utility process exits. <a
href="https://redirect.github.com/electron/electron/pull/44729">#44729</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44730">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44731">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed segfault when moving WebContentsView between BrowserWindows.
<a
href="https://redirect.github.com/electron/electron/pull/44613">#44613</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44614">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44615">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44612">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed theme does not work in DevTools. <a
href="https://redirect.github.com/electron/electron/pull/44635">#44635</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44639">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44636">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed update file extension bug. <a
href="https://redirect.github.com/electron/electron/pull/44771">#44771</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44770">34</a>)<!--
raw HTML omitted --></li>
<li>Return 0 exit code for normal termination of the utility process. <a
href="https://redirect.github.com/electron/electron/pull/44732">#44732</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44749">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44733">34</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Fixed an issue where a deprecation warning was being incorrectly
emitted for frameless windows on macOS. <a
href="https://redirect.github.com/electron/electron/pull/44767">#44767</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44768">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed drag-and-drop session being canceled on wayland with empty
dragData. <a
href="https://redirect.github.com/electron/electron/pull/44753">#44753</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44760">32</a>)<!--
raw HTML omitted --></li>
<li>Security: backported fix for CVE-2024-11110. <a
href="https://redirect.github.com/electron/electron/pull/44647">#44647</a></li>
<li>Updated Chromium to 130.0.6723.137. <a
href="https://redirect.github.com/electron/electron/pull/44781">#44781</a></li>
<li>Updated Node.js to v20.18.1. <a
href="https://redirect.github.com/electron/electron/pull/44780">#44780</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cd6e3d720f"><code>cd6e3d7</code></a>
refactor: fix modernize-return-braced-init-list warnings (<a
href="https://redirect.github.com/electron/electron/issues/44857">#44857</a>)</li>
<li><a
href="7152209fb5"><code>7152209</code></a>
fix: modernize-use-using clang-tidy warnings (<a
href="https://redirect.github.com/electron/electron/issues/44836">#44836</a>)</li>
<li><a
href="51e31de79e"><code>51e31de</code></a>
fix: modernize-use-nodiscard clang-tidy warnings (<a
href="https://redirect.github.com/electron/electron/issues/44832">#44832</a>)</li>
<li><a
href="fe3467e187"><code>fe3467e</code></a>
docs: correct stable release dates for v34.0.0 (<a
href="https://redirect.github.com/electron/electron/issues/44830">#44830</a>)</li>
<li><a
href="d0e24fca25"><code>d0e24fc</code></a>
fix: clang-tidy <code>performance-inefficient-vector-operation</code>
warnings (33-x-y) ...</li>
<li><a
href="3483cd62d7"><code>3483cd6</code></a>
refactor: remove unnecessary constructor code (<a
href="https://redirect.github.com/electron/electron/issues/44825">#44825</a>)</li>
<li><a
href="1ef8b47052"><code>1ef8b47</code></a>
fix: remove unused local variables (<a
href="https://redirect.github.com/electron/electron/issues/44822">#44822</a>)</li>
<li><a
href="71c11496b7"><code>71c1149</code></a>
docs: update new GitHub issue link (<a
href="https://redirect.github.com/electron/electron/issues/44810">#44810</a>)</li>
<li><a
href="bd5c8d7a92"><code>bd5c8d7</code></a>
fix: crash calling <code>shell.readShortcutLink</code> (<a
href="https://redirect.github.com/electron/electron/issues/44803">#44803</a>)</li>
<li><a
href="52b5d8ab99"><code>52b5d8a</code></a>
fix: big endian bug in V8 serialization (<a
href="https://redirect.github.com/electron/electron/issues/44796">#44796</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v33.2.0...v33.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=33.2.0&new-version=33.2.1)](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 <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>
2024-12-16 14:18:39 -08:00

156 lines
5.2 KiB
JSON

{
"name": "waveterm",
"author": {
"name": "Command Line Inc",
"email": "info@commandline.dev"
},
"productName": "Wave",
"description": "Open-Source AI-Native Terminal Built for Seamless Workflows",
"license": "Apache-2.0",
"version": "0.10.1",
"homepage": "https://waveterm.dev",
"build": {
"appId": "dev.commandline.waveterm"
},
"private": true,
"main": "./dist/main/index.js",
"type": "module",
"scripts": {
"dev": "electron-vite dev",
"start": "electron-vite preview",
"build:dev": "electron-vite build --mode development",
"build:prod": "electron-vite build --mode production",
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build",
"coverage": "vitest run --coverage",
"test": "vitest",
"postinstall": "electron-builder install-app-deps"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@eslint/js": "^9.16.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/builder-vite": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@types/color": "^4.2.0",
"@types/css-tree": "^2",
"@types/debug": "^4",
"@types/electron": "^1.6.12",
"@types/node": "^22.10.2",
"@types/papaparse": "^5",
"@types/pngjs": "^6.0.5",
"@types/prop-types": "^15",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/semver": "^7",
"@types/shell-quote": "^1",
"@types/sprintf-js": "^1",
"@types/throttle-debounce": "^5",
"@types/tinycolor2": "^1",
"@types/uuid": "^10.0.0",
"@types/ws": "^8",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-istanbul": "^2.1.8",
"electron": "^33.2.1",
"electron-builder": "^25.1.8",
"electron-vite": "^2.3.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.4.2",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-organize-imports": "^4.1.0",
"rollup-plugin-flow": "^1.1.1",
"sass": "^1.83.0",
"semver": "^7.6.3",
"storybook": "^8.4.7",
"storybook-dark-mode": "^4.0.2",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-static-copy": "^2.2.0",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"dependencies": {
"@floating-ui/react": "^0.26.28",
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
"@observablehq/plot": "^0.6.16",
"@react-hook/resize-observer": "^2.0.2",
"@table-nav/core": "^0.0.7",
"@table-nav/react": "^0.0.7",
"@tanstack/react-table": "^8.20.5",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-serialize": "^0.13.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"base64-js": "^1.5.1",
"clsx": "^2.1.1",
"color": "^4.2.3",
"colord": "^2.9.3",
"css-tree": "^3.0.1",
"dayjs": "^1.11.13",
"debug": "^4.3.7",
"electron-updater": "6.3.9",
"env-paths": "^3.0.0",
"fast-average-color": "^9.4.0",
"htl": "^0.3.1",
"html-to-image": "^1.11.11",
"immer": "^10.1.1",
"jotai": "2.9.3",
"monaco-editor": "^0.52.0",
"monaco-yaml": "^5.2.3",
"overlayscrollbars": "^2.10.1",
"overlayscrollbars-react": "^0.5.6",
"papaparse": "^5.4.1",
"pngjs": "^7.0.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-frame-component": "^5.2.7",
"react-gauge-chart": "^0.5.1",
"react-markdown": "^9.0.1",
"rehype-highlight": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"remark-flexible-toc": "^1.1.1",
"remark-gfm": "^4.0.0",
"remark-github-blockquote-alert": "^1.3.0",
"rxjs": "^7.8.1",
"sharp": "^0.33.5",
"shell-quote": "^1.8.2",
"sprintf-js": "^1.1.3",
"throttle-debounce": "^5.0.2",
"tinycolor2": "^1.6.0",
"use-device-pixel-ratio": "^1.1.2",
"winston": "^3.17.0",
"ws": "^8.18.0",
"yaml": "^2.6.1"
},
"resolutions": {
"send@npm:0.18.0": "0.19.0",
"cookie@0.6.0": "^0.7.0",
"path-to-regexp@npm:0.1.10": "^0.1.12"
},
"packageManager": "yarn@4.5.1",
"workspaces": [
"docs"
]
}