From 1805f725a3a082b6c30e17b6dc319feaac847d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 10:09:19 +0000 Subject: [PATCH] chore(deps): bump @uiw/codemirror-theme-vscode from 4.23.14 to 4.24.1 Bumps [@uiw/codemirror-theme-vscode](https://github.com/uiwjs/react-codemirror) from 4.23.14 to 4.24.1. - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.23.14...v4.24.1) --- updated-dependencies: - dependency-name: "@uiw/codemirror-theme-vscode" dependency-version: 4.24.1 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..ddf52b7 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.1", "@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.1", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-vscode/-/codemirror-theme-vscode-4.24.1.tgz", + "integrity": "sha512-w2/eaPcYsHi03aWoKzVxIWv5dBDKW4YPnjwyYLgFY3uNdZmSfoNkFhqW7GJgNNF77ATixPq2wm9XqYeOTtvuww==", "license": "MIT", "dependencies": { - "@uiw/codemirror-themes": "4.23.14" + "@uiw/codemirror-themes": "4.24.1" }, "funding": { "url": "https://jaywcjlove.github.io/#/sponsor" } }, + "node_modules/@uiw/codemirror-theme-vscode/node_modules/@uiw/codemirror-themes": { + "version": "4.24.1", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.24.1.tgz", + "integrity": "sha512-hduBbFNiWNW6nYa2/giKQ9YpzhWNw87BGpCjC+cXYMZ7bCD6q5DC6Hw+7z7ZwSzEaOQvV91lmirOjJ8hn9+pkg==", + "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..a63b6b2 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.1", "@uiw/react-codemirror": "^4.24.1", "axios": "^1.10.0", "bcrypt": "^6.0.0",