From 65b47f4cfc8faeb0dec00a2061da8c6a07f6c10d Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:49:50 +0000 Subject: [PATCH] fix: packages/web-features/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-ROLLUP-8073097 --- packages/web-features/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-features/package.json b/packages/web-features/package.json index fb5f34af35b..f66ae1adceb 100644 --- a/packages/web-features/package.json +++ b/packages/web-features/package.json @@ -23,7 +23,7 @@ "prepare": "tsc && rm types.js && tsup ./index.ts --dts-only --format=esm --out-dir=." }, "devDependencies": { - "tsup": "^8.0.1", + "tsup": "^8.3.4", "typescript": "^5.0.4" } }