Skip to content

Commit 6b75577

Browse files
dependabot[bot]GenerQAQcursoragent
authored
chore(deps): bump the production-dependencies group in /src/server/ui with 6 updates (#324)
* fix(deps): bump filippo.io/edwards25519 to v1.1.1 Fixes Dependabot alert #58 (low severity) - MultiScalarMult produces invalid results or undefined behavior if receiver is not the identity. Co-authored-by: Cursor <cursoragent@cursor.com> * fix(deps): override ajv to 6.14.0 in dashboard Adds pnpm override to resolve Dependabot alert #69 (medium severity) - ajv ReDoS when using $data option. Co-authored-by: Cursor <cursoragent@cursor.com> * fix(deps): override ajv and minimatch in landingpage Adds pnpm overrides to resolve Dependabot alerts: - ajv@6.14.0 for alert #65 (medium - ReDoS) - ajv@8.18.0 for alert #64 (medium - ReDoS) - minimatch@10.2.1 for alert #63 (high - ReDoS via @opennextjs/cloudflare) Co-authored-by: Cursor <cursoragent@cursor.com> * chore(deps): bump the production-dependencies group Bumps the production-dependencies group in /src/server/ui with 6 updates: | Package | From | To | | --- | --- | --- | | [@codemirror/view](https://github.com/codemirror/view) | `6.39.14` | `6.39.15` | | [@uiw/codemirror-theme-okaidia](https://github.com/uiwjs/react-codemirror) | `4.25.4` | `4.25.5` | | [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.25.4` | `4.25.5` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.574.0` | `0.575.0` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.71.1` | `7.71.2` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.4.1` | `3.5.0` | Updates `@codemirror/view` from 6.39.14 to 6.39.15 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](codemirror/view@6.39.14...6.39.15) Updates `@uiw/codemirror-theme-okaidia` from 4.25.4 to 4.25.5 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](uiwjs/react-codemirror@v4.25.4...v4.25.5) Updates `@uiw/react-codemirror` from 4.25.4 to 4.25.5 - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](uiwjs/react-codemirror@v4.25.4...v4.25.5) Updates `lucide-react` from 0.574.0 to 0.575.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.575.0/packages/lucide-react) Updates `react-hook-form` from 7.71.1 to 7.71.2 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](react-hook-form/react-hook-form@v7.71.1...v7.71.2) Updates `tailwind-merge` from 3.4.1 to 3.5.0 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v3.4.1...v3.5.0) --- updated-dependencies: - dependency-name: "@codemirror/view" dependency-version: 6.39.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@uiw/codemirror-theme-okaidia" dependency-version: 4.25.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@uiw/react-codemirror" dependency-version: 4.25.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: lucide-react dependency-version: 0.575.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: react-hook-form dependency-version: 7.71.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tailwind-merge dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Gener <435669237@qq.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c7f636 commit 6b75577

2 files changed

Lines changed: 63 additions & 73 deletions

File tree

src/server/ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@codemirror/lang-xml": "^6.1.0",
2222
"@codemirror/language": "^6.12.1",
2323
"@codemirror/legacy-modes": "^6.5.2",
24-
"@codemirror/view": "^6.39.14",
24+
"@codemirror/view": "^6.39.15",
2525
"@dnd-kit/core": "^6.3.1",
2626
"@dnd-kit/sortable": "^10.0.0",
2727
"@dnd-kit/utilities": "^3.2.2",
@@ -36,11 +36,11 @@
3636
"@radix-ui/react-switch": "^1.2.6",
3737
"@radix-ui/react-tabs": "^1.1.13",
3838
"@radix-ui/react-tooltip": "^1.2.8",
39-
"@uiw/codemirror-theme-okaidia": "^4.25.4",
40-
"@uiw/react-codemirror": "^4.25.4",
39+
"@uiw/codemirror-theme-okaidia": "^4.25.5",
40+
"@uiw/react-codemirror": "^4.25.5",
4141
"class-variance-authority": "^0.7.1",
4242
"clsx": "^2.1.1",
43-
"lucide-react": "^0.574.0",
43+
"lucide-react": "^0.575.0",
4444
"next": "15.5.12",
4545
"next-intl": "^4.8.3",
4646
"next-themes": "^0.4.6",
@@ -50,11 +50,11 @@
5050
"react": "19.2.4",
5151
"react-arborist": "^3.4.3",
5252
"react-dom": "19.2.4",
53-
"react-hook-form": "^7.66.0",
53+
"react-hook-form": "^7.71.2",
5454
"react-resizable-panels": "^3.0.6",
5555
"recharts": "3.7.0",
5656
"sonner": "^2.0.7",
57-
"tailwind-merge": "^3.4.1",
57+
"tailwind-merge": "^3.5.0",
5858
"zod": "^4.3.6"
5959
},
6060
"devDependencies": {

src/server/ui/pnpm-lock.yaml

Lines changed: 57 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)