Skip to content

Commit

Permalink
Merge pull request #55 from synesenom/dependabot/npm_and_yarn/parse-u…
Browse files Browse the repository at this point in the history
…rl-8.1.0

⬆️ Bump parse-url from 7.0.2 to 8.1.0
  • Loading branch information
synesenom committed Dec 15, 2022
2 parents 8f8b159 + 4eb492e commit 30fbf91
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 65 deletions.
71 changes: 31 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 18 additions & 25 deletions yarn.lock
Expand Up @@ -2354,8 +2354,8 @@ doctypes@^1.1.0:
resolved "https://registry.yarnpkg.com/doctypes/-/doctypes-1.1.0.tgz#ea80b106a87538774e8a3a4a5afe293de489e0a9"

documentation@^14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/documentation/-/documentation-14.0.0.tgz#ca85705518214cab84b693f1bdd23389d7a84e2f"
version "14.0.1"
resolved "https://registry.yarnpkg.com/documentation/-/documentation-14.0.1.tgz#2d7819eeecd854d782b58b16ad7967d9bda960f5"
dependencies:
"@babel/core" "^7.18.10"
"@babel/generator" "^7.18.10"
Expand All @@ -2366,7 +2366,7 @@ documentation@^14.0.0:
chokidar "^3.5.3"
diff "^5.1.0"
doctrine-temporary-fork "2.1.0"
git-url-parse "^12.0.0"
git-url-parse "^13.1.0"
github-slugger "1.4.0"
glob "^8.0.3"
globals-docs "^2.4.1"
Expand Down Expand Up @@ -3088,18 +3088,18 @@ getpass@^0.1.1:
dependencies:
assert-plus "^1.0.0"

git-up@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/git-up/-/git-up-6.0.0.tgz#dbd6e4eee270338be847a0601e6d0763c90b74db"
git-up@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/git-up/-/git-up-7.0.0.tgz#bace30786e36f56ea341b6f69adfd83286337467"
dependencies:
is-ssh "^1.4.0"
parse-url "^7.0.2"
parse-url "^8.1.0"

git-url-parse@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-12.0.0.tgz#4ba70bc1e99138321c57e3765aaf7428e5abb793"
git-url-parse@^13.1.0:
version "13.1.0"
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-13.1.0.tgz#07e136b5baa08d59fabdf0e33170de425adf07b4"
dependencies:
git-up "^6.0.0"
git-up "^7.0.0"

github-slugger@1.4.0:
version "1.4.0"
Expand Down Expand Up @@ -5152,10 +5152,6 @@ normalize-url@^4.1.0:
version "4.5.1"
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a"

normalize-url@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"

npm-audit-report@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/npm-audit-report/-/npm-audit-report-3.0.0.tgz#1bf3e531208b5f77347c8d00c3d9badf5be30cd6"
Expand Down Expand Up @@ -5638,20 +5634,17 @@ parse-json@^5.0.0, parse-json@^5.2.0:
json-parse-even-better-errors "^2.3.0"
lines-and-columns "^1.1.6"

parse-path@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-5.0.0.tgz#f933152f3c6d34f4cf36cfc3d07b138ac113649d"
parse-path@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-7.0.0.tgz#605a2d58d0a749c8594405d8cc3a2bf76d16099b"
dependencies:
protocols "^2.0.0"

parse-url@^7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-7.0.2.tgz#d21232417199b8d371c6aec0cedf1406fd6393f0"
parse-url@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-8.1.0.tgz#972e0827ed4b57fc85f0ea6b0d839f0d8a57a57d"
dependencies:
is-ssh "^1.4.0"
normalize-url "^6.1.0"
parse-path "^5.0.0"
protocols "^2.0.1"
parse-path "^7.0.0"

parse5@4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 30fbf91

Please sign in to comment.