Skip to content

Commit 7ccc65e

Browse files
Update dependency url to v0.11.1
1 parent c3e10ba commit 7ccc65e

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"react": "18.2.0",
5959
"react-dom": "18.2.0",
6060
"react-helmet": "6.1.0",
61-
"url": "0.11.0"
61+
"url": "0.11.1"
6262
}
6363
}

yarn.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9095,10 +9095,10 @@ pump@^3.0.0:
90959095
end-of-stream "^1.1.0"
90969096
once "^1.3.1"
90979097

9098-
punycode@1.3.2:
9099-
version "1.3.2"
9100-
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
9101-
integrity sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==
9098+
punycode@^1.4.1:
9099+
version "1.4.1"
9100+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
9101+
integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==
91029102

91039103
punycode@^2.1.0, punycode@^2.1.1:
91049104
version "2.3.0"
@@ -9119,6 +9119,13 @@ [email protected]:
91199119
dependencies:
91209120
side-channel "^1.0.4"
91219121

9122+
qs@^6.11.0:
9123+
version "6.11.2"
9124+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9"
9125+
integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==
9126+
dependencies:
9127+
side-channel "^1.0.4"
9128+
91229129
query-string@^6.14.1:
91239130
version "6.14.1"
91249131
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.14.1.tgz#7ac2dca46da7f309449ba0f86b1fd28255b0c86a"
@@ -9129,11 +9136,6 @@ query-string@^6.14.1:
91299136
split-on-first "^1.0.0"
91309137
strict-uri-encode "^2.0.0"
91319138

9132-
9133-
version "0.2.0"
9134-
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
9135-
integrity sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g==
9136-
91379139
queue-microtask@^1.2.2:
91389140
version "1.2.3"
91399141
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
@@ -10826,13 +10828,13 @@ url-parse-lax@^3.0.0:
1082610828
dependencies:
1082710829
prepend-http "^2.0.0"
1082810830

10829-
10830-
version "0.11.0"
10831-
resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
10832-
integrity sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==
10831+
10832+
version "0.11.1"
10833+
resolved "https://registry.yarnpkg.com/url/-/url-0.11.1.tgz#26f90f615427eca1b9f4d6a28288c147e2302a32"
10834+
integrity sha512-rWS3H04/+mzzJkv0eZ7vEDGiQbgquI1fGfOad6zKvgYQi1SzMmhl7c/DdRGxhaWrVH6z0qWITo8rpnxK/RfEhA==
1083310835
dependencies:
10834-
punycode "1.3.2"
10835-
querystring "0.2.0"
10836+
punycode "^1.4.1"
10837+
qs "^6.11.0"
1083610838

1083710839
username-sync@^1.0.2:
1083810840
version "1.0.3"

0 commit comments

Comments
 (0)