From 6ae0214d073e9671f823804a1ab79169bca03bed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 May 2024 03:08:59 +0000 Subject: [PATCH] fix: upgrade @nivo/line from 0.78.0 to 0.86.0 Snyk has created this PR to upgrade @nivo/line from 0.78.0 to 0.86.0. See this package in npm: @nivo/line See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/250d6069-84df-465c-a78e-3c8efba4abaa?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/using-mdx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-mdx/package.json b/examples/using-mdx/package.json index 8812537bf2ec5..a9b6349a725ee 100644 --- a/examples/using-mdx/package.json +++ b/examples/using-mdx/package.json @@ -7,7 +7,7 @@ "dependencies": { "@mdx-js/react": "^2.1.2", "@nivo/core": "0.78.0", - "@nivo/line": "0.78.0", + "@nivo/line": "0.86.0", "@sindresorhus/slugify": "^1", "gatsby": "next", "gatsby-plugin-mdx": "next",