Skip to content

Commit a7473f7

Browse files
authored
Merge pull request #106 from TimMikeladze/renovate/parse-url-9.x-lockfile
2 parents a55ec1e + 3da1bdc commit a7473f7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

yarn.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4391,6 +4391,11 @@
43914391
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
43924392
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
43934393

4394+
"@types/parse-path@^7.0.0":
4395+
version "7.0.3"
4396+
resolved "https://registry.yarnpkg.com/@types/parse-path/-/parse-path-7.0.3.tgz#cec2da2834ab58eb2eb579122d9a1fc13bd7ef36"
4397+
integrity sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg==
4398+
43944399
"@types/pretty-hrtime@^1.0.0":
43954400
version "1.0.1"
43964401
resolved "https://registry.yarnpkg.com/@types/pretty-hrtime/-/pretty-hrtime-1.0.1.tgz#72a26101dc567b0d68fd956cf42314556e42d601"
@@ -10918,10 +10923,11 @@ parse-path@^7.0.0:
1091810923
protocols "^2.0.0"
1091910924

1092010925
parse-url@>=8.1.0, parse-url@^8.1.0:
10921-
version "8.1.0"
10922-
resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-8.1.0.tgz#972e0827ed4b57fc85f0ea6b0d839f0d8a57a57d"
10923-
integrity sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==
10926+
version "9.0.1"
10927+
resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-9.0.1.tgz#1c0c5da861e1dc74e71ce7a2d4fb3dfabd2837c5"
10928+
integrity sha512-9BTx9oCKV8f+OhbAhU44KqRUCQrKf8tEbxRq0Ld7m2TSWgoqmy+iVt7xnjEixlz28J9V6sAjVBv/wZNv4+2Jsg==
1092410929
dependencies:
10930+
"@types/parse-path" "^7.0.0"
1092510931
parse-path "^7.0.0"
1092610932

1092710933
parse5@^7.1.2:

0 commit comments

Comments
 (0)