diff options
author | dependabot[bot] | 2024-08-05 22:02:11 +0000 |
---|---|---|
committer | vitalyster | 2024-08-06 06:42:13 +0300 |
commit | fd2b38bbe516f2ce00292629e4fc9603601079a9 (patch) | |
tree | 18e9ae1a33908a5a2e7bf75c800d5961974fcc40 /package.json | |
parent | cd540238d07e67733bbb4bb3746b2369226041fc (diff) |
build(deps): 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](https://github.com/axios/axios/compare/v1.7.2...v1.7.3)
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9ede0aea..9e0131cc 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "webpack-dev-server": "^5.0.4" }, "dependencies": { - "axios": "^1.7.2", + "axios": "^1.7.3", "axios-cache-interceptor": "^1.5.3", "body-parser": "^1.20.2", "classlist.js": "^1.1.20150312", |