diff --git a/package-lock.json b/package-lock.json index 68425fa..1ee6dee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@monaco-editor/react": "^4.7.0", "@radix-ui/react-slider": "^1.3.6", "@sendgrid/mail": "^8.1.6", - "@uiw/codemirror-theme-eclipse": "^4.25.9", + "@uiw/codemirror-theme-eclipse": "^4.25.10", "@uiw/codemirror-theme-vscode": "^4.25.10", "@uiw/react-codemirror": "^4.25.10", "axios": "^1.16.0", @@ -2709,12 +2709,12 @@ } }, "node_modules/@uiw/codemirror-theme-eclipse": { - "version": "4.25.9", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-eclipse/-/codemirror-theme-eclipse-4.25.9.tgz", - "integrity": "sha512-0pT0vRyLAotj5UjIZbHSmsZ8oz7l8IU5bhx5p7MDrTOdi73ZjyTsG4YsDzSXndERnfgkBbZJrlZiExBkXnhtUA==", + "version": "4.25.10", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-eclipse/-/codemirror-theme-eclipse-4.25.10.tgz", + "integrity": "sha512-KuabEwh0cTZNh7DW3tQY4vA7W6jlZFpf8NTan4fq8gHRtwX/uPe315OedlCFCrz9p8aOyYLrr13XfZfQ5GpdmA==", "license": "MIT", "dependencies": { - "@uiw/codemirror-themes": "4.25.9" + "@uiw/codemirror-themes": "4.25.10" }, "funding": { "url": "https://jaywcjlove.github.io/#/sponsor" @@ -2732,7 +2732,7 @@ "url": "https://jaywcjlove.github.io/#/sponsor" } }, - "node_modules/@uiw/codemirror-theme-vscode/node_modules/@uiw/codemirror-themes": { + "node_modules/@uiw/codemirror-themes": { "version": "4.25.10", "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.25.10.tgz", "integrity": "sha512-Fqiz1HIuDlDftcL+/O53V333UOH6MqQ84VbiQB5egn6u+uDwAqACp1FrdAoi4wgpR3b3TGW4Gr0wIYcrJSSz1A==", @@ -2751,25 +2751,6 @@ "@codemirror/view": ">=6.0.0" } }, - "node_modules/@uiw/codemirror-themes": { - "version": "4.25.9", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.25.9.tgz", - "integrity": "sha512-DAHKb/L9ELwjY4nCf/MP/mIllHOn4GQe7RR4x8AMJuNeh9nGRRoo1uPxrxMmUL/bKqe6kDmDbIZ2AlhlqyIJuw==", - "license": "MIT", - "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/react-codemirror": { "version": "4.25.10", "resolved": "https://registry.npmjs.org/@uiw/react-codemirror/-/react-codemirror-4.25.10.tgz", diff --git a/package.json b/package.json index 05d1834..cb6765a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@monaco-editor/react": "^4.7.0", "@radix-ui/react-slider": "^1.3.6", "@sendgrid/mail": "^8.1.6", - "@uiw/codemirror-theme-eclipse": "^4.25.9", + "@uiw/codemirror-theme-eclipse": "^4.25.10", "@uiw/codemirror-theme-vscode": "^4.25.10", "@uiw/react-codemirror": "^4.25.10", "axios": "^1.16.0",