diff --git a/package-lock.json b/package-lock.json index c00dd44..bf8e0dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "zod": "^4.3.6" }, "devDependencies": { - "@chromatic-com/storybook": "^5.0.2", + "@chromatic-com/storybook": "^5.1.0", "@eslint/css": "^0.14.1", "@eslint/js": "^9.39.2", "@faker-js/faker": "^10.4.0", @@ -441,9 +441,9 @@ } }, "node_modules/@chromatic-com/storybook": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@chromatic-com/storybook/-/storybook-5.0.2.tgz", - "integrity": "sha512-uLd5gyvcz8q83GI0rYWjml45ryO3ZJwZLretLEZvWFJ3UlFk5C5Km9cwRcKZgZp0F3zYwbb8nEe6PJdgA1eKxg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@chromatic-com/storybook/-/storybook-5.1.0.tgz", + "integrity": "sha512-bXR1RxDO06QltZXYx4z7vxMgNtwKE7+fvRS2mNmPiheaKfld9fGH967ktAFrWCRn53MKIDVi4jipGJ5fEjePqA==", "dev": true, "license": "MIT", "dependencies": { @@ -1815,9 +1815,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1832,9 +1829,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1849,9 +1843,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1866,9 +1857,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1883,9 +1871,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1900,9 +1885,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1917,9 +1899,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1934,9 +1913,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1951,9 +1927,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1968,9 +1941,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1985,9 +1955,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2002,9 +1969,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2019,9 +1983,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 0aa3824..83fd31b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "zod": "^4.3.6" }, "devDependencies": { - "@chromatic-com/storybook": "^5.0.2", + "@chromatic-com/storybook": "^5.1.0", "@eslint/css": "^0.14.1", "@eslint/js": "^9.39.2", "@faker-js/faker": "^10.4.0",