From 80145702efe5fccdf7304508682cec66f43c3946 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 05:38:13 +0000 Subject: [PATCH] fix: upgrade @mantine/hooks from 7.13.0 to 7.13.2 Snyk has created this PR to upgrade @mantine/hooks from 7.13.0 to 7.13.2. See this package in npm: @mantine/hooks See this project in Snyk: https://app.snyk.io/org/sam-morin/project/9fd9e4ed-6ba3-4c48-a884-691d7ff52205?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 768a0895..9a63f7f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@mantine/core": "^7.13.3", - "@mantine/hooks": "^7.13.0", + "@mantine/hooks": "^7.13.2", "@mantine/notifications": "^7.12.2", "@tabler/icons-react": "^3.19.0", "javascript-time-ago": "^2.5.11", @@ -1003,9 +1003,9 @@ } }, "node_modules/@mantine/hooks": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.13.0.tgz", - "integrity": "sha512-oQpwSi0gajH3UR1DFa9MQ+zeYy75xbc8Im9jIIepLbiJXtIcPK+yll1BMxNwPQLYU1pYI6ZgUazI2PoykVNmsg==", + "version": "7.13.2", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.13.2.tgz", + "integrity": "sha512-NKfGl2sKZw6zF//AfAFJrVDftjg7DKCn0h8rwJBIZCKi9axhwlV0Mvlqe2dep8QuM7O/uLLJSymSKIv1gaxIJg==", "license": "MIT", "peerDependencies": { "react": "^18.2.0" diff --git a/package.json b/package.json index b220af33..ac7e11f3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@mantine/core": "^7.13.3", - "@mantine/hooks": "^7.13.0", + "@mantine/hooks": "^7.13.2", "@mantine/notifications": "^7.12.2", "@tabler/icons-react": "^3.19.0", "javascript-time-ago": "^2.5.11",