Skip to content

Commit 483ab43

Browse files
chore(deps): Update url-parse version as suggested by dependabot (#1002)
1 parent 3de9fe1 commit 483ab43

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@
262262
"**/postcss": "8.2.13",
263263
"**/json-schema": "0.4.0",
264264
"**/node-fetch": "2.6.7",
265-
"**/follow-redirects": "1.14.8"
265+
"**/follow-redirects": "1.14.8",
266+
"**/url-parse": "1.5.6"
266267
}
267268
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14859,10 +14859,10 @@ url-loader@^4.1.1:
1485914859
mime-types "^2.1.27"
1486014860
schema-utils "^3.0.0"
1486114861

14862-
url-parse@^1.4.3, url-parse@^1.4.7:
14863-
version "1.5.3"
14864-
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.3.tgz#71c1303d38fb6639ade183c2992c8cc0686df862"
14865-
integrity sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==
14862+
url-parse@1.5.6, url-parse@^1.4.3, url-parse@^1.4.7:
14863+
version "1.5.6"
14864+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.6.tgz#b2a41d5a233645f3c31204cc8be60e76a15230a2"
14865+
integrity sha512-xj3QdUJ1DttD1LeSfvJlU1eiF1RvBSBfUu8GplFGdUzSO28y5yUtEl7wb//PI4Af6qh0o/K8545vUmucRrfWsw==
1486614866
dependencies:
1486714867
querystringify "^2.1.1"
1486814868
requires-port "^1.0.0"

0 commit comments

Comments
 (0)