From f2ad3045252edea6633a0ca19d8519cb4942d509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 09:24:59 +0000 Subject: [PATCH] chore(deps): bump @uiw/codemirror-theme-eclipse from 4.23.14 to 4.25.2 Bumps [@uiw/codemirror-theme-eclipse](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-eclipse" 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..5b15f57 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.25.2", "@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.25.2", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-eclipse/-/codemirror-theme-eclipse-4.25.2.tgz", + "integrity": "sha512-9K7Y4dENKf6afrf+MWILCJWaq5Rfqc+AcwsdmUCybB58l/p0VPj8Rb+sN8Ax+GABfC+ij6pr81F8R2+C4yFOQA==", "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-eclipse/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-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..f5360f9 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.25.2", "@uiw/codemirror-theme-vscode": "^4.23.14", "@uiw/react-codemirror": "^4.24.1", "axios": "^1.10.0",