Skip to content

Commit 680e45b

Browse files
chore(deps): bump axios in /samples/weather-forecast
Bumps [axios](https://github.com/axios/axios) from 1.9.0 to 1.12.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.9.0...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ecf529 commit 680e45b

2 files changed

Lines changed: 22 additions & 10 deletions

File tree

samples/weather-forecast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@staffbase/widget-sdk": "^3.14.13",
2121
"acorn": "^8.14.1",
22-
"axios": "1.9.0",
22+
"axios": "1.12.0",
2323
"date-fns": "^2.23.0",
2424
"dayjs": "1.11.13",
2525
"react": "^18.3.1",

samples/weather-forecast/yarn.lock

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2751,13 +2751,13 @@ available-typed-arrays@^1.0.7:
27512751
dependencies:
27522752
possible-typed-array-names "^1.0.0"
27532753

2754-
axios@1.9.0:
2755-
version "1.9.0"
2756-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
2757-
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
2754+
axios@1.12.0:
2755+
version "1.12.0"
2756+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
2757+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
27582758
dependencies:
27592759
follow-redirects "^1.15.6"
2760-
form-data "^4.0.0"
2760+
form-data "^4.0.4"
27612761
proxy-from-env "^1.1.0"
27622762

27632763
babel-eslint@10.1.0:
@@ -3910,6 +3910,16 @@ es-set-tostringtag@^2.0.3:
39103910
has-tostringtag "^1.0.2"
39113911
hasown "^2.0.1"
39123912

3913+
es-set-tostringtag@^2.1.0:
3914+
version "2.1.0"
3915+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
3916+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
3917+
dependencies:
3918+
es-errors "^1.3.0"
3919+
get-intrinsic "^1.2.6"
3920+
has-tostringtag "^1.0.2"
3921+
hasown "^2.0.2"
3922+
39133923
es-to-primitive@^1.3.0:
39143924
version "1.3.0"
39153925
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.3.0.tgz#96c89c82cc49fd8794a24835ba3e1ff87f214e18"
@@ -4339,13 +4349,15 @@ form-data@^3.0.0:
43394349
combined-stream "^1.0.8"
43404350
mime-types "^2.1.12"
43414351

4342-
form-data@^4.0.0:
4343-
version "4.0.1"
4344-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.1.tgz#ba1076daaaa5bfd7e99c1a6cb02aa0a5cff90d48"
4345-
integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==
4352+
form-data@^4.0.4:
4353+
version "4.0.4"
4354+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
4355+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
43464356
dependencies:
43474357
asynckit "^0.4.0"
43484358
combined-stream "^1.0.8"
4359+
es-set-tostringtag "^2.1.0"
4360+
hasown "^2.0.2"
43494361
mime-types "^2.1.12"
43504362

43514363
forwarded@0.2.0:

0 commit comments

Comments
 (0)