Skip to content

Commit 5c49be5

Browse files
Update dependency url to v0.11.3
1 parent 8f90bfc commit 5c49be5

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.3"
6262
}
6363
}

yarn.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9393,10 +9393,10 @@ pump@^3.0.0:
93939393
end-of-stream "^1.1.0"
93949394
once "^1.3.1"
93959395

9396-
punycode@1.3.2:
9397-
version "1.3.2"
9398-
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
9399-
integrity sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==
9396+
punycode@^1.4.1:
9397+
version "1.4.1"
9398+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
9399+
integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==
94009400

94019401
punycode@^2.1.0, punycode@^2.1.1:
94029402
version "2.3.0"
@@ -9417,6 +9417,13 @@ qs@6.11.0:
94179417
dependencies:
94189418
side-channel "^1.0.4"
94199419

9420+
qs@^6.11.2:
9421+
version "6.11.2"
9422+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9"
9423+
integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==
9424+
dependencies:
9425+
side-channel "^1.0.4"
9426+
94209427
query-string@^6.14.1:
94219428
version "6.14.1"
94229429
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.14.1.tgz#7ac2dca46da7f309449ba0f86b1fd28255b0c86a"
@@ -9427,11 +9434,6 @@ query-string@^6.14.1:
94279434
split-on-first "^1.0.0"
94289435
strict-uri-encode "^2.0.0"
94299436

9430-
querystring@0.2.0:
9431-
version "0.2.0"
9432-
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
9433-
integrity sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g==
9434-
94359437
queue-microtask@^1.2.2:
94369438
version "1.2.3"
94379439
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
@@ -11184,13 +11186,13 @@ url-parse-lax@^3.0.0:
1118411186
dependencies:
1118511187
prepend-http "^2.0.0"
1118611188

11187-
url@0.11.0:
11188-
version "0.11.0"
11189-
resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
11190-
integrity sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==
11189+
url@0.11.3:
11190+
version "0.11.3"
11191+
resolved "https://registry.yarnpkg.com/url/-/url-0.11.3.tgz#6f495f4b935de40ce4a0a52faee8954244f3d3ad"
11192+
integrity sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==
1119111193
dependencies:
11192-
punycode "1.3.2"
11193-
querystring "0.2.0"
11194+
punycode "^1.4.1"
11195+
qs "^6.11.2"
1119411196

1119511197
username-sync@^1.0.2:
1119611198
version "1.0.3"

0 commit comments

Comments
 (0)