diff --git a/package-lock.json b/package-lock.json index 8fa5e0d..e0df446 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.24.1", "@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.24.1", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-eclipse/-/codemirror-theme-eclipse-4.24.1.tgz", + "integrity": "sha512-kycZpcP7Nyh4Irlxhfem+zLZPTE7aRsct5G/rJMdNGVmvcoEOZ6GofXuJrSv0jEkRkNuV8YLJi3JSukI48pbZA==", "license": "MIT", "dependencies": { - "@uiw/codemirror-themes": "4.23.14" + "@uiw/codemirror-themes": "4.24.1" }, "funding": { "url": "https://jaywcjlove.github.io/#/sponsor" } }, + "node_modules/@uiw/codemirror-theme-eclipse/node_modules/@uiw/codemirror-themes": { + "version": "4.24.1", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.24.1.tgz", + "integrity": "sha512-hduBbFNiWNW6nYa2/giKQ9YpzhWNw87BGpCjC+cXYMZ7bCD6q5DC6Hw+7z7ZwSzEaOQvV91lmirOjJ8hn9+pkg==", + "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..732b288 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.24.1", "@uiw/codemirror-theme-vscode": "^4.23.14", "@uiw/react-codemirror": "^4.24.1", "axios": "^1.10.0",