diff --git a/package-lock.json b/package-lock.json index 6e4d59fdce..a1b819adc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@codemirror/language": "6.12.3", "@codemirror/search": "6.6.0", "@codemirror/state": "6.6.0", - "@codemirror/view": "6.40.0", + "@codemirror/view": "6.41.0", "@github/markdown-toolbar-element": "2.2.3", "@github/quote-selection": "2.1.0", "@github/text-expander-element": "2.9.4", @@ -776,9 +776,9 @@ } }, "node_modules/@codemirror/view": { - "version": "6.40.0", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.40.0.tgz", - "integrity": "sha512-WA0zdU7xfF10+5I3HhUUq3kqOx3KjqmtQ9lqZjfK7jtYk4G72YW9rezcSywpaUMCWOMlq+6E0pO1IWg1TNIhtg==", + "version": "6.41.0", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.41.0.tgz", + "integrity": "sha512-6H/qadXsVuDY219Yljhohglve8xf4B8xJkVOEWfA5uiYKiTFppjqsvsfR5iPA0RbvRBoOyTZpbLIxe9+0UR8xA==", "license": "MIT", "dependencies": { "@codemirror/state": "^6.6.0", diff --git a/package.json b/package.json index f2ac77f224..b95738195e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@codemirror/language": "6.12.3", "@codemirror/search": "6.6.0", "@codemirror/state": "6.6.0", - "@codemirror/view": "6.40.0", + "@codemirror/view": "6.41.0", "@github/markdown-toolbar-element": "2.2.3", "@github/quote-selection": "2.1.0", "@github/text-expander-element": "2.9.4",