Skip to content

Commit d4816ae

Browse files
Bump axios from 1.9.0 to 1.12.0 (#1948)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95c4137 commit d4816ae

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/airtable": "^0.10.5",
5151
"@types/js-cookie": "^3.0.6",
5252
"airtable": "^0.12.2",
53-
"axios": "^1.9.0",
53+
"axios": "^1.12.0",
5454
"cva": "^1.0.0-beta.4",
5555
"date-fns": "^2.29.3",
5656
"eslint-plugin-vitest": "^0.3.22",

yarn.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5280,13 +5280,13 @@ axios@^0.27.2:
52805280
follow-redirects "^1.14.9"
52815281
form-data "^4.0.0"
52825282

5283-
axios@^1.9.0:
5284-
version "1.9.0"
5285-
resolved "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz"
5286-
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
5283+
axios@^1.12.0:
5284+
version "1.12.0"
5285+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
5286+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
52875287
dependencies:
52885288
follow-redirects "^1.15.6"
5289-
form-data "^4.0.0"
5289+
form-data "^4.0.4"
52905290
proxy-from-env "^1.1.0"
52915291

52925292
axobject-query@^4.1.0:
@@ -8226,13 +8226,15 @@ form-data@^3.0.0:
82268226
combined-stream "^1.0.8"
82278227
mime-types "^2.1.12"
82288228

8229-
form-data@^4.0.0:
8230-
version "4.0.0"
8231-
resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz"
8232-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
8229+
form-data@^4.0.0, form-data@^4.0.4:
8230+
version "4.0.4"
8231+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
8232+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
82338233
dependencies:
82348234
asynckit "^0.4.0"
82358235
combined-stream "^1.0.8"
8236+
es-set-tostringtag "^2.1.0"
8237+
hasown "^2.0.2"
82368238
mime-types "^2.1.12"
82378239

82388240
form-data@~2.3.2:

0 commit comments

Comments
 (0)