diff --git a/package-lock.json b/package-lock.json index cfcb4a3..44a7e73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@codemirror/language": "^6.12.2", "@codemirror/state": "^6.5.4", "@codemirror/text": "^0.19.6", - "@codemirror/view": "^6.39.16", + "@codemirror/view": "^6.40.0", "@tailwindcss/forms": "^0.5.11", "@tailwindcss/typography": "^0.5.19", "@tailwindcss/vite": "^4.2.1", @@ -150,13 +150,13 @@ "license": "MIT" }, "node_modules/@codemirror/view": { - "version": "6.39.16", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.39.16.tgz", - "integrity": "sha512-m6S22fFpKtOWhq8HuhzsI1WzUP/hB9THbDj0Tl5KX4gbO6Y91hwBl7Yky33NdvB6IffuRFiBxf1R8kJMyXmA4Q==", + "version": "6.40.0", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.40.0.tgz", + "integrity": "sha512-WA0zdU7xfF10+5I3HhUUq3kqOx3KjqmtQ9lqZjfK7jtYk4G72YW9rezcSywpaUMCWOMlq+6E0pO1IWg1TNIhtg==", "dev": true, "license": "MIT", "dependencies": { - "@codemirror/state": "^6.5.0", + "@codemirror/state": "^6.6.0", "crelt": "^1.0.6", "style-mod": "^4.1.0", "w3c-keyname": "^2.2.4" diff --git a/package.json b/package.json index 0ae6735..53ccc06 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@codemirror/language": "^6.12.2", "@codemirror/state": "^6.5.4", "@codemirror/text": "^0.19.6", - "@codemirror/view": "^6.39.16", + "@codemirror/view": "^6.40.0", "@tailwindcss/forms": "^0.5.11", "@tailwindcss/typography": "^0.5.19", "@tailwindcss/vite": "^4.2.1",