Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency axios to v1.6.8 #172

Merged
merged 1 commit into from
Mar 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"axios": "1.6.7",
"axios": "1.6.8",
"concurrently": "8.2.2",
"cypress": "13.6.6",
"env-cmd": "10.1.0",
Expand Down
24 changes: 17 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5350,14 +5350,14 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -7930,7 +7930,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.0, follow-redirects@npm:^1.15.4":
"follow-redirects@npm:^1.15.0":
version: 1.15.5
resolution: "follow-redirects@npm:1.15.5"
peerDependenciesMeta:
Expand All @@ -7940,6 +7940,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-each@npm:^0.3.3":
version: 0.3.3
resolution: "for-each@npm:0.3.3"
Expand Down Expand Up @@ -8386,7 +8396,7 @@ __metadata:
"@typescript-eslint/parser": "npm:7.2.0"
"@uiw/react-codemirror": "npm:^4.21.22"
"@vitejs/plugin-react": "npm:^4.2.1"
axios: "npm:1.6.7"
axios: "npm:1.6.8"
concurrently: "npm:8.2.2"
cypress: "npm:13.6.6"
env-cmd: "npm:10.1.0"
Expand Down
Loading