diff --git a/passbook/static/static/package-lock.json b/passbook/static/static/package-lock.json index 2ea39ed86..e01c9e0a7 100644 --- a/passbook/static/static/package-lock.json +++ b/passbook/static/static/package-lock.json @@ -203,9 +203,9 @@ } }, "codemirror": { - "version": "5.58.1", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.58.1.tgz", - "integrity": "sha512-UGb/ueu20U4xqWk8hZB3xIfV2/SFqnSLYONiM3wTMDqko0bsYrsAkGGhqUzbRkYm89aBKPyHtuNEbVWF9FTFzw==" + "version": "5.58.2", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.58.2.tgz", + "integrity": "sha512-K/hOh24cCwRutd1Mk3uLtjWzNISOkm4fvXiMO7LucCrqbh6aJDdtqUziim3MZUI6wOY0rvY1SlL1Ork01uMy6w==" }, "color-convert": { "version": "1.9.3", diff --git a/passbook/static/static/package.json b/passbook/static/static/package.json index bc94d96ab..895c18d79 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.50.4", "chart.js": "^2.9.4", - "codemirror": "^5.58.1", + "codemirror": "^5.58.2", "lit-element": "^2.4.0", "lit-html": "^1.3.0", "rollup": "^2.32.1"