Skip to content

Commit

Permalink
chore(deps): bump axios from 1.6.7 to 1.6.8
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 1.6.7 to 1.6.8.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.7...v1.6.8)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 7ca5e18 commit 259ec12
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/logstash-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/tsedio/logger",
"dependencies": {
"axios": "1.6.7",
"axios": "1.6.8",
"axios-retry": "^4.0.0",
"tslib": "2.6.2",
"uuid": "^9.0.1"
Expand Down
25 changes: 23 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4167,7 +4167,7 @@ __metadata:
dependencies:
"@tsed/logger": "npm:6.7.5"
"@types/uuid": "npm:^9.0.8"
axios: "npm:1.6.7"
axios: "npm:1.6.8"
axios-retry: "npm:^4.0.0"
tslib: "npm:2.6.2"
uuid: "npm:^9.0.1"
Expand Down Expand Up @@ -6779,7 +6779,18 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.6.7, axios@npm:>=1.6.7, axios@npm:^1.6.0, axios@npm:^1.6.5":
"axios@npm:1.6.8":
version: 1.6.8
resolution: "axios@npm:1.6.8"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10/3f9a79eaf1d159544fca9576261ff867cbbff64ed30017848e4210e49f3b01e97cf416390150e6fdf6633f336cd43dc1151f890bbd09c3c01ad60bb0891eee63
languageName: node
linkType: hard

"axios@npm:>=1.6.7, axios@npm:^1.6.0, axios@npm:^1.6.5":
version: 1.6.7
resolution: "axios@npm:1.6.7"
dependencies:
Expand Down Expand Up @@ -11357,6 +11368,16 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.6":
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
peerDependenciesMeta:
debug:
optional: true
checksum: 10/70c7612c4cab18e546e36b991bbf8009a1a41cf85354afe04b113d1117569abf760269409cb3eb842d9f7b03d62826687086b081c566ea7b1e6613cf29030bf7
languageName: node
linkType: hard

"for-in@npm:^1.0.2":
version: 1.0.2
resolution: "for-in@npm:1.0.2"
Expand Down

0 comments on commit 259ec12

Please sign in to comment.