From e7b33415a10dfc447866efe1314cc00a4e6f56be Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Tue, 16 May 2023 13:15:48 +0100 Subject: [PATCH] Merge pull request #13088 from overleaf/ae-upgrade-view Upgrade `@codemirror/view` to v6.11.2 GitOrigin-RevId: 9f7bfa7dbbfcb8628f26d1c5f4b1c15415446a73 --- package-lock.json | 16 ++++++++-------- services/web/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94d36f1769..067fefa9db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3265,9 +3265,9 @@ "integrity": "sha512-69QXtcrsc3RYtOtd+GsvczJ319udtBf1PTrr2KbLWM/e2CXUPnh0Nz9AUo8WfhSQ7GeL8dPVNUmhQVgpmuaNGA==" }, "node_modules/@codemirror/view": { - "version": "6.9.6", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.9.6.tgz", - "integrity": "sha512-g68PxS3RkHpxfYS6DTWCy1jeA5/oHzmdWjMVPkOzqQyxpElHEcPncUd4EeMVSa4okt0sS3hNXVaRnJqO/7MeJw==", + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.11.2.tgz", + "integrity": "sha512-AzxJ9Aub6ubBvoPBGvjcd4zITqcBBiLpJ89z0ZjnphOHncbvUvQcb9/WMVGpuwTT95+jW4knkH6gFIy0oLdaUQ==", "dependencies": { "@codemirror/state": "^6.1.4", "style-mod": "^4.0.0", @@ -35123,7 +35123,7 @@ "@codemirror/lint": "^6.2.1", "@codemirror/search": "github:overleaf/codemirror-search#ea83364b22ad66455fc94babea7d576fa9f76a93", "@codemirror/state": "^6.2.0", - "@codemirror/view": "^6.9.6", + "@codemirror/view": "^6.11.2", "@contentful/rich-text-html-renderer": "^16.0.2", "@contentful/rich-text-types": "^16.0.2", "@google-cloud/bigquery": "^6.0.1", @@ -40048,9 +40048,9 @@ "integrity": "sha512-69QXtcrsc3RYtOtd+GsvczJ319udtBf1PTrr2KbLWM/e2CXUPnh0Nz9AUo8WfhSQ7GeL8dPVNUmhQVgpmuaNGA==" }, "@codemirror/view": { - "version": "6.9.6", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.9.6.tgz", - "integrity": "sha512-g68PxS3RkHpxfYS6DTWCy1jeA5/oHzmdWjMVPkOzqQyxpElHEcPncUd4EeMVSa4okt0sS3hNXVaRnJqO/7MeJw==", + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.11.2.tgz", + "integrity": "sha512-AzxJ9Aub6ubBvoPBGvjcd4zITqcBBiLpJ89z0ZjnphOHncbvUvQcb9/WMVGpuwTT95+jW4knkH6gFIy0oLdaUQ==", "requires": { "@codemirror/state": "^6.1.4", "style-mod": "^4.0.0", @@ -44880,7 +44880,7 @@ "@codemirror/lint": "^6.2.1", "@codemirror/search": "github:overleaf/codemirror-search#ea83364b22ad66455fc94babea7d576fa9f76a93", "@codemirror/state": "^6.2.0", - "@codemirror/view": "^6.9.6", + "@codemirror/view": "^6.11.2", "@contentful/rich-text-html-renderer": "^16.0.2", "@contentful/rich-text-types": "^16.0.2", "@google-cloud/bigquery": "^6.0.1", diff --git a/services/web/package.json b/services/web/package.json index 9c2f35d00a..8c75201031 100644 --- a/services/web/package.json +++ b/services/web/package.json @@ -78,7 +78,7 @@ "@codemirror/lint": "^6.2.1", "@codemirror/search": "github:overleaf/codemirror-search#ea83364b22ad66455fc94babea7d576fa9f76a93", "@codemirror/state": "^6.2.0", - "@codemirror/view": "^6.9.6", + "@codemirror/view": "^6.11.2", "@contentful/rich-text-html-renderer": "^16.0.2", "@contentful/rich-text-types": "^16.0.2", "@google-cloud/bigquery": "^6.0.1",