From f5a732d2fb20f198108d74457c9f3b258a6518bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 15:36:27 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @nivo/core from 0.78.0 to 0.87.0. See this package in npm: https://www.npmjs.com/package/@nivo/core - @nivo/line from 0.78.0 to 0.87.0. See this package in npm: https://www.npmjs.com/package/@nivo/line See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/602a077e-0e5c-4a97-8c88-38c065da8ad1?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/using-mdx/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-mdx/package.json b/examples/using-mdx/package.json index 8812537bf2ec5..73481b4f68716 100644 --- a/examples/using-mdx/package.json +++ b/examples/using-mdx/package.json @@ -6,8 +6,8 @@ "author": "LekoArts", "dependencies": { "@mdx-js/react": "^2.1.2", - "@nivo/core": "0.78.0", - "@nivo/line": "0.78.0", + "@nivo/core": "0.87.0", + "@nivo/line": "0.87.0", "@sindresorhus/slugify": "^1", "gatsby": "next", "gatsby-plugin-mdx": "next",