From 2aae62c18d8be968714cb11c666dc2c14538d9a4 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Wed, 15 Dec 2021 00:54:47 +0530 Subject: [PATCH] Added basic parser plugin for video card refs https://github.com/TryGhost/Team/issues/1229 --- ghost/admin/package.json | 2 +- ghost/admin/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index a9dd7cf820..f6ccb82355 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -36,7 +36,7 @@ "@tryghost/color-utils": "0.1.5", "@tryghost/helpers": "1.1.54", "@tryghost/kg-clean-basic-html": "2.2.3", - "@tryghost/kg-parser-plugins": "2.8.2", + "@tryghost/kg-parser-plugins": "2.9.1", "@tryghost/limit-service": "1.0.0", "@tryghost/members-csv": "1.1.8", "@tryghost/mobiledoc-kit": "0.12.5-ghost.1", diff --git a/ghost/admin/yarn.lock b/ghost/admin/yarn.lock index d9ce26828c..6b4be5854d 100644 --- a/ghost/admin/yarn.lock +++ b/ghost/admin/yarn.lock @@ -1948,10 +1948,10 @@ resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-2.2.5.tgz#40f0b328a0339d96f1bbb0daed4de4df28a17a30" integrity sha512-zZu8KbRulRSx1GUTeSUCYYMk5RB5/T3FFuObbw0TmJPym+3h5uEwk76mHg4WpBl6nDkly6G/iI1ZpapUz6E/OQ== -"@tryghost/kg-parser-plugins@2.8.2": - version "2.8.2" - resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.8.2.tgz#549588682c4a3da541916a551aa4b34d582858b5" - integrity sha512-9vVRmihNavKLBHbglnSA7iAV47J/WTfEiEXE6nE7aA02tkOiFAFwE8f5aOfi3ORIGm53BRXi0/Tmr8Lxz2Cb7A== +"@tryghost/kg-parser-plugins@2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.9.1.tgz#39ffa3b45851e3f795335d3261e670b017927d98" + integrity sha512-gN/XGslV3Y2D1edtOpNH2mkSL1HiYueIoIH52UPT8F15MFqYzz6gQLfWY1G72z1DatRf/EuBrvlFSlU7zmX0Uw== dependencies: "@tryghost/kg-clean-basic-html" "^2.2.5"