From 6ef9a2d28d322cbb0e2e7418b1642ad77fb9eb70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Sep 2021 00:57:53 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 717f1f1..74140de 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "awesome-typescript-loader": "^5.2.0", "classnames": "^2.2.6", "jest-coverage-badges": "^1.0.0", - "npm": "^6.4.1", + "npm": "^7.0.0", "quill": "^1.3.6", "react": "^16.0.2", "react-custom-properties": "^1.2.0",