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