Skip to content

Commit

Permalink
build(deps): bump axios from 0.24.0 to 0.28.0
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 0.24.0 to 0.28.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
- [Commits](axios/axios@v0.24.0...v0.28.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent 5ea4af4 commit 87a4244
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/yargs": "^16.0.5",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"axios": "^0.24.0",
"axios": "^0.28.0",
"chalk": "^4.1.2",
"cross-env": "^7.0.3",
"dotenv": "^8.6.0",
Expand Down
2 changes: 1 addition & 1 deletion services/entitlement/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@types/rascal": "^10.0.6",
"@types/uuid": "^8.3.4",
"@types/verror": "^1.10.6",
"axios": "^0.24.0",
"axios": "^0.28.0",
"concurrently": "^6.5.1",
"jest": "^29.5.0",
"jest-auto-stub": "^1.0.8",
Expand Down
2 changes: 1 addition & 1 deletion services/media/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"ajv-formats": "^1.6.1",
"altair-express-middleware": "^7.0.1",
"amqplib": "^0.6.0",
"axios": "^0.24.0",
"axios": "^0.28.0",
"dotenv": "^8.6.0",
"env-cmd": "^10.1.0",
"env-var": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion services/vod-to-live/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@axinom/mosaic-service-common": "0.51.0",
"@azure/storage-blob": "^12.14.0",
"amqplib": "^0.6.0",
"axios": "^0.24.0",
"axios": "^0.28.0",
"env-cmd": "^10.1.0",
"env-var": "^6.3.0",
"express": "^4.18.1",
Expand Down
19 changes: 8 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5850,12 +5850,14 @@ [email protected]:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^0.24.0:
version "0.24.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
axios@^0.28.0:
version "0.28.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
dependencies:
follow-redirects "^1.14.4"
follow-redirects "^1.15.0"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

babel-jest@^29.5.0:
version "29.5.0"
Expand Down Expand Up @@ -8329,12 +8331,7 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==

follow-redirects@^1.0.0, follow-redirects@^1.14.4:
version "1.14.5"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.5.tgz#f09a5848981d3c772b5392309778523f8d85c381"
integrity sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==

follow-redirects@^1.15.6:
follow-redirects@^1.0.0, follow-redirects@^1.15.0, follow-redirects@^1.15.6:
version "1.15.6"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
Expand Down

0 comments on commit 87a4244

Please sign in to comment.