From ef73cea266fed4aa6af9e685dc7fe6af93ea6eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:38:42 +0000 Subject: [PATCH] Bump @uiw/codemirror-theme-monokai from 4.25.1 to 4.25.2 in /Build Bumps [@uiw/codemirror-theme-monokai](https://github.com/uiwjs/react-codemirror) from 4.25.1 to 4.25.2. - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.25.1...v4.25.2) --- updated-dependencies: - dependency-name: "@uiw/codemirror-theme-monokai" dependency-version: 4.25.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Build/package-lock.json | 18 +++++++++--------- Build/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Build/package-lock.json b/Build/package-lock.json index 8d0d947..864ef5d 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -22,7 +22,7 @@ "@prettier/plugin-xml": "^3.4.2", "@types/codemirror": "^5.60.16", "@uiw/codemirror-theme-bbedit": "^4.25.1", - "@uiw/codemirror-theme-monokai": "^4.25.1", + "@uiw/codemirror-theme-monokai": "^4.25.2", "codemirror": "^6.0.2", "copy-webpack-plugin": "^13.0.1", "eslint": "^9.35.0", @@ -1274,21 +1274,21 @@ } }, "node_modules/@uiw/codemirror-theme-monokai": { - "version": "4.25.1", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-monokai/-/codemirror-theme-monokai-4.25.1.tgz", - "integrity": "sha512-UWGDOTdeosGSnVar56E2/8ktPVNeGmjAz2rJmHCqiGPB+Jb49WqNT8m9aGVB8/BZiFwv7Dv0EIyL71tR9ILzmA==", + "version": "4.25.2", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-monokai/-/codemirror-theme-monokai-4.25.2.tgz", + "integrity": "sha512-ZNcmoLyUJ6DYrtS0rhwSEWfVHOYSiOsgwdq4sGodK+s6Ax6c0E3ceoelesEqR6fTSfofjbFGprmF+hrJfDBmeA==", "license": "MIT", "dependencies": { - "@uiw/codemirror-themes": "4.25.1" + "@uiw/codemirror-themes": "4.25.2" }, "funding": { "url": "https://jaywcjlove.github.io/#/sponsor" } }, - "node_modules/@uiw/codemirror-theme-monokai/node_modules/@uiw/codemirror-themes": { - "version": "4.25.1", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.25.1.tgz", - "integrity": "sha512-6o8tQ8bdq14RuVFpZ7l9u8KnuPq824uG3U1VV933Uhv8mfaxaoaOQSjv6T2bQUPhjH6ZlEu5+tAMkOfIL21eIQ==", + "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", diff --git a/Build/package.json b/Build/package.json index e29c447..3862cb5 100644 --- a/Build/package.json +++ b/Build/package.json @@ -26,7 +26,7 @@ "@prettier/plugin-xml": "^3.4.2", "@types/codemirror": "^5.60.16", "@uiw/codemirror-theme-bbedit": "^4.25.1", - "@uiw/codemirror-theme-monokai": "^4.25.1", + "@uiw/codemirror-theme-monokai": "^4.25.2", "codemirror": "^6.0.2", "eslint": "^9.35.0", "eslint-linter-browserify": "^9.35.0",