From 6665c56caf6d3283bf91a36bd8c0a09866c84374 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:47:43 +0100 Subject: [PATCH] fix(deps): update dependency @uiw/codemirror-theme-darcula to v4.21.23 (#306) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81b1756d..6bd19bbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@emotion/styled": "11.11.0", "@mui/icons-material": "5.15.10", "@mui/material": "5.15.10", - "@uiw/codemirror-theme-darcula": "4.21.22", + "@uiw/codemirror-theme-darcula": "4.21.23", "@uiw/react-codemirror": "4.21.22", "gatsby": "5.13.3", "gatsby-link": "5.13.1", @@ -5422,20 +5422,20 @@ } }, "node_modules/@uiw/codemirror-theme-darcula": { - "version": "4.21.22", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-darcula/-/codemirror-theme-darcula-4.21.22.tgz", - "integrity": "sha512-NMX16uOh5QAt0hXIUWWCuWNj2W1EXGieEEmbWYgz1uauEESp7GLe9u7dvNrilkaVfsoBMKm40TWQXhK1k+pT4Q==", + "version": "4.21.23", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-darcula/-/codemirror-theme-darcula-4.21.23.tgz", + "integrity": "sha512-1xM+zmsBgq2UKE7bmc/Me4WAC5jEoKLg8rQgvxVjS6XUC/TJqjRK7IxoaYO6QaaFGKFJVGXhCQruKMaEQL/vBA==", "dependencies": { - "@uiw/codemirror-themes": "4.21.22" + "@uiw/codemirror-themes": "4.21.23" }, "funding": { "url": "https://jaywcjlove.github.io/#/sponsor" } }, "node_modules/@uiw/codemirror-themes": { - "version": "4.21.22", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.22.tgz", - "integrity": "sha512-oRMNtDmD6ER0EH2/NKGbrUzeRJbZ/4+GE3/9OItaAGhdsd2V33WGqVX7QwXsjLNhpNfscbVKB3PYLyRooBdlfg==", + "version": "4.21.23", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.23.tgz", + "integrity": "sha512-eTQjWTASVgDleSaN7JfsplG/M9gGuOujSRTVZ7IvXL+c1mobtxVgLpo2IjQHWzJBBD0XAqsah6Mbu1dhP0jZHw==", "dependencies": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", @@ -20838,17 +20838,17 @@ } }, "@uiw/codemirror-theme-darcula": { - "version": "4.21.22", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-darcula/-/codemirror-theme-darcula-4.21.22.tgz", - "integrity": "sha512-NMX16uOh5QAt0hXIUWWCuWNj2W1EXGieEEmbWYgz1uauEESp7GLe9u7dvNrilkaVfsoBMKm40TWQXhK1k+pT4Q==", + "version": "4.21.23", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-darcula/-/codemirror-theme-darcula-4.21.23.tgz", + "integrity": "sha512-1xM+zmsBgq2UKE7bmc/Me4WAC5jEoKLg8rQgvxVjS6XUC/TJqjRK7IxoaYO6QaaFGKFJVGXhCQruKMaEQL/vBA==", "requires": { - "@uiw/codemirror-themes": "4.21.22" + "@uiw/codemirror-themes": "4.21.23" } }, "@uiw/codemirror-themes": { - "version": "4.21.22", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.22.tgz", - "integrity": "sha512-oRMNtDmD6ER0EH2/NKGbrUzeRJbZ/4+GE3/9OItaAGhdsd2V33WGqVX7QwXsjLNhpNfscbVKB3PYLyRooBdlfg==", + "version": "4.21.23", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.23.tgz", + "integrity": "sha512-eTQjWTASVgDleSaN7JfsplG/M9gGuOujSRTVZ7IvXL+c1mobtxVgLpo2IjQHWzJBBD0XAqsah6Mbu1dhP0jZHw==", "requires": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", diff --git a/package.json b/package.json index bd0aecfb..8f439c0e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@emotion/styled": "11.11.0", "@mui/icons-material": "5.15.10", "@mui/material": "5.15.10", - "@uiw/codemirror-theme-darcula": "4.21.22", + "@uiw/codemirror-theme-darcula": "4.21.23", "@uiw/react-codemirror": "4.21.22", "gatsby": "5.13.3", "gatsby-link": "5.13.1",