From 0b3bba9b8a8d9d3e0954dc31e6d57aedcdf947ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Aug 2024 21:42:39 +0000 Subject: [PATCH] feat: upgrade @mantine/hooks from 5.9.2 to 7.11.2 Snyk has created this PR to upgrade @mantine/hooks from 5.9.2 to 7.11.2. See this package in npm: @mantine/hooks See this project in Snyk: https://app.snyk.io/org/okeamah/project/a76bcb3b-1117-426c-a2ab-69167043c268?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d47b1d..4ea905f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@mantine/core": "^5.9.2", - "@mantine/hooks": "^5.9.2", + "@mantine/hooks": "^7.11.2", "@mantine/next": "^5.9.2", "ethers": "^5.7.2", "next": "13.0.6", @@ -3115,11 +3115,12 @@ } }, "node_modules/@mantine/hooks": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-5.9.2.tgz", - "integrity": "sha512-XOG0rpfVYpe9eQtYiWtAHpDdAsC7TymcR+yHvS0kgoCOEbgBQLaQOcD4qn0pWADx9dxQXD87/3/1KKn4L3OGrg==", + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.11.2.tgz", + "integrity": "sha512-jhyVe/sbDEG2U8rr2lMecUPgQxcfr5hh9HazqGfkS7ZRIMDO7uJ947yAcTMGGkp5Lxtt5TBFt1Cb6tiB2/1agg==", + "license": "MIT", "peerDependencies": { - "react": ">=16.8.0" + "react": "^18.2.0" } }, "node_modules/@mantine/next": { @@ -19186,9 +19187,9 @@ } }, "@mantine/hooks": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-5.9.2.tgz", - "integrity": "sha512-XOG0rpfVYpe9eQtYiWtAHpDdAsC7TymcR+yHvS0kgoCOEbgBQLaQOcD4qn0pWADx9dxQXD87/3/1KKn4L3OGrg==", + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.11.2.tgz", + "integrity": "sha512-jhyVe/sbDEG2U8rr2lMecUPgQxcfr5hh9HazqGfkS7ZRIMDO7uJ947yAcTMGGkp5Lxtt5TBFt1Cb6tiB2/1agg==", "requires": {} }, "@mantine/next": { diff --git a/package.json b/package.json index 4243b71..7214e98 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@mantine/core": "^5.9.2", - "@mantine/hooks": "^5.9.2", + "@mantine/hooks": "^7.11.2", "@mantine/next": "^5.9.2", "ethers": "^5.7.2", "next": "13.0.6",