From ec3317aeb1059ccb2acc05010aedf3effad49d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 09:25:25 +0000 Subject: [PATCH] chore(deps): bump @uiw/codemirror-theme-vscode from 4.23.14 to 4.25.2 Bumps [@uiw/codemirror-theme-vscode](https://github.com/uiwjs/react-codemirror) from 4.23.14 to 4.25.2. - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.23.14...v4.25.2) --- updated-dependencies: - dependency-name: "@uiw/codemirror-theme-vscode" dependency-version: 4.25.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 ++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8fa5e0d..eb2d82f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@codemirror/lang-python": "^6.2.1", "@jitsi/react-sdk": "^1.4.4", "@uiw/codemirror-theme-eclipse": "^4.23.14", - "@uiw/codemirror-theme-vscode": "^4.23.14", + "@uiw/codemirror-theme-vscode": "^4.25.2", "@uiw/react-codemirror": "^4.24.1", "axios": "^1.10.0", "bcrypt": "^6.0.0", @@ -2000,17 +2000,36 @@ } }, "node_modules/@uiw/codemirror-theme-vscode": { - "version": "4.23.14", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-vscode/-/codemirror-theme-vscode-4.23.14.tgz", - "integrity": "sha512-4edbdHWusd+QSUM7+JS6/gavObRDqSMYzqK+YS0HyMQ47WU0Ya+L3O2KQH2vcxl1IX2Qmn3aVzGZu9Cf4mXpSw==", + "version": "4.25.2", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-vscode/-/codemirror-theme-vscode-4.25.2.tgz", + "integrity": "sha512-0vZAAtC65v64sYKtUMvgg9xPw1QlcnFTzGv8vZ5fD4SmSXFZWXTapjezwhGmvR7/UdAPFyh/4korgBnQo9ix3A==", "license": "MIT", "dependencies": { - "@uiw/codemirror-themes": "4.23.14" + "@uiw/codemirror-themes": "4.25.2" }, "funding": { "url": "https://jaywcjlove.github.io/#/sponsor" } }, + "node_modules/@uiw/codemirror-theme-vscode/node_modules/@uiw/codemirror-themes": { + "version": "4.25.2", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.25.2.tgz", + "integrity": "sha512-WFYxW3OlCkMomXQBlQdGj1JZ011UNCa7xYdmgYqywVc4E8f5VgIzRwCZSBNVjpWGGDBOjc+Z6F65l7gttP16pg==", + "license": "MIT", + "dependencies": { + "@codemirror/language": "^6.0.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0" + }, + "funding": { + "url": "https://jaywcjlove.github.io/#/sponsor" + }, + "peerDependencies": { + "@codemirror/language": ">=6.0.0", + "@codemirror/state": ">=6.0.0", + "@codemirror/view": ">=6.0.0" + } + }, "node_modules/@uiw/codemirror-themes": { "version": "4.23.14", "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.23.14.tgz", diff --git a/package.json b/package.json index fb80c25..22469ea 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@codemirror/lang-python": "^6.2.1", "@jitsi/react-sdk": "^1.4.4", "@uiw/codemirror-theme-eclipse": "^4.23.14", - "@uiw/codemirror-theme-vscode": "^4.23.14", + "@uiw/codemirror-theme-vscode": "^4.25.2", "@uiw/react-codemirror": "^4.24.1", "axios": "^1.10.0", "bcrypt": "^6.0.0",