Bump the prod-patch-updates group with 7 updates
Bumps the prod-patch-updates group with 7 updates: | Package | From | To | | --- | --- | --- | | [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `5.2.1` | `5.2.2` | | [@uiw/codemirror-extensions-hyper-link](https://github.com/uiwjs/react-codemirror) | `4.25.1` | `4.25.2` | | [@uiw/codemirror-extensions-langs](https://github.com/uiwjs/react-codemirror) | `4.25.1` | `4.25.2` | | [@uiw/codemirror-themes](https://github.com/uiwjs/react-codemirror) | `4.25.1` | `4.25.2` | | [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.25.1` | `4.25.2` | | [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `3.0.5` | `3.0.6` | | [zod](https://github.com/colinhacks/zod) | `4.1.5` | `4.1.11` | Updates `@hookform/resolvers` from 5.2.1 to 5.2.2 - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v5.2.1...v5.2.2) Updates `@uiw/codemirror-extensions-hyper-link` from 4.25.1 to 4.25.2 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.25.1...v4.25.2) Updates `@uiw/codemirror-extensions-langs` from 4.25.1 to 4.25.2 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.25.1...v4.25.2) Updates `@uiw/codemirror-themes` from 4.25.1 to 4.25.2 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.25.1...v4.25.2) Updates `@uiw/react-codemirror` from 4.25.1 to 4.25.2 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.25.1...v4.25.2) Updates `react-resizable-panels` from 3.0.5 to 3.0.6 - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Commits](https://github.com/bvaughn/react-resizable-panels/compare/3.0.5...3.0.6) Updates `zod` from 4.1.5 to 4.1.11 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.1.5...v4.1.11) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-version: 5.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-patch-updates - dependency-name: "@uiw/codemirror-extensions-hyper-link" dependency-version: 4.25.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-patch-updates - dependency-name: "@uiw/codemirror-extensions-langs" dependency-version: 4.25.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-patch-updates - dependency-name: "@uiw/codemirror-themes" dependency-version: 4.25.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-patch-updates - dependency-name: "@uiw/react-codemirror" dependency-version: 4.25.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-patch-updates - dependency-name: react-resizable-panels dependency-version: 3.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-patch-updates - dependency-name: zod dependency-version: 4.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
14
package.json
14
package.json
@@ -21,7 +21,7 @@
|
||||
"build:linux-portable": "npm run build && electron-builder --linux --dir"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^5.1.1",
|
||||
"@hookform/resolvers": "^5.2.2",
|
||||
"@radix-ui/react-accordion": "^1.2.11",
|
||||
"@radix-ui/react-avatar": "^1.1.10",
|
||||
"@radix-ui/react-checkbox": "^1.3.2",
|
||||
@@ -44,10 +44,10 @@
|
||||
"@types/multer": "^2.0.0",
|
||||
"@types/qrcode": "^1.5.5",
|
||||
"@types/speakeasy": "^2.0.10",
|
||||
"@uiw/codemirror-extensions-hyper-link": "^4.24.1",
|
||||
"@uiw/codemirror-extensions-langs": "^4.24.1",
|
||||
"@uiw/codemirror-themes": "^4.24.1",
|
||||
"@uiw/react-codemirror": "^4.24.1",
|
||||
"@uiw/codemirror-extensions-hyper-link": "^4.25.2",
|
||||
"@uiw/codemirror-extensions-langs": "^4.25.2",
|
||||
"@uiw/codemirror-themes": "^4.25.2",
|
||||
"@uiw/react-codemirror": "^4.25.2",
|
||||
"@xterm/addon-attach": "^0.11.0",
|
||||
"@xterm/addon-clipboard": "^0.1.0",
|
||||
"@xterm/addon-fit": "^0.10.0",
|
||||
@@ -81,7 +81,7 @@
|
||||
"react-dom": "^19.1.0",
|
||||
"react-hook-form": "^7.60.0",
|
||||
"react-i18next": "^15.7.3",
|
||||
"react-resizable-panels": "^3.0.3",
|
||||
"react-resizable-panels": "^3.0.6",
|
||||
"react-simple-keyboard": "^3.8.120",
|
||||
"react-xtermjs": "^1.0.10",
|
||||
"sonner": "^2.0.7",
|
||||
@@ -91,7 +91,7 @@
|
||||
"tailwindcss": "^4.1.11",
|
||||
"validator": "^13.15.15",
|
||||
"ws": "^8.18.3",
|
||||
"zod": "^4.0.5"
|
||||
"zod": "^4.1.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.34.0",
|
||||
|
||||
Reference in New Issue
Block a user