From daed0bfecd43b08b14a8e44c33f70847703645c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 16:53:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-3136336 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c28b495..6a553cc 100644 --- a/package.json +++ b/package.json @@ -28,21 +28,21 @@ "devDependencies": { "babel": "^5.8.29", "babel-core": "^5.8.33", - "babel-loader": "^5.3.3", + "babel-loader": "^7.0.0", "babel-runtime": "^5.8.29", "expect.js": "^0.3.1", "exports-loader": "^0.6.2", - "imports-loader": "^0.6.5", + "imports-loader": "^0.7.1", "json-loader": "^0.5.3", - "karma": "^0.13.15", + "karma": "^5.0.8", "karma-mocha": "^0.2.0", "karma-phantomjs-launcher": "^0.2.1", "karma-spec-reporter": "0.0.22", - "karma-webpack": "^1.7.0", + "karma-webpack": "^2.0.10", "mocha": "^2.3.3", "phantomjs": "^1.9.18", "wallaby-webpack": "0.0.10", - "webpack": "^1.12.3", + "webpack": "^3.0.0", "whatwg-fetch": "^0.10.1" } }