From 39cd6069dfb5158ebd73fd293e831a5a09eae2ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 05:45:11 +0000 Subject: [PATCH] fix: examples/with-firebase-hosting-and-typescript/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- examples/with-firebase-hosting-and-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-firebase-hosting-and-typescript/package.json b/examples/with-firebase-hosting-and-typescript/package.json index 1db67e3cb54db37..27f4251d218648f 100644 --- a/examples/with-firebase-hosting-and-typescript/package.json +++ b/examples/with-firebase-hosting-and-typescript/package.json @@ -20,7 +20,7 @@ "@zeit/next-typescript": "1.1.0", "firebase-admin": "~5.12.1", "firebase-functions": "^1.0.1", - "next": "^6.0.3", + "next": "^10.0.6", "react": "^16.3.2", "react-dom": "^16.3.2" },