Skip to content

Commit 7ea8c8a

Browse files
fix(deps): update dependency axios to v1.8.3
1 parent 978d2da commit 7ea8c8a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"dependencies": {
13-
"axios": "1.6.7",
13+
"axios": "1.8.3",
1414
"tslib": "2.6.2"
1515
},
1616
"description": "Wrapper around the Asana node SDK",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -1664,12 +1664,12 @@ [email protected]:
16641664
form-data "^4.0.0"
16651665
proxy-from-env "^1.1.0"
16661666

1667-
axios@1.6.7:
1668-
version "1.6.7"
1669-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
1670-
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
1667+
axios@1.8.3:
1668+
version "1.8.3"
1669+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.3.tgz#9ebccd71c98651d547162a018a1a95a4b4ed4de8"
1670+
integrity sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==
16711671
dependencies:
1672-
follow-redirects "^1.15.4"
1672+
follow-redirects "^1.15.6"
16731673
form-data "^4.0.0"
16741674
proxy-from-env "^1.1.0"
16751675

@@ -3031,6 +3031,11 @@ follow-redirects@^1.15.4:
30313031
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
30323032
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
30333033

3034+
follow-redirects@^1.15.6:
3035+
version "1.15.9"
3036+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
3037+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
3038+
30343039
foreground-child@^3.1.0:
30353040
version "3.1.1"
30363041
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"

0 commit comments

Comments
 (0)