From f80b96103635ef5c856cca663fff5d64e2c85b82 Mon Sep 17 00:00:00 2001 From: Jose Buitron Date: Tue, 24 Oct 2023 16:06:43 -0500 Subject: [PATCH] chore: Updated backend version --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34b3d2bc6..d9d99f468 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "lodash": "^4.17.21", "react": "^18.2.0", "react-redux": "^8.1.3", - "terraso-backend": "github:techmatters/terraso-backend#63939d9978bb15dc3f363856bead14f9b6cf7ed5", + "terraso-backend": "github:techmatters/terraso-backend#7f438224bb5997cd6a13b3d0fbbaf8ef3f45f3d3", "uuid": "^9.0.1" }, "devDependencies": { @@ -13095,8 +13095,8 @@ }, "node_modules/terraso-backend": { "version": "0.1.0", - "resolved": "git+ssh://git@github.com/techmatters/terraso-backend.git#63939d9978bb15dc3f363856bead14f9b6cf7ed5", - "integrity": "sha512-VoIhW2oRrL7ozwDvLzZ77afsQKxQpKT+pP7oMcyZAgQE1Q65nFxb4Hg5IfRMnFhQm9K0o1FFC5O8tGz2KGfKsw==" + "resolved": "git+ssh://git@github.com/techmatters/terraso-backend.git#7f438224bb5997cd6a13b3d0fbbaf8ef3f45f3d3", + "integrity": "sha512-8aqLxE5cQm5UwUGXTJ8VXW7NpUXOpLFaVjTXm6c8YiHMDhLFLPVugWkE+TaEIFBzr41xxYVBMGwRoT9k3YAqbQ==" }, "node_modules/test-exclude": { "version": "6.0.0", diff --git a/package.json b/package.json index c1db6c328..1330c1749 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lodash": "^4.17.21", "react": "^18.2.0", "react-redux": "^8.1.3", - "terraso-backend": "github:techmatters/terraso-backend#63939d9978bb15dc3f363856bead14f9b6cf7ed5", + "terraso-backend": "github:techmatters/terraso-backend#7f438224bb5997cd6a13b3d0fbbaf8ef3f45f3d3", "uuid": "^9.0.1" }, "scripts": {