Skip to content

Commit 0143e13

Browse files
fix(deps): update dependency url-parse to v1.5.6 [security] (#20270)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1fb16b0 commit 0143e13

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

packages/driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"text-mask-addons": "3.8.0",
8181
"underscore.string": "3.3.5",
8282
"unfetch": "4.1.0",
83-
"url-parse": "1.5.2",
83+
"url-parse": "1.5.6",
8484
"vanilla-text-mask": "5.1.1",
8585
"vite": "^2.4.4",
8686
"webpack": "4.41.2",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"tsconfig-paths": "3.10.1",
117117
"tslib": "2.3.0",
118118
"underscore.string": "3.3.5",
119-
"url-parse": "1.5.2",
119+
"url-parse": "1.5.6",
120120
"uuid": "8.3.2",
121121
"which": "2.0.2",
122122
"widest-line": "3.1.0",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39397,7 +39397,15 @@ url-parse-lax@^3.0.0:
3939739397
dependencies:
3939839398
prepend-http "^2.0.0"
3939939399

39400-
[email protected], url-parse@^1.4.3, url-parse@^1.4.7:
39400+
39401+
version "1.5.6"
39402+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.6.tgz#b2a41d5a233645f3c31204cc8be60e76a15230a2"
39403+
integrity sha512-xj3QdUJ1DttD1LeSfvJlU1eiF1RvBSBfUu8GplFGdUzSO28y5yUtEl7wb//PI4Af6qh0o/K8545vUmucRrfWsw==
39404+
dependencies:
39405+
querystringify "^2.1.1"
39406+
requires-port "^1.0.0"
39407+
39408+
url-parse@^1.4.3, url-parse@^1.4.7:
3940139409
version "1.5.2"
3940239410
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.2.tgz#a4eff6fd5ff9fe6ab98ac1f79641819d13247cda"
3940339411
integrity sha512-6bTUPERy1muxxYClbzoRo5qtQuyoGEbzbQvi0SW4/8U8UyVkAQhWFBlnigqJkRm4su4x1zDQfNbEzWkt+vchcg==

0 commit comments

Comments
 (0)