From 26171c073c0edccd6b4b82ff75121b23f9d30f50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:55:06 +0000 Subject: [PATCH] Bump @codemirror/view from 6.22.1 to 6.22.2 Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.22.1 to 6.22.2. - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.22.1...6.22.2) --- updated-dependencies: - dependency-name: "@codemirror/view" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 95c3dbf..4ae3283 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@codemirror/language": "https://github.com/lishid/cm-language", "@codemirror/state": "^6.3.1", - "@codemirror/view": "^6.22.1" + "@codemirror/view": "^6.22.2" }, "devDependencies": { "@types/codemirror": "5.60.15", @@ -59,9 +59,9 @@ "integrity": "sha512-5jEikOfU0r9y+OTlZn5AEQB15mibu3deLBUp+GnLzVUNezEEuPt/JdSeniQNi+0YviblAvOPO2JQAlgJ3SYYaA==" }, "node_modules/@codemirror/view": { - "version": "6.22.1", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.22.1.tgz", - "integrity": "sha512-38BRn1nPqZqiHbmWfI8zri23IbRVbmSpSmh1E/Ysvc+lIGGdBC17K8zlK7ZU6fhfy9x4De9Zyj5JQqScPq5DkA==", + "version": "6.22.2", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.22.2.tgz", + "integrity": "sha512-cJp64cPXm7QfSBWEXK+76+hsZCGHupUgy8JAbSzMG6Lr0rfK73c1CaWITVW6hZVkOnAFxJTxd0PIuynNbzxYPw==", "dependencies": { "@codemirror/state": "^6.1.4", "style-mod": "^4.1.0", diff --git a/package.json b/package.json index 30780ca..d225952 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dependencies": { "@codemirror/language": "https://github.com/lishid/cm-language", "@codemirror/state": "^6.3.1", - "@codemirror/view": "^6.22.1" + "@codemirror/view": "^6.22.2" }, "auto-changelog": { "backfillLimit": false,