From 632924c28b99d3de39acf481a827e0f83e3909f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Apr 2022 05:26:11 +0000 Subject: [PATCH] fix: upgrade @mantine/core from 4.0.8 to 4.0.9 Snyk has created this PR to upgrade @mantine/core from 4.0.8 to 4.0.9. See this package in npm: https://www.npmjs.com/package/@mantine/core See this project in Snyk: https://app.snyk.io/org/mdatz-4qn/project/45da5bf9-c4a7-4a3d-ad85-77e4f66f7cbe?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b34bd32..1a12760 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "cypress": "cypress run" }, "dependencies": { - "@mantine/core": "^4.0.8", + "@mantine/core": "^4.0.9", "@mantine/hooks": "^4.0.8", "@mantine/next": "^4.0.7", "@mantine/prism": "^4.0.8",