chore(deps-dev): fix security vuln. in react-syntax-highlighter

This commit is contained in:
Vladimir Gorej
2021-11-24 14:47:54 +01:00
parent 0e699d1315
commit fd22564598
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

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

View File

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