From fe211b949b981c887591a3e8d6067c2ca3147eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 21:54:11 +0800 Subject: [PATCH] Bump @codemirror/view from 6.38.5 to 6.39.7 (#572) Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.38.5 to 6.39.7. - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.38.5...6.39.7) --- updated-dependencies: - dependency-name: "@codemirror/view" dependency-version: 6.39.7 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 526a37d..7c9c6b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@codemirror/language": "^6.11.3", "@codemirror/state": "^6.5.2", "@codemirror/text": "^0.19.6", - "@codemirror/view": "^6.38.5", + "@codemirror/view": "^6.39.7", "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.19", "@tailwindcss/vite": "^4.1.14", @@ -150,9 +150,9 @@ "license": "MIT" }, "node_modules/@codemirror/view": { - "version": "6.38.5", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.38.5.tgz", - "integrity": "sha512-SFVsNAgsAoou+BjRewMqN+m9jaztB9wCWN9RSRgePqUbq8UVlvJfku5zB2KVhLPgH/h0RLk38tvd4tGeAhygnw==", + "version": "6.39.7", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.39.7.tgz", + "integrity": "sha512-3Vif9hnNHJnl2YgOtkR/wzGzhYcQ8gy3LGdUhkLUU8xSBbgsTxrE8he/CMTpeINm5TgxLe2FmzvF6IYQL/BSAg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3988d97..5859a84 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@codemirror/language": "^6.11.3", "@codemirror/state": "^6.5.2", "@codemirror/text": "^0.19.6", - "@codemirror/view": "^6.38.5", + "@codemirror/view": "^6.39.7", "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.19", "@tailwindcss/vite": "^4.1.14",