diff --git a/package-lock.json b/package-lock.json index a46a8668..237aad0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@mantine/core": "^9.3.0", "@mantine/hooks": "^9.3.0", "@mantine/notifications": "^9.3.0", - "@mantine/spotlight": "^9.3.0", + "@mantine/spotlight": "^9.3.1", "@tabler/icons-react": "^3.44.0", "arctic": "^3.7.0", "clsx": "^2.1.1", @@ -2202,20 +2202,29 @@ } }, "node_modules/@mantine/spotlight": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-9.3.0.tgz", - "integrity": "sha512-l8TRLjSLwilTQwzvZ8AS2L0Xwj1lTIjynXiegbZOKiUk0ga5yYhj5w77jsxGX9sy+LTYmkqYwRGhnSUujKB6Jg==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-9.3.1.tgz", + "integrity": "sha512-NsNXywYhKuHnESoMCX1+e2za0GQJYQ43zMUIkr8XwHiyIzdU/tmFJh+k+jfUeFKPfnS5uRy+vJvC6z320aNbTw==", "license": "MIT", "dependencies": { - "@mantine/store": "9.3.0" + "@mantine/store": "9.3.1" }, "peerDependencies": { - "@mantine/core": "9.3.0", - "@mantine/hooks": "9.3.0", + "@mantine/core": "9.3.1", + "@mantine/hooks": "9.3.1", "react": "^19.2.0", "react-dom": "^19.2.0" } }, + "node_modules/@mantine/spotlight/node_modules/@mantine/store": { + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/@mantine/store/-/store-9.3.1.tgz", + "integrity": "sha512-UZ8wGKfF/NFMHCDl1Rd0M8XtHdt4W1w3V4ohNpFSaP3nSjJ+Cu1FT+iIWtXwC0Ogha8XnuVQ7vm/dw2BUfpw+g==", + "license": "MIT", + "peerDependencies": { + "react": "^19.2.0" + } + }, "node_modules/@mantine/store": { "version": "9.3.0", "resolved": "https://registry.npmjs.org/@mantine/store/-/store-9.3.0.tgz", @@ -2318,9 +2327,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2337,9 +2343,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2356,9 +2359,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2375,9 +2375,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3111,9 +3108,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3132,9 +3126,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3153,9 +3144,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3174,9 +3162,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3195,9 +3180,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3216,9 +3198,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -9152,9 +9131,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -9177,9 +9153,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -9202,9 +9175,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -9227,9 +9197,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index 5c8a2a6f..62dbdde0 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@mantine/core": "^9.3.0", "@mantine/hooks": "^9.3.0", "@mantine/notifications": "^9.3.0", - "@mantine/spotlight": "^9.3.0", + "@mantine/spotlight": "^9.3.1", "@tabler/icons-react": "^3.44.0", "arctic": "^3.7.0", "clsx": "^2.1.1",