build(deps): bump @types/codemirror from 0.0.106 to 0.0.107 in /web (#503)

Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror) from 0.0.106 to 0.0.107.
- [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] 2021-01-28 10:04:36 +01:00 committed by GitHub
parent 542a4b9bdf
commit 2b34ac7545
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.106", "version": "0.0.107",
"resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.106.tgz", "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.107.tgz",
"integrity": "sha512-o2bJWaI56+J1IuzUyb1KKNLs0Tm1sqdosGeSneicQZpg9s59++8Nz70KOD6IACiZWI6b+H0H+UE+JRkgTUO3Ww==", "integrity": "sha512-F3Uh8xBmZWeMckWPVrcG5TBQIr/rZM7dQfx8D0pHCb372MIWFBwc5mjLBpYPcxGpmgNM/p6bl619XwyzBUQTrQ==",
"requires": { "requires": {
"@types/tern": "*" "@types/tern": "*"
} }

View File

@ -12,7 +12,7 @@
"@sentry/browser": "^6.0.2", "@sentry/browser": "^6.0.2",
"@sentry/tracing": "^6.0.2", "@sentry/tracing": "^6.0.2",
"@types/chart.js": "^2.9.30", "@types/chart.js": "^2.9.30",
"@types/codemirror": "0.0.106", "@types/codemirror": "0.0.107",
"chart.js": "^2.9.4", "chart.js": "^2.9.4",
"codemirror": "^5.59.2", "codemirror": "^5.59.2",
"construct-style-sheets-polyfill": "^2.4.6", "construct-style-sheets-polyfill": "^2.4.6",