From 356a986dbf2befcd74f5e97f63d69dbc4a460b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 05:28:31 +0000 Subject: [PATCH] tools(deps): bump chromatic from 6.23.0 to 7.5.4 in /tools Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.23.0 to 7.5.4. - [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.5.4) --- 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..225d6e9 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.5.4", "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.5.4", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-7.5.4.tgz", + "integrity": "sha512-DiBwsn8yABN6SFSeEf5gTbwGIqhfP+rjrAQENgeLFDUV3vX3tGdI8oVgseaeCwk8tn08ZukrmB/k3ZG9RPJPTA==", "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.5.4", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-7.5.4.tgz", + "integrity": "sha512-DiBwsn8yABN6SFSeEf5gTbwGIqhfP+rjrAQENgeLFDUV3vX3tGdI8oVgseaeCwk8tn08ZukrmB/k3ZG9RPJPTA==" }, "cliui": { "version": "8.0.1", diff --git a/tools/package.json b/tools/package.json index e907b81..59132bf 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.5.4", "depcheck": "^1.4.5", "vercel": "^32.0.0" }