build(deps): bump @types/codemirror from 0.0.100 to 0.0.102 in /web (#374)
Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror) from 0.0.100 to 0.0.102. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/codemirror) 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:
parent
95ba00cb79
commit
2246f3a534
6
web/package-lock.json
generated
6
web/package-lock.json
generated
|
@ -304,9 +304,9 @@
|
|||
}
|
||||
},
|
||||
"@types/codemirror": {
|
||||
"version": "0.0.100",
|
||||
"resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.100.tgz",
|
||||
"integrity": "sha512-4jGmu1T8vpQrJCe8cbe3KveiJmK2UAt3rZO2qE2sPoMhGLuwW0cMzFYJLyXebbRJg5G3RbuUXLip1IHPUESkFA==",
|
||||
"version": "0.0.102",
|
||||
"resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.102.tgz",
|
||||
"integrity": "sha512-WZZW8VL8BAzzAZWkiYnM5VsYz1qWYieRqHPPtC/BB015QXd3LPXtBlbRYA8lauKgM10qWYeLH8p5LsIn2SLXfA==",
|
||||
"requires": {
|
||||
"@types/tern": "*"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"@sentry/browser": "^5.28.0",
|
||||
"@sentry/tracing": "^5.28.0",
|
||||
"@types/chart.js": "^2.9.28",
|
||||
"@types/codemirror": "0.0.100",
|
||||
"@types/codemirror": "0.0.102",
|
||||
"chart.js": "^2.9.4",
|
||||
"codemirror": "^5.58.3",
|
||||
"construct-style-sheets-polyfill": "^2.4.3",
|
||||
|
|
Reference in a new issue