From 8046887a6bf4214562523d6a9c3195f48f9f5912 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Jun 2022 00:25:19 +0000 Subject: [PATCH] fix: patterns/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- patterns/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/package.json b/patterns/package.json index da79441..bc8fd6a 100644 --- a/patterns/package.json +++ b/patterns/package.json @@ -11,7 +11,7 @@ "dependencies": { "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", - "@frctl/fractal": "^1.3.0", + "@frctl/fractal": "^3.0.0", "foundation-sites": "^6.5.3", "gulp-autoprefixer": "^6.1.0", "gulp-babel": "^8.0.0",