From 38ac2bd87b1ac25fb39d9125f84254bf2f86d004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 03:03:20 +0000 Subject: [PATCH] chore(deps): bump @uiw/codemirror-theme-tokyo-night in /ui Bumps [@uiw/codemirror-theme-tokyo-night](https://github.com/uiwjs/react-codemirror) from 4.23.0 to 4.23.2. - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.23.0...v4.23.2) --- updated-dependencies: - dependency-name: "@uiw/codemirror-theme-tokyo-night" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 30 +++++++++++++++--------------- ui/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) 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",