Skip to content

Commit

Permalink
chore(npm): update dependency urllib to v3.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent c23f6da commit 1ecb174
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"tough-cookie": "4.1.3",
"typescript": "5.2.2",
"undici": "5.26.3",
"urllib": "3.19.1"
"urllib": "3.19.3"
},
"peerDependencies": {
"deasync": "^0.1.26",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7438,6 +7438,11 @@ type-fest@^1.0.2:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==

type-fest@^4.3.1:
version "4.4.0"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.4.0.tgz#061cd10ff55664bb7174218cdf78c28c48f71c69"
integrity sha512-HT3RRs7sTfY22KuPQJkD/XjbTbxgP2Je5HPt6H6JEGvcjHd5Lqru75EbrP3tb4FYjNJ+DjLp+MNQTFQU0mhXNw==

typed-array-buffer@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz#18de3e7ed7974b0a729d3feecb94338d1472cd60"
Expand Down Expand Up @@ -7598,10 +7603,10 @@ url-parse@^1.5.3:
querystringify "^2.1.1"
requires-port "^1.0.0"

[email protected].1:
version "3.19.1"
resolved "https://registry.yarnpkg.com/urllib/-/urllib-3.19.1.tgz#d6c9209b19b36c0f0f0c8ed2b1fbd3188146976b"
integrity sha512-lFtCLxoAMF/mtmzMPBHCOaWNlza8n7S9wQBGGFnDiuGbxplzgazKAplrf4J4aEeZCXI+O0kPIyKolTIDt15d1w==
[email protected].3:
version "3.19.3"
resolved "https://registry.yarnpkg.com/urllib/-/urllib-3.19.3.tgz#825084d388c2e442474a1b1e89adaa35e899bde7"
integrity sha512-QEEBgRN94uPoVatOmZttfJTVdPKc+U96i/JH1zXgUA+dw3I3k+3d9Dzr1YafI92/r0V/4ypDH75zll93RDrp3w==
dependencies:
default-user-agent "^1.0.0"
digest-header "^1.0.0"
Expand All @@ -7611,6 +7616,7 @@ [email protected]:
mime-types "^2.1.35"
pump "^3.0.0"
qs "^6.11.2"
type-fest "^4.3.1"
undici "^5.22.1"
ylru "^1.3.2"

Expand Down

0 comments on commit 1ecb174

Please sign in to comment.