diff --git a/package-lock.json b/package-lock.json index abd2271b0..749e3cccc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "eslint-plugin-local-rules": "2.0.0", "eslint-plugin-storybook": "0.6.15", "eslint-plugin-wc": "1.5.0", - "github-markdown-css": "5.2.0", + "github-markdown-css": "5.3.0", "glob": "8.1.0", "husky": "8.0.3", "lint-staged": "13.2.3", @@ -18361,9 +18361,13 @@ } }, "node_modules/github-markdown-css": { - "version": "5.2.0", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/github-markdown-css/-/github-markdown-css-5.3.0.tgz", + "integrity": "sha512-WI+6puEQJnC8JoIveA8R8PiwH/wJwlneE88j7Q+ojMfzWcqRJF01vrVvo8PoWc6Y4aDF+kG4WGZi3RHXymyzJg==", "dev": true, - "license": "MIT", + "engines": { + "node": ">=10" + }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } diff --git a/package.json b/package.json index a359eb40f..2c2d12b7c 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "eslint-plugin-local-rules": "2.0.0", "eslint-plugin-storybook": "0.6.15", "eslint-plugin-wc": "1.5.0", - "github-markdown-css": "5.2.0", + "github-markdown-css": "5.3.0", "glob": "8.1.0", "husky": "8.0.3", "lint-staged": "13.2.3",