From ce5b58159a7dcac3b1b60aa95f7140cb7c3b9176 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 12:46:54 +0000 Subject: [PATCH] fix: build-tests/heft-example-plugin-02/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- build-tests/heft-example-plugin-02/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tests/heft-example-plugin-02/package.json b/build-tests/heft-example-plugin-02/package.json index eb299d5dca6..ca39e6328f1 100644 --- a/build-tests/heft-example-plugin-02/package.json +++ b/build-tests/heft-example-plugin-02/package.json @@ -24,7 +24,7 @@ "@rushstack/heft-lint-plugin": "workspace:*", "@rushstack/heft-typescript-plugin": "workspace:*", "@types/node": "18.17.15", - "eslint": "~8.57.0", + "eslint": "~10.0.0", "heft-example-plugin-01": "workspace:*", "typescript": "~5.4.2" }