From fd22564598900ff304591dee0273a967a4510907 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Wed, 24 Nov 2021 14:47:54 +0100 Subject: [PATCH] chore(deps-dev): fix security vuln. in react-syntax-highlighter --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75739bab..1662c29a 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.4", + "react-syntax-highlighter": "=15.4.5", "redux": "^4.1.2", "redux-immutable": "^4.0.0", "remarkable": "^2.0.1", @@ -24116,14 +24116,14 @@ } }, "node_modules/react-syntax-highlighter": { - "version": "15.4.4", - "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.4.tgz", - "integrity": "sha512-PsOFHNTzkb3OroXdoR897eKN5EZ6grht1iM+f1lJSq7/L0YVnkJaNVwC3wEUYPOAmeyl5xyer1DjL6MrumO6Zw==", + "version": "15.4.5", + "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.5.tgz", + "integrity": "sha512-RC90KQTxZ/b7+9iE6s9nmiFLFjWswUcfULi4GwVzdFVKVMQySkJWBuOmJFfjwjMVCo0IUUuJrWebNKyviKpwLQ==", "dependencies": { "@babel/runtime": "^7.3.1", "highlight.js": "^10.4.1", "lowlight": "^1.17.0", - "prismjs": "^1.22.0", + "prismjs": "^1.25.0", "refractor": "^3.2.0" }, "peerDependencies": { @@ -48822,14 +48822,14 @@ } }, "react-syntax-highlighter": { - "version": "15.4.4", - "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.4.tgz", - "integrity": "sha512-PsOFHNTzkb3OroXdoR897eKN5EZ6grht1iM+f1lJSq7/L0YVnkJaNVwC3wEUYPOAmeyl5xyer1DjL6MrumO6Zw==", + "version": "15.4.5", + "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.5.tgz", + "integrity": "sha512-RC90KQTxZ/b7+9iE6s9nmiFLFjWswUcfULi4GwVzdFVKVMQySkJWBuOmJFfjwjMVCo0IUUuJrWebNKyviKpwLQ==", "requires": { "@babel/runtime": "^7.3.1", "highlight.js": "^10.4.1", "lowlight": "^1.17.0", - "prismjs": "^1.22.0", + "prismjs": "^1.25.0", "refractor": "^3.2.0" } }, diff --git a/package.json b/package.json index f41956bf..2782ba40 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "react-immutable-pure-component": "^2.2.0", "react-inspector": "^5.1.1", "react-redux": "^7.2.4", - "react-syntax-highlighter": "^15.4.4", + "react-syntax-highlighter": "=15.4.5", "redux": "^4.1.2", "redux-immutable": "^4.0.0", "remarkable": "^2.0.1",