From 5e85373dda55f6634c02b73e6781cdfb8b8a234b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 09:44:53 +0000 Subject: [PATCH] chore(deps): bump @uiw/codemirror-theme-vscode from 4.23.14 to 4.24.2 Bumps [@uiw/codemirror-theme-vscode](https://github.com/uiwjs/react-codemirror) from 4.23.14 to 4.24.2. - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.23.14...v4.24.2) --- updated-dependencies: - dependency-name: "@uiw/codemirror-theme-vscode" dependency-version: 4.24.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..20237b6 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.24.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.24.2", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-vscode/-/codemirror-theme-vscode-4.24.2.tgz", + "integrity": "sha512-5rLvAMKNjqtHSy3BZnI1Q4ZLqUDDJC5fKOp8Mv5VjPqEmAxEAIGrIXBnhAFlRg5VjHbHEMtM1O5ugL3IeHoBdQ==", "license": "MIT", "dependencies": { - "@uiw/codemirror-themes": "4.23.14" + "@uiw/codemirror-themes": "4.24.2" }, "funding": { "url": "https://jaywcjlove.github.io/#/sponsor" } }, + "node_modules/@uiw/codemirror-theme-vscode/node_modules/@uiw/codemirror-themes": { + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.24.2.tgz", + "integrity": "sha512-0fQusJE08APL+1WM0xYqvampVM2RpABHjvZbcJWHdRc+teZbrP8907VW1ZX1tO/7/xgRRt4Fc3RHPCcTs7b0NQ==", + "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..1627056 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.24.2", "@uiw/react-codemirror": "^4.24.1", "axios": "^1.10.0", "bcrypt": "^6.0.0",