Bump prismjs from 1.23.0 to 1.24.0 (#404) [skip ci]

This commit is contained in:
dependabot[bot]
2021-06-29 18:52:46 +02:00
committed by GitHub
parent c218af5b20
commit 68c0f9e3fa
2 changed files with 8 additions and 14 deletions

20
package-lock.json generated
View File

@@ -29,7 +29,7 @@
"node-fetch": "^2.6.1",
"open-graph-scraper": "^4.9.0",
"png-js": "^1.0.0",
"prismjs": "^1.23.0",
"prismjs": "^1.24.0",
"puppeteer": "^10.0.0",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.4.0",
@@ -7625,12 +7625,9 @@
}
},
"node_modules/prismjs": {
"version": "1.23.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.23.0.tgz",
"integrity": "sha512-c29LVsqOaLbBHuIbsTxaKENh1N2EQBOHaWv7gkHN4dgRbxSREqDnDbtFJYdpPauS4YCplMSNCABQ6Eeor69bAA==",
"optionalDependencies": {
"clipboard": "^2.0.0"
}
"version": "1.24.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.24.0.tgz",
"integrity": "sha512-SqV5GRsNqnzCL8k5dfAjCNhUrF3pR0A9lTDSCUZeh/LIshheXJEaP0hwLz2t4XHivd2J/v2HR+gRnigzeKe3cQ=="
},
"node_modules/process": {
"version": "0.11.10",
@@ -15822,12 +15819,9 @@
}
},
"prismjs": {
"version": "1.23.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.23.0.tgz",
"integrity": "sha512-c29LVsqOaLbBHuIbsTxaKENh1N2EQBOHaWv7gkHN4dgRbxSREqDnDbtFJYdpPauS4YCplMSNCABQ6Eeor69bAA==",
"requires": {
"clipboard": "^2.0.0"
}
"version": "1.24.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.24.0.tgz",
"integrity": "sha512-SqV5GRsNqnzCL8k5dfAjCNhUrF3pR0A9lTDSCUZeh/LIshheXJEaP0hwLz2t4XHivd2J/v2HR+gRnigzeKe3cQ=="
},
"process": {
"version": "0.11.10",

View File

@@ -46,7 +46,7 @@
"node-fetch": "^2.6.1",
"open-graph-scraper": "^4.9.0",
"png-js": "^1.0.0",
"prismjs": "^1.23.0",
"prismjs": "^1.24.0",
"puppeteer": "^10.0.0",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.4.0",