From e79e6214da21f675b5fc381adc9f605f8a17856a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:33:26 +0000 Subject: [PATCH] tools(deps): bump chromatic from 6.23.0 to 9.0.0 in /tools Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.23.0 to 9.0.0. - [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...v9.0.0) --- 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..01d0b3b 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": "^9.0.0", "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": "9.0.0", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-9.0.0.tgz", + "integrity": "sha512-PczbWYOfqsf/SM0yIzI3ZOpFznEyf9Fc96EkxoYkhztFaA9CEOcpA9nk8zpmNgPUQWmIWNyG7z4xEK40sApFzw==", "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": "9.0.0", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-9.0.0.tgz", + "integrity": "sha512-PczbWYOfqsf/SM0yIzI3ZOpFznEyf9Fc96EkxoYkhztFaA9CEOcpA9nk8zpmNgPUQWmIWNyG7z4xEK40sApFzw==" }, "cliui": { "version": "8.0.1", diff --git a/tools/package.json b/tools/package.json index e907b81..61c57a9 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": "^9.0.0", "depcheck": "^1.4.5", "vercel": "^32.0.0" }