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",