build(deps): bump codemirror from 5.65.4 to 5.65.5 in /web (#2998)

Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.65.4 to 5.65.5.
- [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.65.4...5.65.5)

---
updated-dependencies:
- dependency-name: codemirror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] 2022-05-31 09:50:06 +02:00 committed by GitHub
parent 5f09ba675d
commit 9cd46ecbeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -44,7 +44,7 @@
"base64-js": "^1.5.1",
"chart.js": "^3.8.0",
"chartjs-adapter-moment": "^1.0.0",
"codemirror": "^5.65.4",
"codemirror": "^5.65.5",
"construct-style-sheets-polyfill": "^3.1.0",
"country-flag-icons": "^1.5.4",
"eslint": "^8.16.0",
@ -4032,9 +4032,9 @@
}
},
"node_modules/codemirror": {
"version": "5.65.4",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.4.tgz",
"integrity": "sha512-tytrSm5Rh52b6j36cbDXN+FHwHCl9aroY4BrDZB2NFFL3Wjfq9nuYVLFFhaOYOczKAg3JXTr8BuT8LcE5QY4Iw=="
"version": "5.65.5",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.5.tgz",
"integrity": "sha512-HNyhvGLnYz5c+kIsB9QKVitiZUevha3ovbIYaQiGzKo7ECSL/elWD9RXt3JgNr0NdnyqE9/Rc/7uLfkJQL638w=="
},
"node_modules/collection-visit": {
"version": "1.0.0",
@ -11995,9 +11995,9 @@
"integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4="
},
"codemirror": {
"version": "5.65.4",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.4.tgz",
"integrity": "sha512-tytrSm5Rh52b6j36cbDXN+FHwHCl9aroY4BrDZB2NFFL3Wjfq9nuYVLFFhaOYOczKAg3JXTr8BuT8LcE5QY4Iw=="
"version": "5.65.5",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.5.tgz",
"integrity": "sha512-HNyhvGLnYz5c+kIsB9QKVitiZUevha3ovbIYaQiGzKo7ECSL/elWD9RXt3JgNr0NdnyqE9/Rc/7uLfkJQL638w=="
},
"collection-visit": {
"version": "1.0.0",

View File

@ -87,7 +87,7 @@
"base64-js": "^1.5.1",
"chart.js": "^3.8.0",
"chartjs-adapter-moment": "^1.0.0",
"codemirror": "^5.65.4",
"codemirror": "^5.65.5",
"construct-style-sheets-polyfill": "^3.1.0",
"country-flag-icons": "^1.5.4",
"eslint": "^8.16.0",