From 0e154b359a01d3c78e5a517575cc8f73e254be98 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Aug 2021 23:31:29 +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-NEXT-1577139 --- 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 d64f13ac067c..4f0aac3048f4 100644 --- a/examples/with-paste-typescript/package.json +++ b/examples/with-paste-typescript/package.json @@ -9,7 +9,7 @@ "dependencies": { "@twilio-paste/core": "^4.2.4", "@twilio-paste/icons": "^3.10.5", - "next": "10.0.4", + "next": "11.1.1", "prop-types": "^15.7.2", "react": "16.14.0", "react-dom": "16.14.0"