build(deps): bump @types/codemirror in /passbook/static/static (#346)

Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror) from 0.0.99 to 0.0.100.
- [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-11-26 09:58:48 +01:00 committed by GitHub
parent c738ea573c
commit 2449c63d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -114,9 +114,9 @@
} }
}, },
"@types/codemirror": { "@types/codemirror": {
"version": "0.0.99", "version": "0.0.100",
"resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.99.tgz", "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.100.tgz",
"integrity": "sha512-iSNLwL9ZXUDUhhljqyO9lDpxKOnye9Y2IY0vvoarapI3QLpZsx8RF8Ybic4+gne+DVsnc5ReBOQA3p4FVbsXMw==", "integrity": "sha512-4jGmu1T8vpQrJCe8cbe3KveiJmK2UAt3rZO2qE2sPoMhGLuwW0cMzFYJLyXebbRJg5G3RbuUXLip1IHPUESkFA==",
"requires": { "requires": {
"@types/tern": "*" "@types/tern": "*"
} }

View File

@ -9,7 +9,7 @@
"@fortawesome/fontawesome-free": "^5.15.1", "@fortawesome/fontawesome-free": "^5.15.1",
"@patternfly/patternfly": "^4.65.6", "@patternfly/patternfly": "^4.65.6",
"@types/chart.js": "^2.9.28", "@types/chart.js": "^2.9.28",
"@types/codemirror": "0.0.99", "@types/codemirror": "0.0.100",
"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",