From ed6cade473c0a5706358ee95f4c876eb4d6bd414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 05:44:35 +0000 Subject: [PATCH] tools(deps): bump @withgraphite/graphite-cli in /tools Bumps [@withgraphite/graphite-cli](https://github.com/withgraphite/graphite-cli) from 0.22.3 to 1.0.6. - [Release notes](https://github.com/withgraphite/graphite-cli/releases) - [Commits](https://github.com/withgraphite/graphite-cli/commits) --- updated-dependencies: - dependency-name: "@withgraphite/graphite-cli" 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..df6883c 100644 --- a/tools/package-lock.json +++ b/tools/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@sentry/cli": "^2.20.5", - "@withgraphite/graphite-cli": "^0.22.3", + "@withgraphite/graphite-cli": "^1.0.6", "chromatic": "^6.23.0", "depcheck": "^1.4.5", "vercel": "^32.0.0" @@ -780,9 +780,9 @@ "integrity": "sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==" }, "node_modules/@withgraphite/graphite-cli": { - "version": "0.22.3", - "resolved": "https://registry.npmjs.org/@withgraphite/graphite-cli/-/graphite-cli-0.22.3.tgz", - "integrity": "sha512-8uRQ82E6VMOhLBayKs9s4HOwD8KGWBgNCEhfakVSoB9wjrm191W0CrQJ+CaA+x9o55rkV4/nWZ0rlgcmBEOkSw==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@withgraphite/graphite-cli/-/graphite-cli-1.0.6.tgz", + "integrity": "sha512-XXI/8DG+dFXXO9WvewYZwlxAx2MRMt69XYbxPPYWRvpu8dGiTUQ5EeDsOm4yEOsOMvefNxjnq9mqwJxuwRfRyQ==", "dependencies": { "chalk": "^4.1.2", "ws": "^8.6.0", @@ -3958,9 +3958,9 @@ "integrity": "sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==" }, "@withgraphite/graphite-cli": { - "version": "0.22.3", - "resolved": "https://registry.npmjs.org/@withgraphite/graphite-cli/-/graphite-cli-0.22.3.tgz", - "integrity": "sha512-8uRQ82E6VMOhLBayKs9s4HOwD8KGWBgNCEhfakVSoB9wjrm191W0CrQJ+CaA+x9o55rkV4/nWZ0rlgcmBEOkSw==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@withgraphite/graphite-cli/-/graphite-cli-1.0.6.tgz", + "integrity": "sha512-XXI/8DG+dFXXO9WvewYZwlxAx2MRMt69XYbxPPYWRvpu8dGiTUQ5EeDsOm4yEOsOMvefNxjnq9mqwJxuwRfRyQ==", "requires": { "chalk": "^4.1.2", "ws": "^8.6.0", diff --git a/tools/package.json b/tools/package.json index e907b81..082d45d 100644 --- a/tools/package.json +++ b/tools/package.json @@ -2,7 +2,7 @@ "private": true, "dependencies": { "@sentry/cli": "^2.20.5", - "@withgraphite/graphite-cli": "^0.22.3", + "@withgraphite/graphite-cli": "^1.0.6", "chromatic": "^6.23.0", "depcheck": "^1.4.5", "vercel": "^32.0.0"