From 7a0211d9da86d15592e70e404d8600b5046515ec Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 16:14:47 +0000 Subject: [PATCH] fix: examples/cms-agilitycms/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- examples/cms-agilitycms/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cms-agilitycms/package.json b/examples/cms-agilitycms/package.json index 133365354cad70..b3b2e7668c750a 100644 --- a/examples/cms-agilitycms/package.json +++ b/examples/cms-agilitycms/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "@agility/content-fetch": "^1.1.5", + "@agility/content-fetch": "^2.0.0", "classnames": "^2.3.1", "date-fns": "^2.29.1", "isomorphic-unfetch": "^3.1.0",