From 5e99cb12471a879cd396b6fbf71943ad5b7dc191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 05:15:00 +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.3. - [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..8bc2039 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.3", "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.3", + "resolved": "https://registry.npmjs.org/@withgraphite/graphite-cli/-/graphite-cli-1.0.3.tgz", + "integrity": "sha512-bbQLovOOZxvu+nJFMGJKNwcwQpI8kP87by8BFHf9W6YFM7qmfHIvTovSC8WIgKYwGjR5mYUXr8pIyxEcMNwABw==", "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.3", + "resolved": "https://registry.npmjs.org/@withgraphite/graphite-cli/-/graphite-cli-1.0.3.tgz", + "integrity": "sha512-bbQLovOOZxvu+nJFMGJKNwcwQpI8kP87by8BFHf9W6YFM7qmfHIvTovSC8WIgKYwGjR5mYUXr8pIyxEcMNwABw==", "requires": { "chalk": "^4.1.2", "ws": "^8.6.0", diff --git a/tools/package.json b/tools/package.json index e907b81..e175816 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.3", "chromatic": "^6.23.0", "depcheck": "^1.4.5", "vercel": "^32.0.0"