diff options
author | Anderson Shindy Oki <[email protected]> | 2024-10-09 09:21:37 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-09 09:21:37 +0900 |
commit | e4242c1e6c5eee8538efc2679ad49b4b7e9f8efa (patch) | |
tree | fe7c29d29ed6c2326f8047aee5dddaa6b2017072 /frontend | |
parent | d006b4ecea707e97c413caa925896c67d6f95f5f (diff) | |
download | bazarr-e4242c1e6c5eee8538efc2679ad49b4b7e9f8efa.tar.gz bazarr-e4242c1e6c5eee8538efc2679ad49b4b7e9f8efa.zip |
no log: Bump axios from 1.6.8 to 1.7.4 in /frontend (#2706)
Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.4.
- [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.6.8...v1.7.4)
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/package-lock.json | 8 | ||||
-rw-r--r-- | frontend/package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1cd80abbb..03b502df8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -17,7 +17,7 @@ "@mantine/notifications": "^7.12.2", "@tanstack/react-query": "^5.40.1", "@tanstack/react-table": "^8.19.2", - "axios": "^1.6.8", + "axios": "^1.7.4", "braces": "^3.0.3", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -4696,9 +4696,9 @@ } }, "node_modules/axios": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz", - "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 513d65b34..fef9adeee 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "@mantine/notifications": "^7.12.2", "@tanstack/react-query": "^5.40.1", "@tanstack/react-table": "^8.19.2", - "axios": "^1.6.8", + "axios": "^1.7.4", "braces": "^3.0.3", "react": "^18.3.1", "react-dom": "^18.3.1", |