From c409bac50bf864875b5f7bc7582593748b1b4d14 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Mon, 13 Sep 2021 13:57:01 +0300 Subject: [PATCH] fix(security): fix security issue in prismjs dep Refs #7492 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index f625a26c3da..12362e54e13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "react-immutable-pure-component": "^2.2.0", "react-inspector": "^5.1.1", "react-redux": "^7.2.4", - "react-syntax-highlighter": "^15.4.3", + "react-syntax-highlighter": "^15.4.4", "redux": "^4.1.0", "redux-immutable": "^4.0.0", "remarkable": "^2.0.1", diff --git a/package.json b/package.json index e92c0025d7e..b3bc098d656 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "react-immutable-pure-component": "^2.2.0", "react-inspector": "^5.1.1", "react-redux": "^7.2.4", - "react-syntax-highlighter": "^15.4.3", + "react-syntax-highlighter": "^15.4.4", "redux": "^4.1.0", "redux-immutable": "^4.0.0", "remarkable": "^2.0.1",