From 11cf98abe341045a2f97c6169fdc2d05d59cdbd7 Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Fri, 21 Feb 2025 16:50:18 -0500 Subject: [PATCH] Pins trim-newlines for the website package (#25189) --- website/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index d69083fbc..7ab7fdc62 100644 --- a/website/package.json +++ b/website/package.json @@ -17,7 +17,8 @@ }, "overrides": { "eslint-plugin-prettier": "5.0.0", - "ws": "^7.5.10" + "ws": "^7.5.10", + "trim-newlines": "^3.0.1" }, "scripts": { "build": "./scripts/website-build.sh",