From 97f75e8961c89143a4a177b53a9f0e46268acadd Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:31:49 +0000 Subject: [PATCH] fix: packages/react/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESBUILD-17750822 --- packages/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/package.json b/packages/react/package.json index 2b8f8f7..df8a7a1 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -23,7 +23,7 @@ "@types/react-dom": "^18.2.6", "typescript": "4.9.4", "web-vitals": "^2.1.4", - "esbuild": "^0.18.16", + "esbuild": "^0.28.1", "rollup": "^3.26.3", "rollup-plugin-dts": "^5.3.0", "rollup-plugin-esbuild": "^5.0.0"