From c2645ddde213060f8c15ac841e0b4c65a0b97c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 19:30:56 +0000 Subject: [PATCH] Bump chromatic from 11.3.2 to 11.3.5 Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 11.3.2 to 11.3.5. - [Release notes](https://github.com/chromaui/chromatic-cli/releases) - [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/chromaui/chromatic-cli/compare/v11.3.2...v11.3.5) --- updated-dependencies: - dependency-name: chromatic dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 201caf59..3d993837 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@whitespace/storybook-addon-html": "^6.1.1", "autoprefixer": "^10.4.15", "chalk": "^5.3.0", - "chromatic": "^11.3.0", + "chromatic": "^11.3.5", "esbuild": "0.20.2", "esbuild-plugin-copy": "^2.1.1", "esbuild-plugin-eslint": "^0.3.7", @@ -6772,9 +6772,9 @@ } }, "node_modules/chromatic": { - "version": "11.3.2", - "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-11.3.2.tgz", - "integrity": "sha512-0PuHl49VvBMoDHEfmNjC/bim9YYNhWF3axTZlFuatC0avwr2Xw4GDqJDG9fArEWN8oM8VtYHkE9D7qc87dmz2w==", + "version": "11.3.5", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-11.3.5.tgz", + "integrity": "sha512-M3xCyoEIjdcsXX3NhN60joXxEthy+wxNEcsCMM0u9u8Yna7tJvwvOsJStbOJDwEBo6TdIKckARN3BbArpduFbA==", "dev": true, "bin": { "chroma": "dist/bin.js", diff --git a/package.json b/package.json index 9268e45a..b59db77c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@whitespace/storybook-addon-html": "^6.1.1", "autoprefixer": "^10.4.15", "chalk": "^5.3.0", - "chromatic": "^11.3.0", + "chromatic": "^11.3.5", "esbuild": "0.20.2", "esbuild-plugin-copy": "^2.1.1", "esbuild-plugin-eslint": "^0.3.7",