From 150db99a61f7b9dfbf4725083f7521a62e1a972b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 11:42:55 +0000 Subject: [PATCH] fix: examples/with-paste-typescript/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-SIMPLEGET-2361683 --- examples/with-paste-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-paste-typescript/package.json b/examples/with-paste-typescript/package.json index 35c36a2cb95a..8b2767ec4cb7 100644 --- a/examples/with-paste-typescript/package.json +++ b/examples/with-paste-typescript/package.json @@ -8,7 +8,7 @@ "dependencies": { "@twilio-paste/core": "^4.2.4", "@twilio-paste/icons": "^3.10.5", - "next": "10.0.4", + "next": "11.1.4", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2"