build(deps): bump codemirror from 5.59.2 to 5.59.3 in /web (#577)

Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.59.2 to 5.59.3.
- [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.59.2...5.59.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-02-22 08:44:18 +01:00 committed by GitHub
parent a3221475e5
commit 592a2dcede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
web/package-lock.json generated
View File

@ -862,9 +862,9 @@
}
},
"codemirror": {
"version": "5.59.2",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.59.2.tgz",
"integrity": "sha512-/D5PcsKyzthtSy2NNKCyJi3b+htRkoKv3idswR/tR6UAvMNKA7SrmyZy6fOONJxSRs1JlUWEDAbxqfdArbK8iA=="
"version": "5.59.3",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.59.3.tgz",
"integrity": "sha512-p1d4BjmBBssgnEGtQeWvE5PdiDffqZjiJ77h2FZ2J2BpW9qdOzf6v7IQscyE+TgyKBQS3PpsYimfEDNgcNRZGQ=="
},
"collection-visit": {
"version": "1.0.0",

View File

@ -18,7 +18,7 @@
"@types/codemirror": "0.0.108",
"base64-js": "^1.5.1",
"chart.js": "^2.9.4",
"codemirror": "^5.59.2",
"codemirror": "^5.59.3",
"construct-style-sheets-polyfill": "^2.4.16",
"flowchart.js": "^1.15.0",
"lit-element": "^2.4.0",