From f500f4ad713d28601723beff2682841e0ff20ecc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Sep 2021 21:05:26 +0000 Subject: [PATCH] fix: examples/cms-storyblok/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/cms-storyblok/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cms-storyblok/package.json b/examples/cms-storyblok/package.json index d11be814529c2..85747051686fb 100644 --- a/examples/cms-storyblok/package.json +++ b/examples/cms-storyblok/package.json @@ -14,12 +14,12 @@ "react-dom": "^16.13.1", "remark": "12.0.0", "remark-html": "11.0.2", - "storyblok-js-client": "2.5.0" + "storyblok-js-client": "3.0.0" }, "devDependencies": { "postcss-flexbugs-fixes": "4.2.1", "postcss-preset-env": "^6.7.0", - "tailwindcss": "^1.4.6" + "tailwindcss": "^2.2.0" }, "license": "MIT" }