From b11a3817f4c24f4fc5b648a5e3506b3405cf0979 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 03:32:06 +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-POSTCSS-5926692 --- 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 4205af84ed729..d0e9a99c75c6e 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": "13.5.4", "prop-types": "^15.7.2", "react": "^18.2.0", "react-dom": "^18.2.0"