chore(deps): bump prismjs from 1.21.0 to 1.22.0 in /client

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.21.0 to 1.22.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.21.0...v1.22.0)

Signed-off-by: dependabot[bot] <support@github.com>
pull/39881/head
dependabot[bot] 2020-10-11 19:11:10 +00:00
parent cdda92fd25
commit 82b028542f
2 changed files with 4 additions and 4 deletions

View File

@ -21158,9 +21158,9 @@
}
},
"prismjs": {
"version": "1.21.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.21.0.tgz",
"integrity": "sha512-uGdSIu1nk3kej2iZsLyDoJ7e9bnPzIgY0naW/HdknGj61zScaprVEVGHrPoXqI+M9sP0NDnTK2jpkvmldpuqDw==",
"version": "1.22.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.22.0.tgz",
"integrity": "sha512-lLJ/Wt9yy0AiSYBf212kK3mM5L8ycwlyTlSxHBAneXLR0nzFMlZ5y7riFPF3E33zXOF2IH95xdY5jIyZbM9z/w==",
"requires": {
"clipboard": "^2.0.0"
}

View File

@ -48,7 +48,7 @@
"lodash": "^4.17.20",
"monaco-editor": "^0.20.0",
"nanoid": "^1.2.2",
"prismjs": "^1.21.0",
"prismjs": "^1.22.0",
"query-string": "^6.13.5",
"react": "^16.10.2",
"react-dom": "^16.10.2",