Skip to content

Commit a07b267

Browse files
chore(deps): bump axios in /samples/weather-forecast
Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.15.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.15.0...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7d2c0a commit a07b267

2 files changed

Lines changed: 5 additions & 5 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.17.0",
2121
"acorn": "^8.16.0",
22-
"axios": "^1.15.0",
22+
"axios": "^1.15.2",
2323
"date-fns": "^2.30.0",
2424
"dayjs": "1.11.20",
2525
"react": "^18.3.1",

samples/weather-forecast/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3534,10 +3534,10 @@ asynckit@^0.4.0:
35343534
resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
35353535
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
35363536

3537-
axios@^1.15.0:
3538-
version "1.15.0"
3539-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.0.tgz#0fcee91ef03d386514474904b27863b2c683bf4f"
3540-
integrity sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==
3537+
axios@^1.15.2:
3538+
version "1.15.2"
3539+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.2.tgz#eb8fb6d30349abace6ade5b4cb4d9e8a0dc23e5b"
3540+
integrity sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==
35413541
dependencies:
35423542
follow-redirects "^1.15.11"
35433543
form-data "^4.0.5"

0 commit comments

Comments
 (0)