From efb7d2f4084cd035c108e294e7080862c72b7e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:41:44 +0000 Subject: [PATCH] build(deps-dev): bump github-markdown-css from 5.6.1 to 5.7.0 Bumps [github-markdown-css](https://github.com/sindresorhus/github-markdown-css) from 5.6.1 to 5.7.0. - [Release notes](https://github.com/sindresorhus/github-markdown-css/releases) - [Commits](https://github.com/sindresorhus/github-markdown-css/compare/v5.6.1...v5.7.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 f381f1e89..f69ad50fa 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.7.0", "glob": "10.4.3", "globals": "15.8.0", "husky": "9.1.1", @@ -11279,9 +11279,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.7.0", + "resolved": "https://registry.npmjs.org/github-markdown-css/-/github-markdown-css-5.7.0.tgz", + "integrity": "sha512-GoYhaqELL4YUjz4tZ00PQ4JzFQkMfrBVuEeRB8W74HoikHWNiaGqSgynpwJEc+xom5uf04qoD/tUSS6ziZltaQ==", "dev": true, "engines": { "node": ">=10" diff --git a/package.json b/package.json index e0b3b72bc..b94a27347 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.7.0", "glob": "10.4.3", "globals": "15.8.0", "husky": "9.1.1",