From 3210d6a1be4995d8c583679b40e9cd74e1b9a9af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 05:22:51 +0000 Subject: [PATCH] fix: upgrade @mantine/notifications from 7.12.2 to 7.13.0 Snyk has created this PR to upgrade @mantine/notifications from 7.12.2 to 7.13.0. See this package in npm: https://www.npmjs.com/package/@mantine/notifications 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 | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0403a73..3aa0b898 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@mantine/core": "^7.13.3", "@mantine/hooks": "^7.12.0", - "@mantine/notifications": "^7.12.2", + "@mantine/notifications": "^7.13.0", "@tabler/icons-react": "^3.15.0", "javascript-time-ago": "^2.5.11", "react": "^18.3.1", @@ -1003,34 +1003,34 @@ } }, "node_modules/@mantine/hooks": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.12.2.tgz", - "integrity": "sha512-dVMw8jpM0hAzc8e7/GNvzkk9N0RN/m+PKycETB3H6lJGuXJJSRR4wzzgQKpEhHwPccktDpvb4rkukKDq2jA8Fg==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.13.0.tgz", + "integrity": "sha512-oQpwSi0gajH3UR1DFa9MQ+zeYy75xbc8Im9jIIepLbiJXtIcPK+yll1BMxNwPQLYU1pYI6ZgUazI2PoykVNmsg==", "license": "MIT", "peerDependencies": { "react": "^18.2.0" } }, "node_modules/@mantine/notifications": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.12.2.tgz", - "integrity": "sha512-gTvLHkoAZ42v5bZxibP9A50djp5ndEwumVhHSa7mxQ8oSS23tt3It/6hOqH7M+9kHY0a8s+viMiflUzTByA9qg==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.13.0.tgz", + "integrity": "sha512-EEgKFxUK/4s2FKTYb6hKFbcsLwnccSe/8GsJ18DWGiLRxFq9DsgWCzfPAe+PVcGTITYfK7nbKxEF5l+KLdPOtQ==", "license": "MIT", "dependencies": { - "@mantine/store": "7.12.2", + "@mantine/store": "7.13.0", "react-transition-group": "4.4.5" }, "peerDependencies": { - "@mantine/core": "7.12.2", - "@mantine/hooks": "7.12.2", + "@mantine/core": "7.13.0", + "@mantine/hooks": "7.13.0", "react": "^18.2.0", "react-dom": "^18.2.0" } }, "node_modules/@mantine/store": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.12.2.tgz", - "integrity": "sha512-NqL31sO/KcAETEWP/CiXrQOQNoE4168vZsxyXacQHGBueVMJa64WIDQtKLHrCnFRMws3vsXF02/OO4bH4XGcMQ==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.13.0.tgz", + "integrity": "sha512-ldYJGMcmqTxffQMCQZZWNtXKlG649S3BGM8ukeZ6FLZckVXLQAR2o+G5EkETNihh0sJKR7DVsYHltL5hyxYLkg==", "license": "MIT", "peerDependencies": { "react": "^18.2.0" diff --git a/package.json b/package.json index e3da8771..9ba77201 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@mantine/core": "^7.13.3", "@mantine/hooks": "^7.12.0", - "@mantine/notifications": "^7.12.2", + "@mantine/notifications": "^7.13.0", "@tabler/icons-react": "^3.15.0", "javascript-time-ago": "^2.5.11", "react": "^18.3.1",