From 4d1c9b6a6d7f42c4e4427a8e36bca46febb07e02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Nov 2022 12:48:10 +0000 Subject: [PATCH] fix: packages/components/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-AXIOS-1038255 - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 - https://snyk.io/vuln/SNYK-JS-SIMPLEGIT-2421199 - https://snyk.io/vuln/SNYK-JS-SIMPLEGIT-2434306 --- packages/components/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/components/package.json b/packages/components/package.json index 8833184f316..c3671f09461 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -43,7 +43,7 @@ "@reach/tooltip": "0.12.1", "@reach/visually-hidden": "0.10.2", "@styled-system/css": "^5.1.4", - "chromatic": "^4.0.2", + "chromatic": "^5.6.1", "codesandbox-api": "0.0.32", "color": "3.1.2", "date-fns": "^2.8.1", @@ -71,7 +71,7 @@ "np": "^5.2.1", "postinstall-postinstall": "^2.1.0", "rimraf": "^3.0.0", - "simple-git": "^2.17.0", + "simple-git": "^3.5.0", "storybook-addon-styled-component-theme": "^1.3.0", "typescript": "4.1.2" },