Skip to content

Commit d703cca

Browse files
build(deps-dev): bump axios from 1.7.7 to 1.8.4
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.7...v1.8.4) --- updated-dependencies: - dependency-name: axios dependency-version: 1.8.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b73161 commit d703cca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"@vitejs/plugin-react": "^1.3.2",
328328
"@vscode/test-electron": "^2.4.1",
329329
"assert": "^2.0.0",
330-
"axios": "^1.4.0",
330+
"axios": "^1.8.4",
331331
"eslint": "^8.52.0",
332332
"glob": "^10.3.10",
333333
"intl-format": "^1.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,10 +1156,10 @@ available-typed-arrays@^1.0.5:
11561156
resolved "https://registry.npmmirror.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz"
11571157
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
11581158

1159-
axios@^1.4.0:
1160-
version "1.7.7"
1161-
resolved "https://registry.npmmirror.com/axios/-/axios-1.7.7.tgz"
1162-
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
1159+
axios@^1.8.4:
1160+
version "1.8.4"
1161+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447"
1162+
integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==
11631163
dependencies:
11641164
follow-redirects "^1.15.6"
11651165
form-data "^4.0.0"

0 commit comments

Comments
 (0)