From be2ebbbe336d33c5402aff027f6cb3c48448af77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 10:09:08 +0000 Subject: [PATCH] chore(deps): bump @uiw/codemirror-theme-eclipse from 4.23.14 to 4.24.1 Bumps [@uiw/codemirror-theme-eclipse](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-eclipse" 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..e0df446 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@codemirror/lang-javascript": "^6.2.4", "@codemirror/lang-python": "^6.2.1", "@jitsi/react-sdk": "^1.4.4", - "@uiw/codemirror-theme-eclipse": "^4.23.14", + "@uiw/codemirror-theme-eclipse": "^4.24.1", "@uiw/codemirror-theme-vscode": "^4.23.14", "@uiw/react-codemirror": "^4.24.1", "axios": "^1.10.0", @@ -1988,17 +1988,36 @@ } }, "node_modules/@uiw/codemirror-theme-eclipse": { - "version": "4.23.14", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-eclipse/-/codemirror-theme-eclipse-4.23.14.tgz", - "integrity": "sha512-CpXw1oiVdU1iZZTNugn8tsw5LaAFQgqV/1DGqUNOOwGRVI6EpnbyExmNJZHVY4KMzwxVh/UxMqxBN6j9GFOaNA==", + "version": "4.24.1", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-eclipse/-/codemirror-theme-eclipse-4.24.1.tgz", + "integrity": "sha512-kycZpcP7Nyh4Irlxhfem+zLZPTE7aRsct5G/rJMdNGVmvcoEOZ6GofXuJrSv0jEkRkNuV8YLJi3JSukI48pbZA==", "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-eclipse/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-theme-vscode": { "version": "4.23.14", "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-vscode/-/codemirror-theme-vscode-4.23.14.tgz", diff --git a/package.json b/package.json index fb80c25..732b288 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@codemirror/lang-javascript": "^6.2.4", "@codemirror/lang-python": "^6.2.1", "@jitsi/react-sdk": "^1.4.4", - "@uiw/codemirror-theme-eclipse": "^4.23.14", + "@uiw/codemirror-theme-eclipse": "^4.24.1", "@uiw/codemirror-theme-vscode": "^4.23.14", "@uiw/react-codemirror": "^4.24.1", "axios": "^1.10.0",