From 05e322e9c8464d16a30a6c3c8ccd8c35ffb42544 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Dec 2024 06:32:45 +0000 Subject: [PATCH] fix: upgrade markdown-to-jsx from 7.5.0 to 7.6.0 Snyk has created this PR to upgrade markdown-to-jsx from 7.5.0 to 7.6.0. See this package in npm: markdown-to-jsx See this project in Snyk: https://app.snyk.io/org/zot/project/cab1b976-23df-484a-a838-3c6fb8cdfe13?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 97a80293..5ea08179 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "export-from-json": "^1.7.4", "lodash": "^4.17.21", "luxon": "^3.5.0", - "markdown-to-jsx": "^7.5.0", + "markdown-to-jsx": "^7.6.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.27.0", @@ -11531,9 +11531,10 @@ } }, "node_modules/markdown-to-jsx": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.5.0.tgz", - "integrity": "sha512-RrBNcMHiFPcz/iqIj0n3wclzHXjwS7mzjBNWecKKVhNTIxQepIix6Il/wZCn2Cg5Y1ow2Qi84+eJrryFRWBEWw==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.6.0.tgz", + "integrity": "sha512-KZ+w5qV6QEa8S5A0FekjcBycFVQTiN3n223WvoK7RSMSOZCim70r/IGzN2y0pkRHvmd1FcMG2vL3iaTljWsBAA==", + "license": "MIT", "engines": { "node": ">= 10" }, diff --git a/package.json b/package.json index 34c0eb46..4b53c707 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "export-from-json": "^1.7.4", "lodash": "^4.17.21", "luxon": "^3.5.0", - "markdown-to-jsx": "^7.5.0", + "markdown-to-jsx": "^7.6.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.27.0",