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

Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror) from 0.0.105 to 0.0.106.
- [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-11 08:23:19 +01:00 committed by GitHub
parent fd6d99f4f9
commit f8756d0fc9
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.105", "version": "0.0.106",
"resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.105.tgz", "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.106.tgz",
"integrity": "sha512-FO3qdFLKK0yayyBJcctZndSVZzVC76uH/um8ELd0AQR3ucZBi/Ld+1lBQnCvXUytVFWVO0Yh0uWNnsmVJ+gNbw==", "integrity": "sha512-o2bJWaI56+J1IuzUyb1KKNLs0Tm1sqdosGeSneicQZpg9s59++8Nz70KOD6IACiZWI6b+H0H+UE+JRkgTUO3Ww==",
"requires": { "requires": {
"@types/tern": "*" "@types/tern": "*"
} }

View File

@ -12,7 +12,7 @@
"@sentry/browser": "^5.29.2", "@sentry/browser": "^5.29.2",
"@sentry/tracing": "^5.29.2", "@sentry/tracing": "^5.29.2",
"@types/chart.js": "^2.9.29", "@types/chart.js": "^2.9.29",
"@types/codemirror": "0.0.105", "@types/codemirror": "0.0.106",
"chart.js": "^2.9.4", "chart.js": "^2.9.4",
"codemirror": "^5.59.1", "codemirror": "^5.59.1",
"construct-style-sheets-polyfill": "^2.4.6", "construct-style-sheets-polyfill": "^2.4.6",