From 5665d52d78f345d1d6681201b9b9ae439f9896fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 08:18:11 +0000 Subject: [PATCH] fix: upgrade @mantine/hooks from 7.12.0 to 7.12.2 Snyk has created this PR to upgrade @mantine/hooks from 7.12.0 to 7.12.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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9fbf3d9b..86a7bf79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@mantine/core": "^7.12.0", - "@mantine/hooks": "^7.12.0", + "@mantine/hooks": "^7.12.2", "@mantine/notifications": "^7.12.0", "@tabler/icons-react": "^3.12.0", "javascript-time-ago": "^2.5.10", @@ -960,9 +960,10 @@ } }, "node_modules/@mantine/hooks": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.12.0.tgz", - "integrity": "sha512-UKMSpQZMdmecZX1PKPoknfUOE9MfDPiZR1myU4wUUKpaZibvvmhYuy8mcOOmYWegapRS3ErKIAc2cNnJ1Dk4RQ==", + "version": "7.12.2", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.12.2.tgz", + "integrity": "sha512-dVMw8jpM0hAzc8e7/GNvzkk9N0RN/m+PKycETB3H6lJGuXJJSRR4wzzgQKpEhHwPccktDpvb4rkukKDq2jA8Fg==", + "license": "MIT", "peerDependencies": { "react": "^18.2.0" } diff --git a/package.json b/package.json index 5e54bfca..0779fc81 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@mantine/core": "^7.12.0", - "@mantine/hooks": "^7.12.0", + "@mantine/hooks": "^7.12.2", "@mantine/notifications": "^7.12.0", "@tabler/icons-react": "^3.12.0", "javascript-time-ago": "^2.5.10",