chore(deps): bump react-syntax-highlighter from 15.4.5 to 15.5.0 (#8261)

This commit is contained in:
dependabot[bot]
2022-10-27 11:22:15 +00:00
committed by GitHub
parent f346cfaeb9
commit cced547006
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@@ -32,7 +32,7 @@
"react-immutable-pure-component": "^2.2.0", "react-immutable-pure-component": "^2.2.0",
"react-inspector": "^6.0.1", "react-inspector": "^6.0.1",
"react-redux": "^7.2.4", "react-redux": "^7.2.4",
"react-syntax-highlighter": "^15.4.5", "react-syntax-highlighter": "^15.5.0",
"redux": "^4.1.2", "redux": "^4.1.2",
"redux-immutable": "^4.0.0", "redux-immutable": "^4.0.0",
"remarkable": "^2.0.1", "remarkable": "^2.0.1",
@@ -23624,15 +23624,15 @@
} }
}, },
"node_modules/react-syntax-highlighter": { "node_modules/react-syntax-highlighter": {
"version": "15.4.5", "version": "15.5.0",
"resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.5.tgz", "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.5.0.tgz",
"integrity": "sha512-RC90KQTxZ/b7+9iE6s9nmiFLFjWswUcfULi4GwVzdFVKVMQySkJWBuOmJFfjwjMVCo0IUUuJrWebNKyviKpwLQ==", "integrity": "sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.3.1", "@babel/runtime": "^7.3.1",
"highlight.js": "^10.4.1", "highlight.js": "^10.4.1",
"lowlight": "^1.17.0", "lowlight": "^1.17.0",
"prismjs": "^1.25.0", "prismjs": "^1.27.0",
"refractor": "^3.2.0" "refractor": "^3.6.0"
}, },
"peerDependencies": { "peerDependencies": {
"react": ">= 0.14.0" "react": ">= 0.14.0"
@@ -46557,15 +46557,15 @@
} }
}, },
"react-syntax-highlighter": { "react-syntax-highlighter": {
"version": "15.4.5", "version": "15.5.0",
"resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.5.tgz", "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.5.0.tgz",
"integrity": "sha512-RC90KQTxZ/b7+9iE6s9nmiFLFjWswUcfULi4GwVzdFVKVMQySkJWBuOmJFfjwjMVCo0IUUuJrWebNKyviKpwLQ==", "integrity": "sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==",
"requires": { "requires": {
"@babel/runtime": "^7.3.1", "@babel/runtime": "^7.3.1",
"highlight.js": "^10.4.1", "highlight.js": "^10.4.1",
"lowlight": "^1.17.0", "lowlight": "^1.17.0",
"prismjs": "^1.25.0", "prismjs": "^1.27.0",
"refractor": "^3.2.0" "refractor": "^3.6.0"
} }
}, },
"react-test-renderer": { "react-test-renderer": {

View File

@@ -85,7 +85,7 @@
"react-immutable-pure-component": "^2.2.0", "react-immutable-pure-component": "^2.2.0",
"react-inspector": "^6.0.1", "react-inspector": "^6.0.1",
"react-redux": "^7.2.4", "react-redux": "^7.2.4",
"react-syntax-highlighter": "^15.4.5", "react-syntax-highlighter": "^15.5.0",
"redux": "^4.1.2", "redux": "^4.1.2",
"redux-immutable": "^4.0.0", "redux-immutable": "^4.0.0",
"remarkable": "^2.0.1", "remarkable": "^2.0.1",