From aa7ff4a496654c347e6ab92fedf6060c866ec0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 11:32:44 +0000 Subject: [PATCH] Bump whatwg-url from 14.1.0 to 14.1.1 Bumps [whatwg-url](https://github.com/jsdom/whatwg-url) from 14.1.0 to 14.1.1. - [Release notes](https://github.com/jsdom/whatwg-url/releases) - [Commits](https://github.com/jsdom/whatwg-url/compare/v14.1.0...v14.1.1) --- updated-dependencies: - dependency-name: whatwg-url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21ce4a2..3a808f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "eventemitter3": "^5.0.1", "lz4js": "^0.2.0", "socket.io-client": "^4.8.1", - "whatwg-url": "^14.1.0" + "whatwg-url": "^14.1.1" }, "devDependencies": { "@types/jest": "^29.5.14", @@ -16051,9 +16051,9 @@ "peer": true }, "node_modules/whatwg-url": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.1.0.tgz", - "integrity": "sha512-jlf/foYIKywAt3x/XWKZ/3rz8OSJPiWktjmk891alJUEjiVxKX9LEO92qH3hv4aJ0mN3MWPvGMCy8jQi95xK4w==", + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.1.1.tgz", + "integrity": "sha512-mDGf9diDad/giZ/Sm9Xi2YcyzaFpbdLpJPr+E9fSkyQ7KpQD4SdFcugkRQYzhmfI4KeV4Qpnn2sKPdo+kmsgRQ==", "license": "MIT", "dependencies": { "tr46": "^5.0.0", diff --git a/package.json b/package.json index fa9bff3..afeb0c9 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eventemitter3": "^5.0.1", "lz4js": "^0.2.0", "socket.io-client": "^4.8.1", - "whatwg-url": "^14.1.0" + "whatwg-url": "^14.1.1" }, "peerDependencies": { "react-native-quick-base64": "*",