From be3a4a223cdbafb0c00a3b5f50643b8ee89c7259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 01:55:56 +0000 Subject: [PATCH] Bump @mantine/notifications from 7.14.2 to 7.14.3 in /client Bumps [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) from 7.14.2 to 7.14.3. - [Release notes](https://github.com/mantinedev/mantine/releases) - [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mantinedev/mantine/commits/7.14.3/packages/@mantine/notifications) --- updated-dependencies: - dependency-name: "@mantine/notifications" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 20 ++++++++++---------- client/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index c38b1b9..7a8f78c 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -14,7 +14,7 @@ "@mantine/dropzone": "7.14.2", "@mantine/form": "7.14.2", "@mantine/hooks": "7.14.2", - "@mantine/notifications": "7.14.2", + "@mantine/notifications": "7.14.3", "@mantine/tiptap": "7.14.2", "@tiptap/extension-highlight": "2.10.3", "@tiptap/extension-subscript": "2.10.3", @@ -948,25 +948,25 @@ } }, "node_modules/@mantine/notifications": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.14.2.tgz", - "integrity": "sha512-BXafA7YeDNwziFkZ0BnK5iEN0Cw3CRk/pnZ6E6u9eGCve5iMkaCTk0LaKnT2DPmPaAqEgmnnRduy6Akaalzjhw==", + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.14.3.tgz", + "integrity": "sha512-7N9u4upi1On8TL94UvrUNhpDGxp1sAkbcgiNcu6zhvy4j29TPFapoXB5CRE9zzjAf3CYq3AigE96bXlCDm9xuQ==", "license": "MIT", "dependencies": { - "@mantine/store": "7.14.2", + "@mantine/store": "7.14.3", "react-transition-group": "4.4.5" }, "peerDependencies": { - "@mantine/core": "7.14.2", - "@mantine/hooks": "7.14.2", + "@mantine/core": "7.14.3", + "@mantine/hooks": "7.14.3", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" } }, "node_modules/@mantine/store": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.14.2.tgz", - "integrity": "sha512-OCur2rymfOw+tEFDQjUvVoAGl9DRnyIZ6gJyGaj73hrxSMUyrdsekdYwN5HpbI6qXqW0h7u1aV0tNf0vvIUQDA==", + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.14.3.tgz", + "integrity": "sha512-o15vbTUNlLqD/yLOtEClnc4fY2ONDaCZiaL9REUy0xhCDbVTeeqnu9BV604yuym50ZH5mhMHix1TX3K9vGsWvA==", "license": "MIT", "peerDependencies": { "react": "^18.x || ^19.x" diff --git a/client/package.json b/client/package.json index 19f6c7a..88efc7c 100644 --- a/client/package.json +++ b/client/package.json @@ -33,7 +33,7 @@ "@mantine/dropzone": "7.14.2", "@mantine/form": "7.14.2", "@mantine/hooks": "7.14.2", - "@mantine/notifications": "7.14.2", + "@mantine/notifications": "7.14.3", "@mantine/tiptap": "7.14.2", "@tiptap/extension-highlight": "2.10.3", "@tiptap/extension-subscript": "2.10.3",