diff --git a/dev-client/package-lock.json b/dev-client/package-lock.json index 6a09d9131..94bcb371a 100644 --- a/dev-client/package-lock.json +++ b/dev-client/package-lock.json @@ -62,7 +62,7 @@ "react-native-svg": "^15.10.1", "react-native-tab-view": "^4.0.5", "reduce-reducers": "^1.0.4", - "terraso-client-shared": "github:techmatters/terraso-client-shared#91c89da", + "terraso-client-shared": "github:techmatters/terraso-client-shared#a4df832", "use-debounce": "^10.0.4", "uuid": "^10.0.0", "yup": "^1.5.0" @@ -16709,11 +16709,14 @@ } }, "node_modules/is-regex": { - "version": "1.1.4", - "license": "MIT", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", + "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.2", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" }, "engines": { "node": ">= 0.4"