From 208e442416a1dd401fdb2c2e49efb6e5494a1403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:22:17 +0000 Subject: [PATCH] Bump @chromatic-com/storybook from 5.0.2 to 5.1.0 in the storybook group Bumps the storybook group with 1 update: [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests). Updates `@chromatic-com/storybook` from 5.0.2 to 5.1.0 - [Release notes](https://github.com/chromaui/addon-visual-tests/releases) - [Changelog](https://github.com/chromaui/addon-visual-tests/blob/v5.1.0/CHANGELOG.md) - [Commits](https://github.com/chromaui/addon-visual-tests/compare/v5.0.2...v5.1.0) --- updated-dependencies: - dependency-name: "@chromatic-com/storybook" dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook ... Signed-off-by: dependabot[bot] --- package-lock.json | 47 ++++------------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 44 deletions(-) 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",