From 6351af5078f746ad4c9ac457ed4bd0eed6ed8f7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Aug 2024 19:50:10 +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-WEBPACK-7840298 --- 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..24d4397077683 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": "10.0.6", "prop-types": "^15.7.2", "react": "^18.2.0", "react-dom": "^18.2.0"