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:
dependabot[bot] 2020-12-07 10:26:01 +01:00 committed by GitHub
parent 95ba00cb79
commit 2246f3a534
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

@ -304,9 +304,9 @@
} }
}, },
"@types/codemirror": { "@types/codemirror": {
"version": "0.0.100", "version": "0.0.102",
"resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.100.tgz", "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.102.tgz",
"integrity": "sha512-4jGmu1T8vpQrJCe8cbe3KveiJmK2UAt3rZO2qE2sPoMhGLuwW0cMzFYJLyXebbRJg5G3RbuUXLip1IHPUESkFA==", "integrity": "sha512-WZZW8VL8BAzzAZWkiYnM5VsYz1qWYieRqHPPtC/BB015QXd3LPXtBlbRYA8lauKgM10qWYeLH8p5LsIn2SLXfA==",
"requires": { "requires": {
"@types/tern": "*" "@types/tern": "*"
} }

View file

@ -12,7 +12,7 @@
"@sentry/browser": "^5.28.0", "@sentry/browser": "^5.28.0",
"@sentry/tracing": "^5.28.0", "@sentry/tracing": "^5.28.0",
"@types/chart.js": "^2.9.28", "@types/chart.js": "^2.9.28",
"@types/codemirror": "0.0.100", "@types/codemirror": "0.0.102",
"chart.js": "^2.9.4", "chart.js": "^2.9.4",
"codemirror": "^5.58.3", "codemirror": "^5.58.3",
"construct-style-sheets-polyfill": "^2.4.3", "construct-style-sheets-polyfill": "^2.4.3",