From 7c63225e2a9930d77b2088708b99fa8d56f44124 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:05:04 +0000 Subject: [PATCH] fix(deps): update dependency github-markdown-css to v5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dbe2345b..9cc61c42 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@sentry/integrations": "^6.12.0", "@sentry/node": "^6.12.0", "@zeit/next-source-maps": "^0.0.3", - "github-markdown-css": "^4.0.0", + "github-markdown-css": "^5.0.0", "graphql": "^15.5.3", "graphql-request": "^3.5.0", "isomorphic-unfetch": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 1d608973..fb1a8d5f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3091,10 +3091,10 @@ get-value@^2.0.3, get-value@^2.0.6: resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= -github-markdown-css@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/github-markdown-css/-/github-markdown-css-4.0.0.tgz#be9f4caf7a389228d4c368336260ffc909061f35" - integrity sha512-mH0bcIKv4XAN0mQVokfTdKo2OD5K8WJE9+lbMdM32/q0Ie5tXgVN/2o+zvToRMxSTUuiTRcLg5hzkFfOyBYreg== +github-markdown-css@^5.0.0: + version "5.4.0" + resolved "https://registry.yarnpkg.com/github-markdown-css/-/github-markdown-css-5.4.0.tgz#4ef2093852d4fa977a2edbeaf752475c858de7d1" + integrity sha512-eJhoFp9fiZ290h0vWrU5MmW0A2eeB81Lv/3ZkdtKrylJvtWi71ezGrxCcw1P2fVr82s3NvBX66SoDCN1pWLadw== glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.0: version "5.1.2"