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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2024
1 parent f2c3db9 commit 39eb2ff
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"@tsed/logger": ">=6.2.1",
"@tsed/normalize-path": ">=7.14.2",
"any-observable": "0.5.1",
"axios": "1.6.7",
"axios": "1.6.8",
"chalk": "4.1.0",
"commander": "9.3.0",
"consolidate": "0.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-core/package.json
Expand Up @@ -36,7 +36,7 @@
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^8.2.4",
"ajv": "8.11.0",
"axios": "1.6.7",
"axios": "1.6.8",
"chalk": "4.1.2",
"change-case": "^4.1.2",
"commander": "9.3.0",
Expand Down
27 changes: 24 additions & 3 deletions yarn.lock
Expand Up @@ -3265,7 +3265,7 @@ __metadata:
"@types/url-parse": "npm:^1.4.3"
"@types/uuid": "npm:8.3.4"
ajv: "npm:8.11.0"
axios: "npm:1.6.7"
axios: "npm:1.6.8"
chalk: "npm:4.1.2"
change-case: "npm:^4.1.2"
commander: "npm:9.3.0"
Expand Down Expand Up @@ -3551,7 +3551,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^5.33.1"
"@typescript-eslint/parser": "npm:^5.33.1"
any-observable: "npm:0.5.1"
axios: "npm:1.6.7"
axios: "npm:1.6.8"
chalk: "npm:4.1.0"
commander: "npm:9.3.0"
concurrently: "npm:7.6.0"
Expand Down Expand Up @@ -5274,7 +5274,18 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.6.7, axios@npm:>=1.6.7, axios@npm:^1.0.0":
"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.0.0":
version: 1.6.7
resolution: "axios@npm:1.6.7"
dependencies:
Expand Down Expand Up @@ -8524,6 +8535,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.1, for-in@npm:^1.0.2":
version: 1.0.2
resolution: "for-in@npm:1.0.2"
Expand Down

0 comments on commit 39eb2ff

Please sign in to comment.