From 8aa25aa69ab1cf771bf837c40fdd9ba496277c8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 04:24:26 +0000 Subject: [PATCH] fix(deps): update dependency @uiw/codemirror-theme-github to v4.23.3 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b53ccec..1b3b7263 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@solid-codemirror/codemirror": "1.0.4", "@solidjs/router": "0.14.5", "@suyongs/solid-utility": "0.4.3", - "@uiw/codemirror-theme-github": "4.23.2", + "@uiw/codemirror-theme-github": "4.23.3", "alsong": "3.0.1", "codemirror": "6.0.1", "color": "4.2.3", @@ -3340,21 +3340,21 @@ } }, "node_modules/@uiw/codemirror-theme-github": { - "version": "4.23.2", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-github/-/codemirror-theme-github-4.23.2.tgz", - "integrity": "sha512-CFH6JVwQ8MPRiY32Fy13I+iiD56eYE8jBpGjtPZPiYDcxAmRNU++x79vCguO3dpXUvqSJ9bPjcHbz4wOXxCVEw==", + "version": "4.23.3", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-github/-/codemirror-theme-github-4.23.3.tgz", + "integrity": "sha512-aVjAEm8O/GfoltXN2g5cjA2ZCCQmT6/D4mHZdTkHfP9dzJorOw9Fs7XTGBtLcWtd2y3ysrZK/9R3rYT+2bwe9A==", "license": "MIT", "dependencies": { - "@uiw/codemirror-themes": "4.23.2" + "@uiw/codemirror-themes": "4.23.3" }, "funding": { "url": "https://jaywcjlove.github.io/#/sponsor" } }, "node_modules/@uiw/codemirror-themes": { - "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==", + "version": "4.23.3", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.23.3.tgz", + "integrity": "sha512-oUq2qoj+hMrR34Xhbp7S1P2elPtySWyzij97IwsZAdGZD/yS+c9+2yRSMYqtaWh7D9M4sJmwgU1lZibmwLZOfQ==", "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", diff --git a/package.json b/package.json index 955342c0..5f98ebe7 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@solid-codemirror/codemirror": "1.0.4", "@solidjs/router": "0.14.5", "@suyongs/solid-utility": "0.4.3", - "@uiw/codemirror-theme-github": "4.23.2", + "@uiw/codemirror-theme-github": "4.23.3", "alsong": "3.0.1", "codemirror": "6.0.1", "color": "4.2.3",