diff --git a/package-lock.json b/package-lock.json index 3c027e0b..a824d112 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "youtube-webdl", "version": "0.0.0", "dependencies": { - "@mantine/core": "^7.12.2", + "@mantine/core": "^7.13.3", "@mantine/hooks": "^7.12.0", "@mantine/notifications": "^7.12.2", "@tabler/icons-react": "^3.15.0", @@ -942,10 +942,9 @@ } }, "node_modules/@mantine/core": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.12.2.tgz", - "integrity": "sha512-FrMHOKq4s3CiPIxqZ9xnVX7H4PEGNmbtHMvWO/0YlfPgoV0Er/N/DNJOFW1ys4WSnidPTayYeB41riyxxGOpRQ==", - "license": "MIT", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.13.3.tgz", + "integrity": "sha512-IV8xSr6rFQefKr2iOEhYYkJ6rZTDEp71qNkAfn90toSNjgT/2bgnqOxXwxqZ3bwo9DyNOAbEDzs1EfdIzln5aA==", "dependencies": { "@floating-ui/react": "^0.26.9", "clsx": "^2.1.1", @@ -955,7 +954,7 @@ "type-fest": "^4.12.0" }, "peerDependencies": { - "@mantine/hooks": "7.12.2", + "@mantine/hooks": "7.13.3", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/package.json b/package.json index 4238a812..93f24e45 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "@mantine/core": "^7.12.2", + "@mantine/core": "^7.13.3", "@mantine/hooks": "^7.12.0", "@mantine/notifications": "^7.12.2", "@tabler/icons-react": "^3.15.0",