Skip to content

Commit fce3b12

Browse files
Chore: Update dependency axios to v1.16.0 (#132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80a0735 commit fce3b12

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"resolutions": {
4545
"**/@isaacs/brace-expansion": "5.0.1",
4646
"**/ajv": "6.15.0",
47-
"**/axios": "1.15.2",
47+
"**/axios": "1.16.0",
4848
"**/flatted": "3.4.2",
4949
"**/handlebars": "4.7.9",
5050
"**/lodash": "4.18.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2314,12 +2314,12 @@ available-typed-arrays@^1.0.7:
23142314
dependencies:
23152315
possible-typed-array-names "^1.0.0"
23162316

2317-
axios@1.15.2, axios@^1.12.0:
2318-
version "1.15.2"
2319-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.2.tgz#eb8fb6d30349abace6ade5b4cb4d9e8a0dc23e5b"
2320-
integrity sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==
2317+
axios@1.16.0, axios@^1.12.0:
2318+
version "1.16.0"
2319+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.16.0.tgz#f8e5dd931cef2a5f8c32216d5784eda2f8750eb7"
2320+
integrity sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==
23212321
dependencies:
2322-
follow-redirects "^1.15.11"
2322+
follow-redirects "^1.16.0"
23232323
form-data "^4.0.5"
23242324
proxy-from-env "^2.1.0"
23252325

@@ -4028,10 +4028,10 @@ flatted@3.4.2, flatted@^3.2.9:
40284028
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
40294029
integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
40304030

4031-
follow-redirects@^1.15.11:
4032-
version "1.15.11"
4033-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
4034-
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
4031+
follow-redirects@^1.16.0:
4032+
version "1.16.0"
4033+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.16.0.tgz#28474a159d3b9d11ef62050a14ed60e4df6d61bc"
4034+
integrity sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==
40354035

40364036
for-each@^0.3.3, for-each@^0.3.5:
40374037
version "0.3.5"

0 commit comments

Comments
 (0)