From d6d91c81807696eb20f0c4be043d32bc4cfc94d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Nov 2020 01:19:26 +0100 Subject: [PATCH] build(deps): bump codemirror in /passbook/static/static (#335) Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.58.2 to 5.58.3. - [Release notes](https://github.com/codemirror/CodeMirror/releases) - [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md) - [Commits](https://github.com/codemirror/CodeMirror/compare/5.58.2...5.58.3) 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 f139ac2c5..faabf74e2 100644 --- a/passbook/static/static/package-lock.json +++ b/passbook/static/static/package-lock.json @@ -203,9 +203,9 @@ } }, "codemirror": { - "version": "5.58.2", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.58.2.tgz", - "integrity": "sha512-K/hOh24cCwRutd1Mk3uLtjWzNISOkm4fvXiMO7LucCrqbh6aJDdtqUziim3MZUI6wOY0rvY1SlL1Ork01uMy6w==" + "version": "5.58.3", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.58.3.tgz", + "integrity": "sha512-KBhB+juiyOOgn0AqtRmWyAT3yoElkuvWTI6hsHa9E6GQrl6bk/fdAYcvuqW1/upO9T9rtEtapWdw4XYcNiVDEA==" }, "color-convert": { "version": "1.9.3", diff --git a/passbook/static/static/package.json b/passbook/static/static/package.json index 71bede976..483abc3bd 100644 --- a/passbook/static/static/package.json +++ b/passbook/static/static/package.json @@ -8,7 +8,7 @@ "@fortawesome/fontawesome-free": "^5.15.1", "@patternfly/patternfly": "^4.65.6", "chart.js": "^2.9.4", - "codemirror": "^5.58.2", + "codemirror": "^5.58.3", "lit-element": "^2.4.0", "lit-html": "^1.3.0", "rollup": "^2.33.3"