From 84e2bc5866e02fa83021d57fa8c4838c647db61c Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Mon, 3 May 2021 22:46:16 +0300 Subject: [PATCH] fix: app-tests/_templates/next-template/package.json to reduce vulnerabilities (#203) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- app-tests/_templates/next-template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-tests/_templates/next-template/package.json b/app-tests/_templates/next-template/package.json index 3c63b4e62..c79eb1877 100644 --- a/app-tests/_templates/next-template/package.json +++ b/app-tests/_templates/next-template/package.json @@ -19,7 +19,7 @@ "@espressive/cascara": "latest", "@espressive/eslint-config": "latest", "@espressive/legacy-css": "latest", - "next": "10.0.8", + "next": "10.2.0", "react": "link:../node_modules/react", "react-dom": "link:../node_modules/react-dom" }