1
mirror of https://github.com/pure-css/pure synced 2025-03-13 06:24:28 +01:00

chore(deps): bump react-syntax-highlighter in /site (#912)

This commit is contained in:
dependabot[bot] 2021-11-15 08:57:23 -05:00 committed by GitHub
parent 209857d743
commit cb0a8e3254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 10 deletions

30
site/package-lock.json generated
View File

@ -18,7 +18,7 @@
"js-beautify": "^1.11.0", "js-beautify": "^1.11.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-syntax-highlighter": "^15.4.4" "react-syntax-highlighter": "^15.4.5"
} }
}, },
"node_modules/@algolia/autocomplete-core": { "node_modules/@algolia/autocomplete-core": {
@ -11338,20 +11338,25 @@
} }
}, },
"node_modules/react-syntax-highlighter": { "node_modules/react-syntax-highlighter": {
"version": "15.4.4", "version": "15.4.5",
"resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.4.tgz", "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.5.tgz",
"integrity": "sha512-PsOFHNTzkb3OroXdoR897eKN5EZ6grht1iM+f1lJSq7/L0YVnkJaNVwC3wEUYPOAmeyl5xyer1DjL6MrumO6Zw==", "integrity": "sha512-RC90KQTxZ/b7+9iE6s9nmiFLFjWswUcfULi4GwVzdFVKVMQySkJWBuOmJFfjwjMVCo0IUUuJrWebNKyviKpwLQ==",
"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.22.0", "prismjs": "^1.25.0",
"refractor": "^3.2.0" "refractor": "^3.2.0"
}, },
"peerDependencies": { "peerDependencies": {
"react": ">= 0.14.0" "react": ">= 0.14.0"
} }
}, },
"node_modules/react-syntax-highlighter/node_modules/prismjs": {
"version": "1.25.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.25.0.tgz",
"integrity": "sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg=="
},
"node_modules/react-textarea-autosize": { "node_modules/react-textarea-autosize": {
"version": "8.3.3", "version": "8.3.3",
"resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.3.3.tgz", "resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.3.3.tgz",
@ -23751,15 +23756,22 @@
"requires": {} "requires": {}
}, },
"react-syntax-highlighter": { "react-syntax-highlighter": {
"version": "15.4.4", "version": "15.4.5",
"resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.4.tgz", "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.5.tgz",
"integrity": "sha512-PsOFHNTzkb3OroXdoR897eKN5EZ6grht1iM+f1lJSq7/L0YVnkJaNVwC3wEUYPOAmeyl5xyer1DjL6MrumO6Zw==", "integrity": "sha512-RC90KQTxZ/b7+9iE6s9nmiFLFjWswUcfULi4GwVzdFVKVMQySkJWBuOmJFfjwjMVCo0IUUuJrWebNKyviKpwLQ==",
"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.22.0", "prismjs": "^1.25.0",
"refractor": "^3.2.0" "refractor": "^3.2.0"
},
"dependencies": {
"prismjs": {
"version": "1.25.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.25.0.tgz",
"integrity": "sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg=="
}
} }
}, },
"react-textarea-autosize": { "react-textarea-autosize": {

View File

@ -21,7 +21,7 @@
"js-beautify": "^1.11.0", "js-beautify": "^1.11.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-syntax-highlighter": "^15.4.4" "react-syntax-highlighter": "^15.4.5"
}, },
"browserslist": { "browserslist": {
"production": [ "production": [