From aa4997dd81ab8e5b15ae97b8527cae8c31419606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 02:49:48 +0200 Subject: [PATCH] chore(deps-dev): bump parse-url from 8.1.0 to 9.2.0 (#53) Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 8.1.0 to 9.2.0. - [Release notes](https://github.com/IonicaBizau/parse-url/releases) - [Commits](https://github.com/IonicaBizau/parse-url/compare/8.1.0...9.2.0) --- updated-dependencies: - dependency-name: parse-url dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bb0005cf6aff..e43ab14a3adb 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "inquirer": "10.1.8", "node-addon-api": "8.1.0", "null-loader": "4.0.1", - "parse-url": "8.1.0", + "parse-url": "9.2.0", "playwright": "1.46.1", "plist": "3.1.0", "prettier": "3.3.3", diff --git a/yarn.lock b/yarn.lock index cabd50ffb4c9..2f7b4f32fa55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1289,6 +1289,11 @@ resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== +"@types/parse-path@^7.0.0": + version "7.0.3" + resolved "https://registry.npmjs.org/@types/parse-path/-/parse-path-7.0.3.tgz#cec2da2834ab58eb2eb579122d9a1fc13bd7ef36" + integrity sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg== + "@types/plist@3.0.5", "@types/plist@^3.0.1": version "3.0.5" resolved "https://registry.npmjs.org/@types/plist/-/plist-3.0.5.tgz#9a0c49c0f9886c8c8696a7904dd703f6284036e0" @@ -6727,11 +6732,12 @@ parse-path@^7.0.0: dependencies: protocols "^2.0.0" -parse-url@8.1.0: - version "8.1.0" - resolved "https://registry.npmjs.org/parse-url/-/parse-url-8.1.0.tgz#972e0827ed4b57fc85f0ea6b0d839f0d8a57a57d" - integrity sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w== +parse-url@9.2.0: + version "9.2.0" + resolved "https://registry.npmjs.org/parse-url/-/parse-url-9.2.0.tgz#d75da32b3bbade66e4eb0763fb4851d27526b97b" + integrity sha512-bCgsFI+GeGWPAvAiUv63ZorMeif3/U0zaXABGJbOWt5OH2KCaPHF6S+0ok4aqM9RuIPGyZdx9tR9l13PsW4AYQ== dependencies: + "@types/parse-path" "^7.0.0" parse-path "^7.0.0" path-equal@^1.2.5: