From c9e6d87b019260ea37d175d6f9d3da949c023df3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 May 2023 02:41:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MADGE-1082875 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-SNYKDOCKERPLUGIN-3039679 - https://snyk.io/vuln/SNYK-JS-SNYKGOPLUGIN-3037316 - https://snyk.io/vuln/SNYK-JS-SNYKGRADLEPLUGIN-3038624 - https://snyk.io/vuln/SNYK-JS-SNYKMVNPLUGIN-3038623 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f30aa1ab64..eb0a4f31d4 100644 --- a/package.json +++ b/package.json @@ -119,11 +119,11 @@ "semver": "^6.0.0", "snyk-config": "4.0.0", "snyk-cpp-plugin": "2.2.1", - "snyk-docker-plugin": "4.21.3", - "snyk-go-plugin": "1.17.0", - "snyk-gradle-plugin": "3.16.0", + "snyk-docker-plugin": "5.6.5", + "snyk-go-plugin": "1.19.1", + "snyk-gradle-plugin": "3.24.5", "snyk-module": "3.1.0", - "snyk-mvn-plugin": "2.26.1", + "snyk-mvn-plugin": "2.31.3", "snyk-nodejs-lockfile-parser": "1.35.0", "snyk-nuget-plugin": "1.21.1", "snyk-php-plugin": "1.9.2", @@ -165,7 +165,7 @@ "jest": "^26.6.3", "jest-junit": "^12.0.0", "lodash": "^4.17.20", - "madge": "^3.4.4", + "madge": "^4.0.1", "mock-fs": "^4.13.0", "nock": "^10.0.6", "npm-run-all": "^4.1.5", @@ -174,7 +174,7 @@ "restify": "^8.5.1", "sinon": "^4.0.0", "tap": "^12.6.1", - "tap-junit": "^4.2.0", + "tap-junit": "^5.0.2", "ts-jest": "^26.5.2", "ts-node": "^8.0.0", "typescript": "^3.4.1"