From b87d90118530d79b91c28dee9dd52bca31c0bc2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 22:51:40 -0500 Subject: [PATCH] fix(deps): update dependency @uiw/codemirror-extensions-langs to v4.19.2 (#213) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core/package.json | 2 +- core/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/package.json b/core/package.json index 4a288096..7c358e3f 100644 --- a/core/package.json +++ b/core/package.json @@ -75,7 +75,7 @@ "@udecode/plate": "18.13.1", "@udecode/plate-juice": "18.13.0", "@udecode/plate-serializer-md": "18.13.0", - "@uiw/codemirror-extensions-langs": "4.19.1", + "@uiw/codemirror-extensions-langs": "4.19.2", "@uiw/react-codemirror": "4.19.1", "ajv": "8.11.2", "ajv-errors": "3.0.0", diff --git a/core/yarn.lock b/core/yarn.lock index 5e3d13fb..651484bc 100644 --- a/core/yarn.lock +++ b/core/yarn.lock @@ -3526,10 +3526,10 @@ "@codemirror/state" "^6.0.0" "@codemirror/view" "^6.0.0" -"@uiw/codemirror-extensions-langs@4.19.1": - version "4.19.1" - resolved "https://registry.yarnpkg.com/@uiw/codemirror-extensions-langs/-/codemirror-extensions-langs-4.19.1.tgz#0c540c8ff45e99a502ad3d1626035cde7afe36e5" - integrity sha512-a3T+iWhE5p4sfDH9psKgLOULFRUT7rVuMzJkEBbH7WGhhA16kIWo/PGwaGxhw0D+/8LqEOkn8CBuE7YDgAPiyA== +"@uiw/codemirror-extensions-langs@4.19.2": + version "4.19.2" + resolved "https://registry.yarnpkg.com/@uiw/codemirror-extensions-langs/-/codemirror-extensions-langs-4.19.2.tgz#7a1f21dcbb73d538b44a2217691c16b0d73e48b2" + integrity sha512-LgJOfyuC+fyO2vfJwhf8hRoWC5iAaBkapA+CHV01Fa9wc0Bc7+ujtRy7hwW9lJAqGUAtJ5ks+NpF16DTZthCNg== dependencies: "@codemirror/lang-cpp" "~6.0.0" "@codemirror/lang-html" "~6.4.0"