From 3ac3eaa943da68904f677303751501207eb11f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 05:54:41 +0000 Subject: [PATCH] tools(deps): bump chromatic from 6.23.0 to 7.1.0 in /tools Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.23.0 to 7.1.0. - [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.23.0...v7.1.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..8681b09 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.1.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": "7.1.0", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-7.1.0.tgz", + "integrity": "sha512-4hvWVxj2TxsgmzQK7zsAIVapxF+mzAXFuYIoAKKACdKtI+kjz0GfKJYpnzD4xciY3SGaySsis6gWxJ9q8GIxiQ==", "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.1.0", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-7.1.0.tgz", + "integrity": "sha512-4hvWVxj2TxsgmzQK7zsAIVapxF+mzAXFuYIoAKKACdKtI+kjz0GfKJYpnzD4xciY3SGaySsis6gWxJ9q8GIxiQ==" }, "cliui": { "version": "8.0.1", diff --git a/tools/package.json b/tools/package.json index e907b81..c27c09e 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.1.0", "depcheck": "^1.4.5", "vercel": "^32.0.0" }