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 Sep 24, 2023
1 parent 1ba0264 commit c6cf6d2
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.24.0",
"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 @@ -7452,6 +7452,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.3.1"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.3.1.tgz#5cb58cdab5120f7ab0b40cfdc35073fb9adb651d"
integrity sha512-pphNW/msgOUSkJbH58x8sqpq8uQj6b0ZKGxEsLKMUnGorRcDjrUaLS+39+/ub41JNTwrrMyJcUB8+YZs3mbwqw==

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 @@ -7612,10 +7617,10 @@ url-parse@^1.5.3:
querystringify "^2.1.1"
requires-port "^1.0.0"

urllib@3.19.1:
version "3.19.1"
resolved "https://registry.yarnpkg.com/urllib/-/urllib-3.19.1.tgz#d6c9209b19b36c0f0f0c8ed2b1fbd3188146976b"
integrity sha512-lFtCLxoAMF/mtmzMPBHCOaWNlza8n7S9wQBGGFnDiuGbxplzgazKAplrf4J4aEeZCXI+O0kPIyKolTIDt15d1w==
urllib@3.19.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 @@ -7625,6 +7630,7 @@ urllib@3.19.1:
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 c6cf6d2

Please sign in to comment.