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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/40622/head
dependabot[bot] 2021-01-04 08:22:58 +00:00
parent 2314a90b18
commit 84bffb6acb
2 changed files with 4 additions and 4 deletions

View File

@ -21178,9 +21178,9 @@
}
},
"prismjs": {
"version": "1.22.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.22.0.tgz",
"integrity": "sha512-lLJ/Wt9yy0AiSYBf212kK3mM5L8ycwlyTlSxHBAneXLR0nzFMlZ5y7riFPF3E33zXOF2IH95xdY5jIyZbM9z/w==",
"version": "1.23.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.23.0.tgz",
"integrity": "sha512-c29LVsqOaLbBHuIbsTxaKENh1N2EQBOHaWv7gkHN4dgRbxSREqDnDbtFJYdpPauS4YCplMSNCABQ6Eeor69bAA==",
"requires": {
"clipboard": "^2.0.0"
}

View File

@ -45,7 +45,7 @@
"lodash": "^4.17.20",
"monaco-editor": "^0.20.0",
"nanoid": "^3.1.20",
"prismjs": "^1.22.0",
"prismjs": "^1.23.0",
"query-string": "^6.13.8",
"react": "^16.14.0",
"react-dom": "^16.14.0",