From 81ed5895c4be21d77616ac85378eac31417f574b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 12:00:01 +0000 Subject: [PATCH] chore(deps): bump is-regex from 1.1.4 to 1.2.1 in /dev-client Bumps [is-regex](https://github.com/inspect-js/is-regex) from 1.1.4 to 1.2.1. - [Changelog](https://github.com/inspect-js/is-regex/blob/main/CHANGELOG.md) - [Commits](https://github.com/inspect-js/is-regex/compare/v1.1.4...v1.2.1) --- updated-dependencies: - dependency-name: is-regex dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-client/package-lock.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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"