From f9cf53e7fa0641fa1445fedb3b7b3460b065b4e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Nov 2024 06:04:35 +0000 Subject: [PATCH] fix: upgrade @mantine/core from 7.13.3 to 7.13.4 Snyk has created this PR to upgrade @mantine/core from 7.13.3 to 7.13.4. See this package in npm: @mantine/core 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 | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 768a0895..630b2c7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "youtube-webdl", "version": "0.0.0", "dependencies": { - "@mantine/core": "^7.13.3", + "@mantine/core": "^7.13.4", "@mantine/hooks": "^7.13.0", "@mantine/notifications": "^7.12.2", "@tabler/icons-react": "^3.19.0", @@ -985,9 +985,10 @@ } }, "node_modules/@mantine/core": { - "version": "7.13.3", - "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.13.3.tgz", - "integrity": "sha512-IV8xSr6rFQefKr2iOEhYYkJ6rZTDEp71qNkAfn90toSNjgT/2bgnqOxXwxqZ3bwo9DyNOAbEDzs1EfdIzln5aA==", + "version": "7.13.4", + "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.13.4.tgz", + "integrity": "sha512-9I6+SqTq90pnI3WPmOQzQ1PL7IkhQg/5ft8Awhgut8tvk1VaKruDm/K5ysUG3ncHrP+QTI2UHYjNlUrux6HKlw==", + "license": "MIT", "dependencies": { "@floating-ui/react": "^0.26.9", "clsx": "^2.1.1", @@ -997,7 +998,7 @@ "type-fest": "^4.12.0" }, "peerDependencies": { - "@mantine/hooks": "7.13.3", + "@mantine/hooks": "7.13.4", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/package.json b/package.json index b220af33..3d2d84ef 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "@mantine/core": "^7.13.3", + "@mantine/core": "^7.13.4", "@mantine/hooks": "^7.13.0", "@mantine/notifications": "^7.12.2", "@tabler/icons-react": "^3.19.0",