Skip to content

Commit

Permalink
chore: bump axios version up (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan authored Dec 7, 2023
1 parent b73cfe5 commit 502a9bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@html-eslint/eslint-plugin": "^0.21.0",
"@html-eslint/parser": "^0.21.0",
"axios": "^0.21.1",
"axios": "^1.6.2",
"chalk": "^4.1.1",
"eslint": "^7.27.0",
"optionator": "^0.9.1"
Expand Down
15 changes: 3 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ __metadata:
dependencies:
"@html-eslint/eslint-plugin": "npm:^0.21.0"
"@html-eslint/parser": "npm:^0.21.0"
axios: "npm:^0.21.1"
axios: "npm:^1.6.2"
chalk: "npm:^4.1.1"
eslint: "npm:^7.27.0"
optionator: "npm:^0.9.1"
Expand Down Expand Up @@ -4529,16 +4529,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^0.21.1":
version: 0.21.4
resolution: "axios@npm:0.21.4"
dependencies:
follow-redirects: "npm:^1.14.0"
checksum: fbcff55ec68f71f02d3773d467db2fcecdf04e749826c82c2427a232f9eba63242150a05f15af9ef15818352b814257541155de0281f8fb2b7e8a5b79f7f2142
languageName: node
linkType: hard

"axios@npm:^1.0.0":
"axios@npm:^1.0.0, axios@npm:^1.6.2":
version: 1.6.2
resolution: "axios@npm:1.6.2"
dependencies:
Expand Down Expand Up @@ -8001,7 +7992,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.14.0, follow-redirects@npm:^1.15.0":
"follow-redirects@npm:^1.15.0":
version: 1.15.3
resolution: "follow-redirects@npm:1.15.3"
peerDependenciesMeta:
Expand Down

0 comments on commit 502a9bf

Please sign in to comment.