diff --git a/package-lock.json b/package-lock.json index 79879aa..188aaa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@codemirror/lang-json": "^6.0.2", "@codemirror/lang-markdown": "^6.5.0", "@codemirror/language": "^6.12.3", - "@codemirror/view": "^6.42.1", + "@codemirror/view": "^6.43.0", "@eslint/css": "^1.2.0", "@eslint/js": "^9.39.4", "@eslint/json": "^1.2.0", @@ -513,9 +513,9 @@ } }, "node_modules/@codemirror/view": { - "version": "6.42.1", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.42.1.tgz", - "integrity": "sha512-ToN3oFc0nsxNUYVF5P0ztLgbC4UPPjPtA9aKYhkOKQaZASpOUo6ISXyQLP66ctVwlDc+j6Jv0uK5IFALkiXztg==", + "version": "6.43.0", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.43.0.tgz", + "integrity": "sha512-V7ZCLQO3Jus9hzh2jVCCPW3mO4IBMr43O37PqSUYautJSnnJF41YlgLw21x0fLJTYvJ+Vkm6Gp+qKGH9pltgXA==", "license": "MIT", "dependencies": { "@codemirror/state": "^6.6.0", diff --git a/package.json b/package.json index 7b9f356..4385e78 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@codemirror/lang-json": "^6.0.2", "@codemirror/lang-markdown": "^6.5.0", "@codemirror/language": "^6.12.3", - "@codemirror/view": "^6.42.1", + "@codemirror/view": "^6.43.0", "@eslint/css": "^1.2.0", "@eslint/js": "^9.39.4", "@eslint/json": "^1.2.0",