From 346a800d34ed63901fe40f4a06fb93890d73c463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:20:24 +0000 Subject: [PATCH] tools(deps): bump chromatic from 6.23.0 to 7.2.3 in /tools Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.23.0 to 7.2.3. - [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/v6.23.0...v7.2.3) --- updated-dependencies: - dependency-name: chromatic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/package-lock.json | 14 +++++++------- tools/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/package-lock.json b/tools/package-lock.json index 88e0858..bd00e66 100644 --- a/tools/package-lock.json +++ b/tools/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@sentry/cli": "^2.20.5", "@withgraphite/graphite-cli": "^0.22.3", - "chromatic": "^6.23.0", + "chromatic": "^7.2.3", "depcheck": "^1.4.5", "vercel": "^32.0.0" } @@ -1088,9 +1088,9 @@ } }, "node_modules/chromatic": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-6.23.0.tgz", - "integrity": "sha512-y30/n2b/lCGywgvaiHKwg4WaFVMNIUXHvV7Cyn8lWAPgXhbkOmfiyLUkqFi+X7dzzwAUq8xOmAkpyRyoD5+utA==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-7.2.3.tgz", + "integrity": "sha512-UEcHB1nkPoHWoRybPzv6BOVqPr7PqDNuz3u8NCRg7KJciouOb20HjiUQx4Dh9mgA7JUsb2WeGHE2SG/0fHH0PA==", "bin": { "chroma": "dist/bin.js", "chromatic": "dist/bin.js", @@ -4169,9 +4169,9 @@ "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" }, "chromatic": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-6.23.0.tgz", - "integrity": "sha512-y30/n2b/lCGywgvaiHKwg4WaFVMNIUXHvV7Cyn8lWAPgXhbkOmfiyLUkqFi+X7dzzwAUq8xOmAkpyRyoD5+utA==" + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-7.2.3.tgz", + "integrity": "sha512-UEcHB1nkPoHWoRybPzv6BOVqPr7PqDNuz3u8NCRg7KJciouOb20HjiUQx4Dh9mgA7JUsb2WeGHE2SG/0fHH0PA==" }, "cliui": { "version": "8.0.1", diff --git a/tools/package.json b/tools/package.json index e907b81..29181b0 100644 --- a/tools/package.json +++ b/tools/package.json @@ -3,7 +3,7 @@ "dependencies": { "@sentry/cli": "^2.20.5", "@withgraphite/graphite-cli": "^0.22.3", - "chromatic": "^6.23.0", + "chromatic": "^7.2.3", "depcheck": "^1.4.5", "vercel": "^32.0.0" }