diff --git a/package-lock.json b/package-lock.json index 8ca3d7d98..40203e92d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "iso-country-currency": "^0.7.2", "js-base64": "^3.7.7", "js-cookie": "^3.0.5", - "markdown-to-jsx": "^7.7.6", + "markdown-to-jsx": "^7.7.12", "moment": "^2.30.1", "qrcode.react": "^4.2.0", "ramda": "^0.31.3", @@ -28325,9 +28325,9 @@ "license": "MIT" }, "node_modules/markdown-to-jsx": { - "version": "7.7.6", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.7.6.tgz", - "integrity": "sha512-/PWFFoKKMidk4Ut06F5hs5sluq1aJ0CGvUJWsnCK6hx/LPM8vlhvKAxtGHJ+U+V2Il2wmnfO6r81ICD3xZRVaw==", + "version": "7.7.12", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.7.12.tgz", + "integrity": "sha512-Y5xNBqoaTooSLkmlg2P0fdbh53gp4MqW7zhvcweGCPUWvWI5BecWRYI8vPlzT8D7OULxsQg2qoRW9EsJlBWasQ==", "license": "MIT", "engines": { "node": ">= 10" diff --git a/package.json b/package.json index 13a651e73..4f48fb9d0 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "iso-country-currency": "^0.7.2", "js-base64": "^3.7.7", "js-cookie": "^3.0.5", - "markdown-to-jsx": "^7.7.6", + "markdown-to-jsx": "^7.7.12", "moment": "^2.30.1", "qrcode.react": "^4.2.0", "ramda": "^0.31.3",