diff --git a/package-lock.json b/package-lock.json index 3bd0145..04d6946 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "lz4js": "^0.2.0", "react-native-url-polyfill": "^2.0.0", "socket.io-client": "^4.8.1", - "whatwg-url": "^14.0.0" + "whatwg-url": "^14.1.0" }, "devDependencies": { "@types/jest": "^29.5.12", @@ -17409,7 +17409,9 @@ "peer": true }, "node_modules/whatwg-url": { - "version": "14.0.0", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.1.0.tgz", + "integrity": "sha512-jlf/foYIKywAt3x/XWKZ/3rz8OSJPiWktjmk891alJUEjiVxKX9LEO92qH3hv4aJ0mN3MWPvGMCy8jQi95xK4w==", "license": "MIT", "dependencies": { "tr46": "^5.0.0", diff --git a/package.json b/package.json index a571729..cf6d97c 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "lz4js": "^0.2.0", "react-native-url-polyfill": "^2.0.0", "socket.io-client": "^4.8.1", - "whatwg-url": "^14.0.0" + "whatwg-url": "^14.1.0" }, "peerDependencies": { "react-native-quick-base64": "*",