build(deps): bump @types/codemirror from 0.0.103 to 0.0.104 in /web (#454)

Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror) from 0.0.103 to 0.0.104.
- [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-06 14:00:25 +01:00 committed by GitHub
parent 4743e72e18
commit 2aac024477
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.103", "version": "0.0.104",
"resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.103.tgz", "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.104.tgz",
"integrity": "sha512-dYQTrIcZal0pnYz/ODjpJB+yadKJhGHywylAlHKjE8VSzGiw2A+6S+hD6jfyXw02ToFR9DO52X+O1pvHn31sbg==", "integrity": "sha512-b417c7DZifNj1IQzOurj+HDBzHEW+C6Y8DaBai3va7p7hR/mh3YLs4wYyDapqjYiIcvJSu/kPd8XUSPaDRftbg==",
"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.103", "@types/codemirror": "0.0.104",
"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",