From 2449c63d0a21aa170430e023fc9ce1044aa89f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Nov 2020 09:58:48 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- passbook/static/static/package-lock.json | 6 +++--- passbook/static/static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/passbook/static/static/package-lock.json b/passbook/static/static/package-lock.json index 3141f45ca..779602d25 100644 --- a/passbook/static/static/package-lock.json +++ b/passbook/static/static/package-lock.json @@ -114,9 +114,9 @@ } }, "@types/codemirror": { - "version": "0.0.99", - "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.99.tgz", - "integrity": "sha512-iSNLwL9ZXUDUhhljqyO9lDpxKOnye9Y2IY0vvoarapI3QLpZsx8RF8Ybic4+gne+DVsnc5ReBOQA3p4FVbsXMw==", + "version": "0.0.100", + "resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.100.tgz", + "integrity": "sha512-4jGmu1T8vpQrJCe8cbe3KveiJmK2UAt3rZO2qE2sPoMhGLuwW0cMzFYJLyXebbRJg5G3RbuUXLip1IHPUESkFA==", "requires": { "@types/tern": "*" } diff --git a/passbook/static/static/package.json b/passbook/static/static/package.json index 7ab49023d..6440ba990 100644 --- a/passbook/static/static/package.json +++ b/passbook/static/static/package.json @@ -9,7 +9,7 @@ "@fortawesome/fontawesome-free": "^5.15.1", "@patternfly/patternfly": "^4.65.6", "@types/chart.js": "^2.9.28", - "@types/codemirror": "0.0.99", + "@types/codemirror": "0.0.100", "chart.js": "^2.9.4", "codemirror": "^5.58.3", "construct-style-sheets-polyfill": "^2.4.3",