From fea4bbd8df6fa5eac72cdc4d5082fb246c5df94f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:27:20 +0000 Subject: [PATCH] build(deps-dev): bump github-markdown-css from 5.6.1 to 5.8.0 Bumps [github-markdown-css](https://github.com/sindresorhus/github-markdown-css) from 5.6.1 to 5.8.0. - [Release notes](https://github.com/sindresorhus/github-markdown-css/releases) - [Commits](https://github.com/sindresorhus/github-markdown-css/compare/v5.6.1...v5.8.0) --- updated-dependencies: - dependency-name: github-markdown-css dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 731b8ecd5..96400b4d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "eslint-plugin-prettier": "5.2.1", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-wc": "2.1.0", - "github-markdown-css": "5.6.1", + "github-markdown-css": "5.8.0", "glob": "10.4.3", "globals": "15.8.0", "husky": "9.1.1", @@ -11305,9 +11305,9 @@ } }, "node_modules/github-markdown-css": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/github-markdown-css/-/github-markdown-css-5.6.1.tgz", - "integrity": "sha512-DItLFgHd+s7HQmk63YN4/TdvLeRqk1QP7pPKTTPrDTYoI5x7f/luJWSOZxesmuxBI2srHp8RDyoZd+9WF+WK8Q==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/github-markdown-css/-/github-markdown-css-5.8.0.tgz", + "integrity": "sha512-dSyhHzwQw4+5z+JveMY66o4PdbRP7ORjCiR5f1DjIDM5sSSE9rrRG5jpXGgx0PUMJC7goIzLtEJyItT2tL8IsQ==", "dev": true, "engines": { "node": ">=10" diff --git a/package.json b/package.json index 40bc4173c..e29dc68dc 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "eslint-plugin-prettier": "5.2.1", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-wc": "2.1.0", - "github-markdown-css": "5.6.1", + "github-markdown-css": "5.8.0", "glob": "10.4.3", "globals": "15.8.0", "husky": "9.1.1",