From 0daa2c57069696797e521a4b796ed152fbee51a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 17:04:15 +0000 Subject: [PATCH] fix: examples/with-clerk/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-NEXT-1540422 - https://snyk.io/vuln/SNYK-JS-NEXT-1577139 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/with-clerk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-clerk/package.json b/examples/with-clerk/package.json index 92282cdee7b3..bafe0ef9c74c 100644 --- a/examples/with-clerk/package.json +++ b/examples/with-clerk/package.json @@ -8,7 +8,7 @@ "dependencies": { "@clerk/clerk-react": "1.7.0", "@clerk/clerk-sdk-node": "0.3.0", - "next": "10.0.9", + "next": "11.1.1", "react": "^17.0.2", "react-dom": "^17.0.2" }