Skip to content

Commit

Permalink
Update dependency url to v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Archaeopteryx committed Sep 1, 2023
1 parent c80b52e commit cd58aa6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"taskcluster-lib-scopes": "11.0.0",
"taskcluster-lib-urls": "13.0.1",
"tsconfig-paths": "4.1.2",
"url": "0.11.0",
"url": "0.11.1",
"victory": "36.6.11"
},
"devDependencies": {
Expand Down
25 changes: 10 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8093,10 +8093,10 @@ pump@^3.0.0:
end-of-stream "^1.1.0"
once "^1.3.1"

punycode@1.3.2:
version "1.3.2"
resolved "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
integrity sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==
punycode@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==

punycode@^2.1.0, punycode@^2.1.1:
version "2.1.1"
Expand Down Expand Up @@ -8165,11 +8165,6 @@ query-string@^7.0.0:
split-on-first "^1.0.0"
strict-uri-encode "^2.0.0"

querystring@0.2.0:
version "0.2.0"
resolved "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz"
integrity sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g==

querystring@^0.2.0:
version "0.2.1"
resolved "https://registry.npmjs.org/querystring/-/querystring-0.2.1.tgz"
Expand Down Expand Up @@ -9806,13 +9801,13 @@ url-parse@^1.4.7, url-parse@^1.5.3:
querystringify "^2.1.1"
requires-port "^1.0.0"

url@0.11.0:
version "0.11.0"
resolved "https://registry.npmjs.org/url/-/url-0.11.0.tgz"
integrity sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==
url@0.11.1:
version "0.11.1"
resolved "https://registry.yarnpkg.com/url/-/url-0.11.1.tgz#26f90f615427eca1b9f4d6a28288c147e2302a32"
integrity sha512-rWS3H04/+mzzJkv0eZ7vEDGiQbgquI1fGfOad6zKvgYQi1SzMmhl7c/DdRGxhaWrVH6z0qWITo8rpnxK/RfEhA==
dependencies:
punycode "1.3.2"
querystring "0.2.0"
punycode "^1.4.1"
qs "^6.11.0"

use-sync-external-store@^1.0.0:
version "1.2.0"
Expand Down

0 comments on commit cd58aa6

Please sign in to comment.