Skip to content

Commit e9490fc

Browse files
Bump axios from 1.7.2 to 1.7.3
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 466a8b1 commit e9490fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@types/rimraf": "^4.0.5",
7272
"@types/string-similarity": "^4.0.2",
7373
"@types/unicode-properties": "^1.3.2",
74-
"axios": "^1.7.2",
74+
"axios": "^1.7.3",
7575
"express": "^4.19.2",
7676
"jest": "^29.0.0",
7777
"jest-junit": "^16.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -932,10 +932,10 @@ asynckit@^0.4.0:
932932
resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
933933
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
934934

935-
axios@^1.7.2:
936-
version "1.7.2"
937-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
938-
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
935+
axios@^1.7.3:
936+
version "1.7.3"
937+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.3.tgz#a1125f2faf702bc8e8f2104ec3a76fab40257d85"
938+
integrity sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==
939939
dependencies:
940940
follow-redirects "^1.15.6"
941941
form-data "^4.0.0"

0 commit comments

Comments
 (0)