From 39ca4e784dffa5232d8d4bc2318fbe9a5ccfd376 Mon Sep 17 00:00:00 2001 From: Mohammad Babazadeh Date: Sat, 14 May 2022 12:20:36 +0430 Subject: [PATCH 1/3] chore(gatsby-cli)/remove old unused uuid dependency --- packages/gatsby-cli/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 29f15c800486b..93ea3c6c80b3f 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -51,7 +51,6 @@ "stack-trace": "^0.0.10", "strip-ansi": "^6.0.1", "update-notifier": "^5.1.0", - "uuid": "3.4.0", "yargs": "^15.4.1", "yoga-layout-prebuilt": "^1.10.0", "yurnalist": "^2.1.0" From 96a618f712a8e9b3fa6d5d39a6e286720de3ff5b Mon Sep 17 00:00:00 2001 From: Mohammad Babazadeh Date: Sat, 14 May 2022 12:25:17 +0430 Subject: [PATCH 2/3] chore(gatsby-plugin-sharp)/remove old unused uuid dependency --- packages/gatsby-plugin-sharp/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index bfe2d2448b855..e0c6244c9b0c4 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -24,8 +24,7 @@ "progress": "^2.0.3", "semver": "^7.3.7", "sharp": "^0.30.3", - "svgo": "1.3.2", - "uuid": "3.4.0" + "svgo": "1.3.2" }, "devDependencies": { "@babel/cli": "^7.15.4", From 5a382f6e56b4bbe24ee549d249b2a2b79c88993b Mon Sep 17 00:00:00 2001 From: Mohammad Babazadeh Date: Sat, 14 May 2022 13:11:26 +0430 Subject: [PATCH 3/3] commit changes to 'yarn.lock' file --- yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index a3e48552f374e..52dc54c107167 100644 --- a/yarn.lock +++ b/yarn.lock @@ -25462,7 +25462,7 @@ utils-merge@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" -uuid@3.4.0, uuid@^3.0.0, uuid@^3.0.1, uuid@^3.3.2: +uuid@^3.0.0, uuid@^3.0.1, uuid@^3.3.2: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==