Skip to content

Commit f088cf6

Browse files
build(deps): bump axios from 1.15.0 to 1.15.1 in /frontend
Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.15.1. - [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.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa16222 commit f088cf6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

frontend/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/node": "^25.6.0",
1616
"@types/react": "^19.2.14",
1717
"@types/react-dom": "^19.2.3",
18-
"axios": "^1.15.0",
18+
"axios": "^1.15.1",
1919
"date-fns": "^4.1.0",
2020
"react": "^19.2.4",
2121
"react-dom": "^19.2.4",

frontend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3112,10 +3112,10 @@ axe-core@^4.10.0:
31123112
resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz"
31133113
integrity sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==
31143114

3115-
axios@^1.15.0:
3116-
version "1.15.0"
3117-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.0.tgz#0fcee91ef03d386514474904b27863b2c683bf4f"
3118-
integrity sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==
3115+
axios@^1.15.1:
3116+
version "1.15.1"
3117+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.1.tgz#075420b785da8adbdf545785b69f90c926b28542"
3118+
integrity sha512-WOG+Jj8ZOvR0a3rAn+Tuf1UQJRxw5venr6DgdbJzngJE3qG7X0kL83CZGpdHMxEm+ZK3seAbvFsw4FfOfP9vxg==
31193119
dependencies:
31203120
follow-redirects "^1.15.11"
31213121
form-data "^4.0.5"

0 commit comments

Comments
 (0)