From 47cf3625a17e673cacb0f0e453c2aabff7b95b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:08:36 +0000 Subject: [PATCH] Bump whatwg-url from 14.0.0 to 14.1.0 Bumps [whatwg-url](https://github.com/jsdom/whatwg-url) from 14.0.0 to 14.1.0. - [Release notes](https://github.com/jsdom/whatwg-url/releases) - [Commits](https://github.com/jsdom/whatwg-url/compare/v14.0.0...v14.1.0) --- updated-dependencies: - dependency-name: whatwg-url dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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": "*",