From 6d4e096fed91f40ac88580ba1678d3baac1e0d30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:53:18 +0000 Subject: [PATCH] chore(deps): Bump @uiw/codemirror-theme-material from 4.25.4 to 4.25.7 Bumps [@uiw/codemirror-theme-material](https://github.com/uiwjs/react-codemirror) from 4.25.4 to 4.25.7. - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.25.4...v4.25.7) --- updated-dependencies: - dependency-name: "@uiw/codemirror-theme-material" dependency-version: 4.25.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 267f17ddcf..f5f4c697fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@nextcloud/upload": "^2.0.0-rc.0", "@nextcloud/vue": "^9.5.0", "@ssddanbrown/codemirror-lang-twig": "^1.0.0", - "@uiw/codemirror-theme-material": "^4.25.4", + "@uiw/codemirror-theme-material": "^4.25.7", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", "@vueuse/core": "^14.2.1", @@ -4330,21 +4330,21 @@ } }, "node_modules/@uiw/codemirror-theme-material": { - "version": "4.25.4", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-material/-/codemirror-theme-material-4.25.4.tgz", - "integrity": "sha512-QZwPSc5yhaOQKGT4oKABmgQDjCGwa24HK9tP7E/TauMse8/kIDyAHaocdeUamk6+93fa/Wj6rtAHeakSSGU7AQ==", + "version": "4.25.7", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-material/-/codemirror-theme-material-4.25.7.tgz", + "integrity": "sha512-jjVYq/ZAHiNOFps+JSRRbWQjOuqKA/233pi13h2s4eefuT3WqnOvysJ78lCf+7FaC9dqu8r+6oIpe1bZCtOeDQ==", "license": "MIT", "dependencies": { - "@uiw/codemirror-themes": "4.25.4" + "@uiw/codemirror-themes": "4.25.7" }, "funding": { "url": "https://jaywcjlove.github.io/#/sponsor" } }, "node_modules/@uiw/codemirror-themes": { - "version": "4.25.4", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.25.4.tgz", - "integrity": "sha512-2SLktItgcZC4p0+PfFusEbAHwbuAWe3bOOntCevVgHtrWGtGZX3IPv2k8IKZMgOXtAHyGKpJvT9/nspPn/uCQg==", + "version": "4.25.7", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.25.7.tgz", + "integrity": "sha512-Rcx1XiQiMOJzk/efVuZioCv3VuswUb2CPmiM1NIXY5N4vEMmWLY3N8T4/WkPzJ8ZZuk7o3OH2VI5bj7729fDYg==", "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", diff --git a/package.json b/package.json index a7404b5656..c710d96a20 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@nextcloud/upload": "^2.0.0-rc.0", "@nextcloud/vue": "^9.5.0", "@ssddanbrown/codemirror-lang-twig": "^1.0.0", - "@uiw/codemirror-theme-material": "^4.25.4", + "@uiw/codemirror-theme-material": "^4.25.7", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", "@vueuse/core": "^14.2.1",