From 47c3ccc4fd56a94c352e5a405b807671c37a3dda Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 05:54:26 +0000 Subject: [PATCH] fix: upgrade github-markdown-css from 5.6.1 to 5.7.0 Snyk has created this PR to upgrade github-markdown-css from 5.6.1 to 5.7.0. See this package in npm: github-markdown-css See this project in Snyk: https://app.snyk.io/org/thiritin/project/5171e496-2d57-4459-b6e1-bf67644aa8e7?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1efd6f6..f4d166e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "identity", "dependencies": { - "github-markdown-css": "^5.6.1", + "github-markdown-css": "^5.7.0", "laravel-precognition-vue-inertia": "^0.5.12", "md-editor-v3": "^4.21.2", "primeicons": "^7.0.0", @@ -2249,9 +2249,10 @@ } }, "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==", + "license": "MIT", "engines": { "node": ">=10" }, diff --git a/package.json b/package.json index 2e5b646..08674ee 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "vite build" }, "dependencies": { - "github-markdown-css": "^5.6.1", + "github-markdown-css": "^5.7.0", "laravel-precognition-vue-inertia": "^0.5.12", "md-editor-v3": "^4.21.2", "primeicons": "^7.0.0",