diff --git a/package-lock.json b/package-lock.json index 354c362..0100d88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@codemirror/lang-javascript": "^6.2.5", "@codemirror/lang-python": "^6.2.1", "@jitsi/react-sdk": "^1.4.4", - "@uiw/codemirror-theme-eclipse": "^4.25.8", + "@uiw/codemirror-theme-eclipse": "^4.25.9", "@uiw/codemirror-theme-vscode": "^4.25.8", "@uiw/react-codemirror": "^4.25.8", "axios": "^1.13.6", @@ -2275,17 +2275,36 @@ } }, "node_modules/@uiw/codemirror-theme-eclipse": { - "version": "4.25.8", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-eclipse/-/codemirror-theme-eclipse-4.25.8.tgz", - "integrity": "sha512-Un6yA6uJ46Y7MKdTtOkekJsMYCjzK3v7EI/+FDvTgIU9bvil9ZIcuGicP+mKioHyfztyx5TBx3HrbhoC7ybkdQ==", + "version": "4.25.9", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-eclipse/-/codemirror-theme-eclipse-4.25.9.tgz", + "integrity": "sha512-0pT0vRyLAotj5UjIZbHSmsZ8oz7l8IU5bhx5p7MDrTOdi73ZjyTsG4YsDzSXndERnfgkBbZJrlZiExBkXnhtUA==", "license": "MIT", "dependencies": { - "@uiw/codemirror-themes": "4.25.8" + "@uiw/codemirror-themes": "4.25.9" }, "funding": { "url": "https://jaywcjlove.github.io/#/sponsor" } }, + "node_modules/@uiw/codemirror-theme-eclipse/node_modules/@uiw/codemirror-themes": { + "version": "4.25.9", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.25.9.tgz", + "integrity": "sha512-DAHKb/L9ELwjY4nCf/MP/mIllHOn4GQe7RR4x8AMJuNeh9nGRRoo1uPxrxMmUL/bKqe6kDmDbIZ2AlhlqyIJuw==", + "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.25.8", "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-vscode/-/codemirror-theme-vscode-4.25.8.tgz", diff --git a/package.json b/package.json index c60ad0b..d76dbe2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@codemirror/lang-javascript": "^6.2.5", "@codemirror/lang-python": "^6.2.1", "@jitsi/react-sdk": "^1.4.4", - "@uiw/codemirror-theme-eclipse": "^4.25.8", + "@uiw/codemirror-theme-eclipse": "^4.25.9", "@uiw/codemirror-theme-vscode": "^4.25.8", "@uiw/react-codemirror": "^4.25.8", "axios": "^1.13.6",