From 227d4da67b0453d75f4cf142efe2eabfcb2ed590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:43:57 +0000 Subject: [PATCH] Bump react-native-webview in /enatega-multivendor-app Bumps [react-native-webview](https://github.com/react-native-webview/react-native-webview) from 13.6.4 to 14.0.1. - [Release notes](https://github.com/react-native-webview/react-native-webview/releases) - [Commits](https://github.com/react-native-webview/react-native-webview/compare/v13.6.4...v14.0.1) --- updated-dependencies: - dependency-name: react-native-webview dependency-version: 14.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- enatega-multivendor-app/package-lock.json | 19 ++++++------------- enatega-multivendor-app/package.json | 2 +- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/enatega-multivendor-app/package-lock.json b/enatega-multivendor-app/package-lock.json index 40f9c395..19dd80d1 100644 --- a/enatega-multivendor-app/package-lock.json +++ b/enatega-multivendor-app/package-lock.json @@ -77,7 +77,7 @@ "react-native-screens": "~3.29.0", "react-native-star-rating": "^1.1.0", "react-native-svg": "14.1.0", - "react-native-webview": "13.6.4", + "react-native-webview": "14.0.1", "react-navigation-collapsible": "^6.3.0", "rn-placeholder": "^3.0.1", "sentry-expo": "~7.2.0", @@ -16351,11 +16351,12 @@ } }, "node_modules/react-native-webview": { - "version": "13.6.4", - "resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-13.6.4.tgz", - "integrity": "sha512-AdgmaMBHPcyERTvng9eSGgHX6AleyUlSusWAxngSOSdiYGgHW81T6C5A8j/ImJAF9oZg0bQDxp43Hu56tzENZQ==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-14.0.1.tgz", + "integrity": "sha512-lBUuvFk459Mo+5vUNqwzGvn+I8rDJE6zvOulG2hWWudeEOJfWTsQwOfuYnRu+27djUIXrESFfC+EQE3PGu+FWA==", + "license": "MIT", "dependencies": { - "escape-string-regexp": "2.0.0", + "escape-string-regexp": "^4.0.0", "invariant": "2.2.4" }, "peerDependencies": { @@ -16363,14 +16364,6 @@ "react-native": "*" } }, - "node_modules/react-native-webview/node_modules/escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "engines": { - "node": ">=8" - } - }, "node_modules/react-native/node_modules/promise": { "version": "8.3.0", "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", diff --git a/enatega-multivendor-app/package.json b/enatega-multivendor-app/package.json index c1d4131d..e9d47a73 100644 --- a/enatega-multivendor-app/package.json +++ b/enatega-multivendor-app/package.json @@ -105,7 +105,7 @@ "react-native-screens": "~3.29.0", "react-native-star-rating": "^1.1.0", "react-native-svg": "14.1.0", - "react-native-webview": "13.6.4", + "react-native-webview": "14.0.1", "react-navigation-collapsible": "^6.3.0", "rn-placeholder": "^3.0.1", "sentry-expo": "~7.2.0",