Bump prismjs from 1.19.0 to 1.24.0

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.19.0 to 1.24.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.19.0...v1.24.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-11 15:30:29 +00:00 committed by GitHub
parent 35c83f30ed
commit f509de4f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 20 deletions

20
package-lock.json generated
View File

@ -32,7 +32,7 @@
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"portal-vue": "2.1.7", "portal-vue": "2.1.7",
"postcss-rtl": "1.7.3", "postcss-rtl": "1.7.3",
"prismjs": "1.19.0", "prismjs": "1.24.0",
"swiper": "6.5.1", "swiper": "6.5.1",
"uuid": "8.3.2", "uuid": "8.3.2",
"vee-validate": "3.4.5", "vee-validate": "3.4.5",
@ -14762,12 +14762,9 @@
} }
}, },
"node_modules/prismjs": { "node_modules/prismjs": {
"version": "1.19.0", "version": "1.24.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.19.0.tgz", "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.24.0.tgz",
"integrity": "sha512-IVFtbW9mCWm9eOIaEkNyo2Vl4NnEifis2GQ7/MLRG5TQe6t+4Sj9J5QWI9i3v+SS43uZBlCAOn+zYTVYQcPXJw==", "integrity": "sha512-SqV5GRsNqnzCL8k5dfAjCNhUrF3pR0A9lTDSCUZeh/LIshheXJEaP0hwLz2t4XHivd2J/v2HR+gRnigzeKe3cQ=="
"optionalDependencies": {
"clipboard": "^2.0.0"
}
}, },
"node_modules/process": { "node_modules/process": {
"version": "0.11.10", "version": "0.11.10",
@ -31592,12 +31589,9 @@
} }
}, },
"prismjs": { "prismjs": {
"version": "1.19.0", "version": "1.24.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.19.0.tgz", "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.24.0.tgz",
"integrity": "sha512-IVFtbW9mCWm9eOIaEkNyo2Vl4NnEifis2GQ7/MLRG5TQe6t+4Sj9J5QWI9i3v+SS43uZBlCAOn+zYTVYQcPXJw==", "integrity": "sha512-SqV5GRsNqnzCL8k5dfAjCNhUrF3pR0A9lTDSCUZeh/LIshheXJEaP0hwLz2t4XHivd2J/v2HR+gRnigzeKe3cQ=="
"requires": {
"clipboard": "^2.0.0"
}
}, },
"process": { "process": {
"version": "0.11.10", "version": "0.11.10",

View File

@ -34,7 +34,7 @@
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"portal-vue": "2.1.7", "portal-vue": "2.1.7",
"postcss-rtl": "1.7.3", "postcss-rtl": "1.7.3",
"prismjs": "1.19.0", "prismjs": "1.24.0",
"swiper": "6.5.1", "swiper": "6.5.1",
"uuid": "8.3.2", "uuid": "8.3.2",
"vee-validate": "3.4.5", "vee-validate": "3.4.5",

View File

@ -8749,12 +8749,10 @@ pretty-error@^2.0.2:
lodash "^4.17.20" lodash "^4.17.20"
renderkid "^2.0.4" renderkid "^2.0.4"
prismjs@1.19.0: prismjs@1.24.0:
version "1.19.0" version "1.24.0"
resolved "https://registry.npmjs.org/prismjs/-/prismjs-1.19.0.tgz" resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.24.0.tgz#0409c30068a6c52c89ef7f1089b3ca4de56be2ac"
integrity sha512-IVFtbW9mCWm9eOIaEkNyo2Vl4NnEifis2GQ7/MLRG5TQe6t+4Sj9J5QWI9i3v+SS43uZBlCAOn+zYTVYQcPXJw== integrity sha512-SqV5GRsNqnzCL8k5dfAjCNhUrF3pR0A9lTDSCUZeh/LIshheXJEaP0hwLz2t4XHivd2J/v2HR+gRnigzeKe3cQ==
optionalDependencies:
clipboard "^2.0.0"
process-nextick-args@~2.0.0: process-nextick-args@~2.0.0:
version "2.0.1" version "2.0.1"