From bd5ce33caf33e136c385970535ce8a3caebac0c0 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:32:57 +0000 Subject: [PATCH] fix: examples/shared/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-17706650 --- examples/shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/shared/package.json b/examples/shared/package.json index 084daf3052..a8a5d9ca57 100644 --- a/examples/shared/package.json +++ b/examples/shared/package.json @@ -49,7 +49,7 @@ "@types/cors": "catalog:devTools", "@types/express": "catalog:devTools", "@typescript/native-preview": "catalog:devTools", - "eslint": "catalog:devTools", + "eslint": "10.0.0", "eslint-config-prettier": "catalog:devTools", "eslint-plugin-n": "catalog:devTools", "prettier": "catalog:devTools",