From 8523258a33081e0c6f77b101a2e838f89c08fe41 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Oct 2020 23:48:54 +0000 Subject: [PATCH] fix: interface/src/package.json & interface/src/yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CODEMIRROR-1016937 --- interface/src/package.json | 2 +- interface/src/yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/src/package.json b/interface/src/package.json index fc7a92fc..8f5f23e4 100644 --- a/interface/src/package.json +++ b/interface/src/package.json @@ -56,7 +56,7 @@ "autosuggest-highlight": "^3.1.1", "babel-inline-import-loader": "^0.0.5", "babel-plugin-inline-import": "^2.0.6", - "codemirror": "^5.36.0", + "codemirror": "^5.58.2", "copy-webpack-plugin": "^4.5.1", "history": "^4.7.2", "immutability-helper": "^2.6.6", diff --git a/interface/src/yarn.lock b/interface/src/yarn.lock index da07c2f7..1bae8080 100644 --- a/interface/src/yarn.lock +++ b/interface/src/yarn.lock @@ -1495,9 +1495,10 @@ code-point-at@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" -codemirror@^5.36.0: - version "5.36.0" - resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.36.0.tgz#1172ad9dc298056c06e0b34e5ccd23825ca15b40" +codemirror@^5.58.2: + version "5.58.2" + resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.58.2.tgz#ed54a1796de1498688bea1cdd4e9eeb187565d1b" + integrity sha512-K/hOh24cCwRutd1Mk3uLtjWzNISOkm4fvXiMO7LucCrqbh6aJDdtqUziim3MZUI6wOY0rvY1SlL1Ork01uMy6w== collection-visit@^1.0.0: version "1.0.0"