From a1b586819607dc1e1096a0b83de7b677e8672147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:34:15 +0000 Subject: [PATCH] chore(deps): bump @uiw/codemirror-theme-eclipse from 4.23.0 to 4.23.7 (#182) Bumps [@uiw/codemirror-theme-eclipse](https://github.com/uiwjs/react-codemirror) from 4.23.0 to 4.23.7. - [Release notes](https://github.com/uiwjs/react-codemirror/releases) - [Commits](https://github.com/uiwjs/react-codemirror/compare/v4.23.0...v4.23.7) --- updated-dependencies: - dependency-name: "@uiw/codemirror-theme-eclipse" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 34 ++++++++-------------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 27 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e64660..41b515f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/node": "22.10.2", "@types/react": "18.3.9", "@types/react-dom": "18.3.0", - "@uiw/codemirror-theme-eclipse": "^4.23.0", + "@uiw/codemirror-theme-eclipse": "^4.23.7", "@uiw/codemirror-theme-vscode": "^4.23.0", "@uiw/codemirror-themes": "^4.23.5", "@uiw/react-codemirror": "^4.23.0", @@ -2039,34 +2039,16 @@ } }, "node_modules/@uiw/codemirror-theme-eclipse": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-eclipse/-/codemirror-theme-eclipse-4.23.0.tgz", - "integrity": "sha512-P48jiLcaIdNJKWMgG/oH9pP6a8w5lW8lM7VWoCAfSs+v0Sj7ErJGtODGQFcOX0pzI7bc64Se5oNMWPMrtQf3Zw==", + "version": "4.23.7", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-eclipse/-/codemirror-theme-eclipse-4.23.7.tgz", + "integrity": "sha512-KYqTUELhhuwFUpThJ2mvR6bgg0o1DEtGbMIm0RcjaL73Vs4ftefdduUmEwSD81fk9CkFIzKqpnK3QEWhgszIOA==", "dependencies": { - "@uiw/codemirror-themes": "4.23.0" + "@uiw/codemirror-themes": "4.23.7" }, "funding": { "url": "https://jaywcjlove.github.io/#/sponsor" } }, - "node_modules/@uiw/codemirror-theme-eclipse/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==", - "dependencies": { - "@codemirror/language": "^6.0.0", - "@codemirror/state": "^6.0.0", - "@codemirror/view": "^6.0.0" - }, - "funding": { - "url": "https://jaywcjlove.github.io/#/sponsor" - }, - "peerDependencies": { - "@codemirror/language": ">=6.0.0", - "@codemirror/state": ">=6.0.0", - "@codemirror/view": ">=6.0.0" - } - }, "node_modules/@uiw/codemirror-theme-vscode": { "version": "4.23.0", "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-vscode/-/codemirror-theme-vscode-4.23.0.tgz", @@ -2097,9 +2079,9 @@ } }, "node_modules/@uiw/codemirror-themes": { - "version": "4.23.5", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.23.5.tgz", - "integrity": "sha512-yWUTpaVroxIxjKASQAmKaYy+ZYtF+YB6d8sVmSRK2TVD13M+EWvVT2jBGFLqR1UVg7G0W/McAy8xdeTg+a3slg==", + "version": "4.23.7", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.23.7.tgz", + "integrity": "sha512-UNf1XOx1hG9OmJnrtT86PxKcdcwhaNhbrcD+nsk8WxRJ3n5c8nH6euDvgVPdVLPwbizsaQcZTILACgA/FjRpVg==", "dependencies": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", diff --git a/package.json b/package.json index ad9f5f4..c43c14c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/node": "22.10.2", "@types/react": "18.3.9", "@types/react-dom": "18.3.0", - "@uiw/codemirror-theme-eclipse": "^4.23.0", + "@uiw/codemirror-theme-eclipse": "^4.23.7", "@uiw/codemirror-theme-vscode": "^4.23.0", "@uiw/codemirror-themes": "^4.23.5", "@uiw/react-codemirror": "^4.23.0",