Bump prismjs from 1.17.1 to 1.23.0

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.17.1 to 1.23.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.17.1...v1.23.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-03-01 20:51:32 +00:00
committed by GitHub
parent d15f3e04fb
commit c03393604c
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -4471,17 +4471,17 @@
} }
}, },
"prismjs": { "prismjs": {
"version": "1.17.1", "version": "1.23.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.17.1.tgz", "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.23.0.tgz",
"integrity": "sha512-PrEDJAFdUGbOP6xK/UsfkC5ghJsPJviKgnQOoxaDbBjwc8op68Quupwt1DeAFoG8GImPhiKXAvvsH7wDSLsu1Q==", "integrity": "sha512-c29LVsqOaLbBHuIbsTxaKENh1N2EQBOHaWv7gkHN4dgRbxSREqDnDbtFJYdpPauS4YCplMSNCABQ6Eeor69bAA==",
"requires": { "requires": {
"clipboard": "^2.0.0" "clipboard": "^2.0.0"
}, },
"dependencies": { "dependencies": {
"clipboard": { "clipboard": {
"version": "2.0.4", "version": "2.0.6",
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.4.tgz", "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.6.tgz",
"integrity": "sha512-Vw26VSLRpJfBofiVaFb/I8PVfdI1OxKcYShe6fm0sP/DtmiWQNCjhM/okTvdCo0G+lMMm1rMYbk4IK4x1X+kgQ==", "integrity": "sha512-g5zbiixBRk/wyKakSwCKd7vQXDjFnAMGHoEyBogG/bw9kTD9GvdAvaoRR1ALcEzt3pVKxZR0pViekPMIS0QyGg==",
"optional": true, "optional": true,
"requires": { "requires": {
"good-listener": "^1.2.2", "good-listener": "^1.2.2",
+1 -1
View File
@@ -13,7 +13,7 @@
"mathjax-node": "^2.1.1", "mathjax-node": "^2.1.1",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"node-prismjs": "^0.1.2", "node-prismjs": "^0.1.2",
"prismjs": "^1.16.0", "prismjs": "^1.23.0",
"rss": "^1.2.2", "rss": "^1.2.2",
"showdown": "^1.9.0" "showdown": "^1.9.0"
}, },