Skip to content

Commit

Permalink
downgrade normalize_url to a non-vuln version (segmentio#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
pooyaj authored May 10, 2022
1 parent 3c370a7 commit 6ab3d2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"size-limit": [
{
"path": "dist/umd/index.js",
"limit": "25.05 KB"
"limit": "25.13 KB"
}
],
"lint-staged": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9103,9 +9103,9 @@ [email protected]:
sort-keys "^2.0.0"

normalize-url@^4.1.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
version "4.3.0"
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.3.0.tgz#9c49e10fc1876aeb76dba88bf1b2b5d9fa57b2ee"
integrity sha512-0NLtR71o4k6GLP+mr6Ty34c5GA6CMoEsncKJxvQd8NzPxaHRJNnb5gZE8R1XF4CPIS7QPHLJ74IFszwtNVAHVQ==

normalize-url@^6.0.1:
version "6.1.0"
Expand Down

0 comments on commit 6ab3d2d

Please sign in to comment.