From 58f00097e6993c592b686830bf3202bf49a62825 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 20:55:58 +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 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 434fbac0..79d5a895 100644 --- a/package.json +++ b/package.json @@ -78,11 +78,11 @@ "moment": "^2.20.1", "node-sass": "^5.0.0", "normalize-scss": "^7.0.0", - "npm": "^6.14.9", + "npm": "^7.21.0", "npm-run-all": "^4.0.2", "nsp-advisories-api": "^2.0.2", "once": "^1.4.0", - "postcss-cli": "^4.0.0", + "postcss-cli": "^7.0.0", "prop-types": "^15.5.10", "rc": "^1.1.5", "react": "^15.0.2", @@ -107,8 +107,8 @@ }, "devDependencies": { "babel-eslint": "^7.2.3", - "nodemon": "^1.9.2", - "standard": "^11.0.0", + "nodemon": "^2.0.3", + "standard": "^15.0.0", "tape": "^4.5.1", "watchify": "^3.7.0" },