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",