diff --git a/web/ui/mantine-ui/package.json b/web/ui/mantine-ui/package.json index 0c0d99027b..b89ab83546 100644 --- a/web/ui/mantine-ui/package.json +++ b/web/ui/mantine-ui/package.json @@ -22,7 +22,7 @@ "@lezer/highlight": "^1.2.1", "@mantine/code-highlight": "^7.15.2", "@mantine/core": "^7.11.2", - "@mantine/dates": "^7.15.0", + "@mantine/dates": "^7.15.3", "@mantine/hooks": "^7.11.2", "@mantine/notifications": "^7.15.3", "@microsoft/fetch-event-source": "^2.0.1", diff --git a/web/ui/package-lock.json b/web/ui/package-lock.json index 4592a18b3c..ad4996bc9a 100644 --- a/web/ui/package-lock.json +++ b/web/ui/package-lock.json @@ -36,7 +36,7 @@ "@lezer/highlight": "^1.2.1", "@mantine/code-highlight": "^7.15.2", "@mantine/core": "^7.11.2", - "@mantine/dates": "^7.15.0", + "@mantine/dates": "^7.15.3", "@mantine/hooks": "^7.11.2", "@mantine/notifications": "^7.15.3", "@microsoft/fetch-event-source": "^2.0.1", @@ -2143,16 +2143,15 @@ } }, "node_modules/@mantine/dates": { - "version": "7.15.0", - "resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.15.0.tgz", - "integrity": "sha512-EM1Tp29DH6i6XH+fPkpNsjUQA32u+4yqOggFtytvuHgDITOj82xh2NIZGSyGH/rzkcy/Bh/t65pK3SoZJGTY6Q==", - "license": "MIT", + "version": "7.15.3", + "resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.15.3.tgz", + "integrity": "sha512-lv71dcfA8qB43v03cRELC2/G7FQXfAgj0tSMImj2p2FL3PSWWF4WRvW6byiB+hszk4lgooSo7kppzkSMVUlsdA==", "dependencies": { "clsx": "^2.1.1" }, "peerDependencies": { - "@mantine/core": "7.15.0", - "@mantine/hooks": "7.15.0", + "@mantine/core": "7.15.3", + "@mantine/hooks": "7.15.3", "dayjs": ">=1.0.0", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x"