Bump codemirror from 5.58.1 to 5.58.2 in /web

Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.58.1 to 5.58.2.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.58.1...5.58.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-06-28 09:50:17 +00:00
committed by GitHub
parent f44b9ec8dd
commit c32340e659
2 changed files with 4 additions and 4 deletions

6
web/package-lock.json generated
View File

@@ -385,9 +385,9 @@
"integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==" "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q=="
}, },
"codemirror": { "codemirror": {
"version": "5.58.1", "version": "5.58.2",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.58.1.tgz", "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.58.2.tgz",
"integrity": "sha512-UGb/ueu20U4xqWk8hZB3xIfV2/SFqnSLYONiM3wTMDqko0bsYrsAkGGhqUzbRkYm89aBKPyHtuNEbVWF9FTFzw==" "integrity": "sha512-K/hOh24cCwRutd1Mk3uLtjWzNISOkm4fvXiMO7LucCrqbh6aJDdtqUziim3MZUI6wOY0rvY1SlL1Ork01uMy6w=="
}, },
"compute-scroll-into-view": { "compute-scroll-into-view": {
"version": "1.0.16", "version": "1.0.16",

View File

@@ -11,7 +11,7 @@
"@antv/g2plot": "^1.1.27", "@antv/g2plot": "^1.1.27",
"antd": "^4.1.4", "antd": "^4.1.4",
"axios": "^0.20.0", "axios": "^0.20.0",
"codemirror": "^5.49.2", "codemirror": "^5.58.2",
"dayjs": "^1.10.5", "dayjs": "^1.10.5",
"react": "^16.13.1", "react": "^16.13.1",
"react-color": "^2.19.3", "react-color": "^2.19.3",