diff --git a/package-lock.json b/package-lock.json index a46a8668..82ca0dc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@axiomhq/logging": "^0.2.2", "@axiomhq/nextjs": "^0.2.2", "@axiomhq/react": "^0.2.2", - "@mantine/carousel": "^9.3.0", + "@mantine/carousel": "^9.3.1", "@mantine/core": "^9.3.0", "@mantine/hooks": "^9.3.0", "@mantine/notifications": "^9.3.0", @@ -2130,13 +2130,13 @@ } }, "node_modules/@mantine/carousel": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@mantine/carousel/-/carousel-9.3.0.tgz", - "integrity": "sha512-ojql4bcMYWCopJxVX5QWklBiJyW3sGzvfG54igpBq/FDiLT/GOoXrsosPKkZP7KqApnrMyPFs0bf8J33w4JGUA==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/@mantine/carousel/-/carousel-9.3.1.tgz", + "integrity": "sha512-u2p5voVRLUEMatSRxexGZpln3QxweKthUgL3cCLt1kkqtvtgdghjIJbbv3qmN52NoXn2AnCzk0E/OEaT0uvPiA==", "license": "MIT", "peerDependencies": { - "@mantine/core": "9.3.0", - "@mantine/hooks": "9.3.0", + "@mantine/core": "9.3.1", + "@mantine/hooks": "9.3.1", "embla-carousel": ">=8.0.0", "embla-carousel-react": ">=8.0.0", "react": "^19.2.0", @@ -2318,9 +2318,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2337,9 +2334,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2356,9 +2350,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2375,9 +2366,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3111,9 +3099,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3132,9 +3117,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3153,9 +3135,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3174,9 +3153,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3195,9 +3171,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3216,9 +3189,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -9152,9 +9122,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -9177,9 +9144,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -9202,9 +9166,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -9227,9 +9188,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index 5c8a2a6f..ad89afb2 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@axiomhq/logging": "^0.2.2", "@axiomhq/nextjs": "^0.2.2", "@axiomhq/react": "^0.2.2", - "@mantine/carousel": "^9.3.0", + "@mantine/carousel": "^9.3.1", "@mantine/core": "^9.3.0", "@mantine/hooks": "^9.3.0", "@mantine/notifications": "^9.3.0",