From 8cd5591c2597b4479e9f849e1bd7c6d1d42f0668 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Dec 2024 06:36:47 +0000 Subject: [PATCH] fix: upgrade github-markdown-css from 5.7.0 to 5.8.0 Snyk has created this PR to upgrade github-markdown-css from 5.7.0 to 5.8.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14f61fe..0e7f3d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "identity", "dependencies": { - "github-markdown-css": "^5.7.0", + "github-markdown-css": "^5.8.0", "laravel-precognition-vue-inertia": "^0.5.12", "md-editor-v3": "^4.21.3", "primeicons": "^7.0.0", @@ -2249,9 +2249,9 @@ } }, "node_modules/github-markdown-css": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/github-markdown-css/-/github-markdown-css-5.7.0.tgz", - "integrity": "sha512-GoYhaqELL4YUjz4tZ00PQ4JzFQkMfrBVuEeRB8W74HoikHWNiaGqSgynpwJEc+xom5uf04qoD/tUSS6ziZltaQ==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/github-markdown-css/-/github-markdown-css-5.8.0.tgz", + "integrity": "sha512-dSyhHzwQw4+5z+JveMY66o4PdbRP7ORjCiR5f1DjIDM5sSSE9rrRG5jpXGgx0PUMJC7goIzLtEJyItT2tL8IsQ==", "license": "MIT", "engines": { "node": ">=10" diff --git a/package.json b/package.json index 4d83697..ae57a09 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "vite build" }, "dependencies": { - "github-markdown-css": "^5.7.0", + "github-markdown-css": "^5.8.0", "laravel-precognition-vue-inertia": "^0.5.12", "md-editor-v3": "^4.21.3", "primeicons": "^7.0.0",