mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Bump parse-url from 5.0.6 to 5.0.7 in /app
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 5.0.6 to 5.0.7. - [Release notes](https://github.com/IonicaBizau/parse-url/releases) - [Commits](https://github.com/IonicaBizau/parse-url/commits) --- updated-dependencies: - dependency-name: parse-url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5be4288970
commit
674bac7deb
2 changed files with 10 additions and 10 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
"ms": "2.1.3",
|
"ms": "2.1.3",
|
||||||
"node-pty": "0.10.1",
|
"node-pty": "0.10.1",
|
||||||
"os-locale": "5.0.0",
|
"os-locale": "5.0.0",
|
||||||
"parse-url": "5.0.6",
|
"parse-url": "5.0.7",
|
||||||
"pify": "5.0.0",
|
"pify": "5.0.0",
|
||||||
"queue": "6.0.2",
|
"queue": "6.0.2",
|
||||||
"react": "17.0.2",
|
"react": "17.0.2",
|
||||||
|
|
|
||||||
|
|
@ -535,10 +535,10 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
|
||||||
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
|
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
|
||||||
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
|
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
|
||||||
|
|
||||||
normalize-url@4.5.0:
|
normalize-url@4.5.1:
|
||||||
version "4.5.0"
|
version "4.5.1"
|
||||||
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
|
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a"
|
||||||
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
|
integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==
|
||||||
|
|
||||||
npm-run-path@^2.0.0:
|
npm-run-path@^2.0.0:
|
||||||
version "2.0.2"
|
version "2.0.2"
|
||||||
|
|
@ -624,13 +624,13 @@ parse-path@^4.0.0:
|
||||||
is-ssh "^1.3.0"
|
is-ssh "^1.3.0"
|
||||||
protocols "^1.4.0"
|
protocols "^1.4.0"
|
||||||
|
|
||||||
parse-url@5.0.6:
|
parse-url@5.0.7:
|
||||||
version "5.0.6"
|
version "5.0.7"
|
||||||
resolved "https://registry.npmjs.org/parse-url/-/parse-url-5.0.6.tgz#9bc508b11f8844e0b8cd9b43ac511852a4e24ec3"
|
resolved "https://registry.npmjs.org/parse-url/-/parse-url-5.0.7.tgz#2ca3c32816f1a092c35e1f2afe63bb7924dde261"
|
||||||
integrity sha512-nZp+U7NFVTsBXTh6oGxdwvd7ncz3hJCl74q0lC0pLc3ypXJMKFUpfUEAd4r1x8zVVF5UHFik+CBNOQKN0ayByA==
|
integrity sha512-CgbjyWT6aOh2oNSUS0cioYQsGysj9hQ2IdbOfeNwq5KOaKM7dOw/yTupiI0cnJhaDHJEIGybPkQz7LF9WNIhyw==
|
||||||
dependencies:
|
dependencies:
|
||||||
is-ssh "^1.3.0"
|
is-ssh "^1.3.0"
|
||||||
normalize-url "4.5.0"
|
normalize-url "4.5.1"
|
||||||
parse-path "^4.0.0"
|
parse-path "^4.0.0"
|
||||||
protocols "^1.4.0"
|
protocols "^1.4.0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue