From 31d5b49544d1777bc5075a328c093c81d9e5d555 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 19:20:25 +0000 Subject: [PATCH] fix: apps/agentprotocol.ai/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- apps/agentprotocol.ai/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/agentprotocol.ai/package.json b/apps/agentprotocol.ai/package.json index ec3d97b..d39fb77 100644 --- a/apps/agentprotocol.ai/package.json +++ b/apps/agentprotocol.ai/package.json @@ -14,7 +14,7 @@ "@algolia/autocomplete-core": "^1.7.3", "@headlessui/react": "^1.7.15", "@headlessui/tailwindcss": "^0.2.0", - "@mdx-js/loader": "^2.1.5", + "@mdx-js/loader": "^3.0.0", "@mdx-js/react": "^2.1.5", "@next/mdx": "^13.0.3", "@sindresorhus/slugify": "^2.1.1", @@ -33,9 +33,9 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-highlight-words": "^0.20.0", - "remark": "^14.0.2", - "remark-gfm": "^3.0.1", - "remark-mdx": "^2.3.0", + "remark": "^15.0.0", + "remark-gfm": "^4.0.0", + "remark-mdx": "^3.0.0", "shiki": "^0.11.1", "simple-functional-loader": "^1.2.1", "tailwindcss": "^3.3.3",