From 89b06f8193e5c65de0a6919761088b411783158d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Apr 2022 05:26:02 +0000 Subject: [PATCH] fix: upgrade @mantine/hooks from 4.0.8 to 4.0.9 Snyk has created this PR to upgrade @mantine/hooks from 4.0.8 to 4.0.9. See this package in npm: https://www.npmjs.com/package/@mantine/hooks 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..0f1f6dc 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@mantine/core": "^4.0.8", - "@mantine/hooks": "^4.0.8", + "@mantine/hooks": "^4.0.9", "@mantine/next": "^4.0.7", "@mantine/prism": "^4.0.8", "next": "12.1.0",