From 7034fe9d65d14ceb7e96baf65f30891d8d6eb60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:58:23 +0000 Subject: [PATCH] Bump @uiw/codemirror-theme-nord from 4.23.0 to 4.23.3 Bumps [@uiw/codemirror-theme-nord](https://github.com/uiwjs/react-codemirror) from 4.23.0 to 4.23.3. - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.23.0...v4.23.3) --- updated-dependencies: - dependency-name: "@uiw/codemirror-theme-nord" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 39567c8..db4bbdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@radix-ui/react-select": "^2.1.1", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", - "@uiw/codemirror-theme-nord": "^4.23.0", + "@uiw/codemirror-theme-nord": "^4.23.3", "@uiw/react-codemirror": "^4.23.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", @@ -4134,20 +4134,20 @@ } }, "node_modules/@uiw/codemirror-theme-nord": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-nord/-/codemirror-theme-nord-4.23.0.tgz", - "integrity": "sha512-oBXSEhp313ZnWWOF/WC8cOLmAmBkLHwfFS8CBsMHWlgwPBYxxzoJUc0AuFdH16zhnc5MoGhrFccZ8RT8tFv15w==", + "version": "4.23.3", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-nord/-/codemirror-theme-nord-4.23.3.tgz", + "integrity": "sha512-UckMe3CkkpHBbkEQ1+xGgqHttvS5NK+KW1NcGT0H0LyT3PcNMjtTVlu2NVfMQaa7iwlPQ9W7x5AxorE6c/yk5w==", "dependencies": { - "@uiw/codemirror-themes": "4.23.0" + "@uiw/codemirror-themes": "4.23.3" }, "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.3", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.23.3.tgz", + "integrity": "sha512-oUq2qoj+hMrR34Xhbp7S1P2elPtySWyzij97IwsZAdGZD/yS+c9+2yRSMYqtaWh7D9M4sJmwgU1lZibmwLZOfQ==", "dependencies": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", diff --git a/package.json b/package.json index b01c138..76787d0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@radix-ui/react-select": "^2.1.1", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", - "@uiw/codemirror-theme-nord": "^4.23.0", + "@uiw/codemirror-theme-nord": "^4.23.3", "@uiw/react-codemirror": "^4.23.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1",