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",