From 5ad01a3304536bf7a0ad0ff44ecbb684d37e0198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 00:52:53 +0800 Subject: [PATCH] Bump @codemirror/view from 6.39.11 to 6.39.16 (#653) Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.39.11 to 6.39.16. - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.39.11...6.39.16) --- updated-dependencies: - dependency-name: "@codemirror/view" dependency-version: 6.39.16 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63b0515..4540a18 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.11", + "@codemirror/view": "^6.39.16", "@tailwindcss/forms": "^0.5.11", "@tailwindcss/typography": "^0.5.19", "@tailwindcss/vite": "^4.2.1", @@ -150,9 +150,9 @@ "license": "MIT" }, "node_modules/@codemirror/view": { - "version": "6.39.11", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.39.11.tgz", - "integrity": "sha512-bWdeR8gWM87l4DB/kYSF9A+dVackzDb/V56Tq7QVrQ7rn86W0rgZFtlL3g3pem6AeGcb9NQNoy3ao4WpW4h5tQ==", + "version": "6.39.16", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.39.16.tgz", + "integrity": "sha512-m6S22fFpKtOWhq8HuhzsI1WzUP/hB9THbDj0Tl5KX4gbO6Y91hwBl7Yky33NdvB6IffuRFiBxf1R8kJMyXmA4Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6a3286b..67b43ba 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.11", + "@codemirror/view": "^6.39.16", "@tailwindcss/forms": "^0.5.11", "@tailwindcss/typography": "^0.5.19", "@tailwindcss/vite": "^4.2.1",