From dad91d72a9a8a19495953ac4d3c7ed9d0afa51c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:46:06 +0000 Subject: [PATCH] build(deps): bump codemirror from 5.65.15 to 5.65.16 Bumps [codemirror](https://github.com/codemirror/basic-setup) from 5.65.15 to 5.65.16. - [Changelog](https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/basic-setup/commits) --- updated-dependencies: - dependency-name: codemirror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",