diff --git a/ui/package-lock.json b/ui/package-lock.json index 2524f9bb5..c1110ba30 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -25,7 +25,7 @@ "@loadable/component": "^5.16.4", "@reduxjs/toolkit": "^2.2.7", "@tanstack/react-table": "^8.20.5", - "@uiw/codemirror-theme-tokyo-night": "^4.23.0", + "@uiw/codemirror-theme-tokyo-night": "^4.23.2", "@uiw/react-codemirror": "^4.23.1", "buffer": "^6.0.3", "chart.js": "^4.4.4", @@ -5272,20 +5272,20 @@ } }, "node_modules/@uiw/codemirror-theme-tokyo-night": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-tokyo-night/-/codemirror-theme-tokyo-night-4.23.0.tgz", - "integrity": "sha512-0WI9xJ78Modlwg9FgroCx3ITyU3GbbjmuRfEqgH4AEC0L8XsMJJOFDCnc5t38SWR8vP3uJ/zPganQI0gwlWS7w==", + "version": "4.23.2", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-tokyo-night/-/codemirror-theme-tokyo-night-4.23.2.tgz", + "integrity": "sha512-JvUkjuyL4ewQ2AqeTer541C9zO63oXgxnCmkPpGNqDQVb74N6htQWsIXlIpM2s3w5rSyht3MwecYIaepDGVVtw==", "dependencies": { - "@uiw/codemirror-themes": "4.23.0" + "@uiw/codemirror-themes": "4.23.2" }, "funding": { "url": "https://jaywcjlove.github.io/#/sponsor" } }, "node_modules/@uiw/codemirror-themes": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.23.0.tgz", - "integrity": "sha512-9fiji9xooZyBQozR1i6iTr56YP7j/Dr/VgsNWbqf5Szv+g+4WM1iZuiDGwNXmFMWX8gbkDzp6ASE21VCPSofWw==", + "version": "4.23.2", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.23.2.tgz", + "integrity": "sha512-g8x+oPqgbzxXSkHhRf7e1AM1mI9/Nl3URReS89pHitRKv8MZNrE+ey+HE8ycfNXRUatrb6zTSRV3M75uoZwNYw==", "dependencies": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", @@ -18269,17 +18269,17 @@ } }, "@uiw/codemirror-theme-tokyo-night": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-tokyo-night/-/codemirror-theme-tokyo-night-4.23.0.tgz", - "integrity": "sha512-0WI9xJ78Modlwg9FgroCx3ITyU3GbbjmuRfEqgH4AEC0L8XsMJJOFDCnc5t38SWR8vP3uJ/zPganQI0gwlWS7w==", + "version": "4.23.2", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-tokyo-night/-/codemirror-theme-tokyo-night-4.23.2.tgz", + "integrity": "sha512-JvUkjuyL4ewQ2AqeTer541C9zO63oXgxnCmkPpGNqDQVb74N6htQWsIXlIpM2s3w5rSyht3MwecYIaepDGVVtw==", "requires": { - "@uiw/codemirror-themes": "4.23.0" + "@uiw/codemirror-themes": "4.23.2" } }, "@uiw/codemirror-themes": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.23.0.tgz", - "integrity": "sha512-9fiji9xooZyBQozR1i6iTr56YP7j/Dr/VgsNWbqf5Szv+g+4WM1iZuiDGwNXmFMWX8gbkDzp6ASE21VCPSofWw==", + "version": "4.23.2", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.23.2.tgz", + "integrity": "sha512-g8x+oPqgbzxXSkHhRf7e1AM1mI9/Nl3URReS89pHitRKv8MZNrE+ey+HE8ycfNXRUatrb6zTSRV3M75uoZwNYw==", "requires": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", diff --git a/ui/package.json b/ui/package.json index 6e1603b0b..74a0c8847 100644 --- a/ui/package.json +++ b/ui/package.json @@ -31,7 +31,7 @@ "@loadable/component": "^5.16.4", "@reduxjs/toolkit": "^2.2.7", "@tanstack/react-table": "^8.20.5", - "@uiw/codemirror-theme-tokyo-night": "^4.23.0", + "@uiw/codemirror-theme-tokyo-night": "^4.23.2", "@uiw/react-codemirror": "^4.23.1", "buffer": "^6.0.3", "chart.js": "^4.4.4",