Skip to content

Commit 1edf384

Browse files
Bump axios from 1.8.4 to 1.9.0 in /Plan/react/dashboard (#4078)
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.8.4...v1.9.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b6fdc8 commit 1edf384

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Plan/react/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@testing-library/jest-dom": "^6.6.3",
2323
"@testing-library/react": "^16.3.0",
2424
"@testing-library/user-event": "^14.6.1",
25-
"axios": "^1.8.4",
25+
"axios": "^1.9.0",
2626
"bootstrap": "^5.3.3",
2727
"export-to-csv": "^1.3.0",
2828
"highcharts": "^11.4.8",

Plan/react/dashboard/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,10 +1552,10 @@ autolinker@^3.11.0:
15521552
dependencies:
15531553
tslib "^2.3.0"
15541554

1555-
axios@^1.8.2, axios@^1.8.4:
1556-
version "1.8.4"
1557-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447"
1558-
integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==
1555+
axios@^1.8.2, axios@^1.9.0:
1556+
version "1.9.0"
1557+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
1558+
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
15591559
dependencies:
15601560
follow-redirects "^1.15.6"
15611561
form-data "^4.0.0"

0 commit comments

Comments
 (0)