diff --git a/package-lock.json b/package-lock.json index cb36e877..64885475 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "bootstrap-table": "^1.22.1", "bootstrap-toggle": "^2.2.2", "cldrpluralruleparser": "1.3.2", - "codemirror": "^5.65.15", + "codemirror": "^5.65.16", "d3": "^3.5.17", "dimple-js": "https://github.com/PMSI-AlignAlytics/dimple.git#2.2.0", "downloadjs": "1.4.4", @@ -2568,9 +2568,9 @@ } }, "node_modules/codemirror": { - "version": "5.65.15", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.15.tgz", - "integrity": "sha512-YC4EHbbwQeubZzxLl5G4nlbLc1T21QTrKGaOal/Pkm9dVDMZXMH7+ieSPEOZCtO9I68i8/oteJKOxzHC2zR+0g==" + "version": "5.65.16", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.16.tgz", + "integrity": "sha512-br21LjYmSlVL0vFCPWPfhzUCT34FM/pAdK7rRIZwa0rrtrIdotvP4Oh4GUHsu2E3IrQMCfRkL/fN3ytMNxVQvg==" }, "node_modules/color-convert": { "version": "2.0.1", @@ -15127,9 +15127,9 @@ } }, "codemirror": { - "version": "5.65.15", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.15.tgz", - "integrity": "sha512-YC4EHbbwQeubZzxLl5G4nlbLc1T21QTrKGaOal/Pkm9dVDMZXMH7+ieSPEOZCtO9I68i8/oteJKOxzHC2zR+0g==" + "version": "5.65.16", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.16.tgz", + "integrity": "sha512-br21LjYmSlVL0vFCPWPfhzUCT34FM/pAdK7rRIZwa0rrtrIdotvP4Oh4GUHsu2E3IrQMCfRkL/fN3ytMNxVQvg==" }, "color-convert": { "version": "2.0.1", diff --git a/package.json b/package.json index 3169fc06..9957ec4c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "bootstrap-table": "^1.22.1", "bootstrap-toggle": "^2.2.2", "cldrpluralruleparser": "1.3.2", - "codemirror": "^5.65.15", + "codemirror": "^5.65.16", "d3": "^3.5.17", "dimple-js": "https://github.com/PMSI-AlignAlytics/dimple.git#2.2.0", "downloadjs": "1.4.4",