From d6fc346e70d0ef763e8b42910f63ee7d88b6bbc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:33:09 +0800 Subject: [PATCH] Bump @codemirror/view from 6.39.16 to 6.40.0 (#670) Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.39.16 to 6.40.0. - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.39.16...6.40.0) --- updated-dependencies: - dependency-name: "@codemirror/view" dependency-version: 6.40.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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",