From 1dab0016168a77ee044dbd0598f080d266a832ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:31:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5ceb9d710..25dcb787f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "bluebird": "^2.9.24", "bugsnag-js": "^2.4.7", "classnames": "^1.2.0", - "coveralls": "^2.11.2", + "coveralls": "^3.0.0", "deep-extend": "^0.4.0", "dockerode": "^2.1.4", "exec": "0.2.0", @@ -47,17 +47,17 @@ "mixpanel": "kitematic/mixpanel-node", "mkdirp": "^0.5.0", "node-uuid": "^1.4.3", - "npm": "^2.9.1", + "npm": "^7.21.0", "object-assign": "^2.0.0", "osx-release": "^1.1.0", "parseUri": "^1.2.3-2", - "react": "^0.13.1", + "react": "^15.0.0", "react-bootstrap": "^0.20.3", "react-retina-image": "^1.1.2", "react-router": "^0.13.3", "request": "^2.55.0", "request-progress": "^0.3.1", - "rimraf": "^2.3.2", + "rimraf": "^4.0.0", "underscore": "^1.8.3", "validator": "^3.39.0" },