From aae7612b415a7be4b4f00910e38095b57de03b0e Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Tue, 26 Nov 2024 16:09:47 -0500 Subject: [PATCH] Revert "build: bump uuid from 10.0.0 to 11.0.3 (#1066)" This reverts commit c1db722f1abfc39842cb6f3deec0855167fc3fc3. # Conflicts: # package-lock.json # package.json --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd353353..34e0c970 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react": "^18.3.1", "react-redux": "^8.1.3", "terraso-backend": "github:techmatters/terraso-backend#fac222b", - "uuid": "^11.0.3" + "uuid": "^10.0.0" }, "devDependencies": { "@babel/cli": "^7.25.9", @@ -13935,15 +13935,16 @@ "dev": true }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist/bin/uuid" } }, "node_modules/v8-to-istanbul": { diff --git a/package.json b/package.json index 4798355e..863b72ed 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react": "^18.3.1", "react-redux": "^8.1.3", "terraso-backend": "github:techmatters/terraso-backend#fac222b", - "uuid": "^11.0.3" + "uuid": "^10.0.0" }, "scripts": { "generate-types": "graphql-codegen",