From d9e19a36e315e3a581d468039b7bfa93d0b7196f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 07:36:07 +0000 Subject: [PATCH 1/2] Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.7.1 to 16.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.7.1...v16.8.0) Signed-off-by: dependabot[bot] --- MalwareMultiScan.Tests/MalwareMultiScan.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MalwareMultiScan.Tests/MalwareMultiScan.Tests.csproj b/MalwareMultiScan.Tests/MalwareMultiScan.Tests.csproj index 1d256f1..b166e40 100644 --- a/MalwareMultiScan.Tests/MalwareMultiScan.Tests.csproj +++ b/MalwareMultiScan.Tests/MalwareMultiScan.Tests.csproj @@ -11,7 +11,7 @@ - + From da859ea7eeca251ac285ed4648ecc55962b5670f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 07:38:50 +0000 Subject: [PATCH 2/2] Bump core-js from 3.6.5 to 3.7.0 in /MalwareMultiScan.Ui Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.5 to 3.7.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.6.5...v3.7.0) Signed-off-by: dependabot[bot] --- MalwareMultiScan.Ui/package-lock.json | 6 +++--- MalwareMultiScan.Ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MalwareMultiScan.Ui/package-lock.json b/MalwareMultiScan.Ui/package-lock.json index 9b12b10..3e4fcfd 100644 --- a/MalwareMultiScan.Ui/package-lock.json +++ b/MalwareMultiScan.Ui/package-lock.json @@ -3764,9 +3764,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "core-js": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", - "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", + "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==" }, "core-js-compat": { "version": "3.6.5", diff --git a/MalwareMultiScan.Ui/package.json b/MalwareMultiScan.Ui/package.json index a94626d..3f7ec92 100644 --- a/MalwareMultiScan.Ui/package.json +++ b/MalwareMultiScan.Ui/package.json @@ -14,7 +14,7 @@ "@nuxtjs/proxy": "^2.0.1", "bootstrap": "^4.5.2", "bootstrap-vue": "^2.17.3", - "core-js": "^3.6.5", + "core-js": "^3.7.0", "nuxt": "^2.14.6" }, "devDependencies": {