diff --git a/package-lock.json b/package-lock.json index 04ce9ae33f..f6f556c801 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3263,9 +3263,9 @@ "integrity": "sha512-69QXtcrsc3RYtOtd+GsvczJ319udtBf1PTrr2KbLWM/e2CXUPnh0Nz9AUo8WfhSQ7GeL8dPVNUmhQVgpmuaNGA==" }, "node_modules/@codemirror/view": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.9.0.tgz", - "integrity": "sha512-uFaqE6fBOp0Dj/tmWoe/TFlSSIPdpAzhvATgbq1eAKRkgq3hY79FioZ7nfdiT+24kz68AIWuSZ9hi3psKe36WQ==", + "version": "6.9.2", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.9.2.tgz", + "integrity": "sha512-ci0r/v6aKOSlzOs7/STMTYP3jX/+YMq2dAfAJcLIB6uom4ThtrUlzeuS7GTRGNqJJ+qAJR1vGWfXgu4CO/0myQ==", "dependencies": { "@codemirror/state": "^6.1.4", "style-mod": "^4.0.0", @@ -34439,7 +34439,7 @@ "@codemirror/lint": "^6.1.1", "@codemirror/search": "^6.2.3", "@codemirror/state": "^6.2.0", - "@codemirror/view": "^6.9.0", + "@codemirror/view": "^6.9.2", "@contentful/rich-text-html-renderer": "^16.0.2", "@contentful/rich-text-types": "^16.0.2", "@google-cloud/bigquery": "^6.0.1", @@ -39301,9 +39301,9 @@ "integrity": "sha512-69QXtcrsc3RYtOtd+GsvczJ319udtBf1PTrr2KbLWM/e2CXUPnh0Nz9AUo8WfhSQ7GeL8dPVNUmhQVgpmuaNGA==" }, "@codemirror/view": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.9.0.tgz", - "integrity": "sha512-uFaqE6fBOp0Dj/tmWoe/TFlSSIPdpAzhvATgbq1eAKRkgq3hY79FioZ7nfdiT+24kz68AIWuSZ9hi3psKe36WQ==", + "version": "6.9.2", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.9.2.tgz", + "integrity": "sha512-ci0r/v6aKOSlzOs7/STMTYP3jX/+YMq2dAfAJcLIB6uom4ThtrUlzeuS7GTRGNqJJ+qAJR1vGWfXgu4CO/0myQ==", "requires": { "@codemirror/state": "^6.1.4", "style-mod": "^4.0.0", @@ -43653,7 +43653,7 @@ "@codemirror/lint": "^6.1.1", "@codemirror/search": "^6.2.3", "@codemirror/state": "^6.2.0", - "@codemirror/view": "^6.9.0", + "@codemirror/view": "^6.9.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 5a06b21749..67716802e8 100644 --- a/services/web/package.json +++ b/services/web/package.json @@ -78,7 +78,7 @@ "@codemirror/lint": "^6.1.1", "@codemirror/search": "^6.2.3", "@codemirror/state": "^6.2.0", - "@codemirror/view": "^6.9.0", + "@codemirror/view": "^6.9.2", "@contentful/rich-text-html-renderer": "^16.0.2", "@contentful/rich-text-types": "^16.0.2", "@google-cloud/bigquery": "^6.0.1",