Skip to content

Commit

Permalink
upgrade axios to 1.7.4 (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 authored Aug 30, 2024
1 parent f5b505e commit af985b2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@peertube/embed-api": "^0.0.6",
"@vimeo/player": "^2.20.1",
"@vueuse/core": "^9.6.0",
"axios": "1.6.0",
"axios": "1.7.4",
"dashjs": "4.7.1",
"dayjs": "^1.10.4",
"hls.js": "1.4.8",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@ffprobe-installer/ffprobe": "2.1.1",
"@liveinstantly/dash-mpd-parser": "0.5.0",
"ansi-colors": "^4.1.1",
"axios": "1.6.7",
"axios": "1.7.4",
"connect-redis": "7.1.0",
"convict": "^6.2.4",
"cookie-parser": "^1.4.6",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7444,25 +7444,25 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.6.0":
version: 1.6.0
resolution: "axios@npm:1.6.0"
"axios@npm:1.6.7":
version: 1.6.7
resolution: "axios@npm:1.6.7"
dependencies:
follow-redirects: "npm:^1.15.0"
follow-redirects: "npm:^1.15.4"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10c0/2879e17b96cbca7e2096d231a44e2d0f03e657d79f8928ea38ec5fbaf5a5b7bf952d580cdb58a66ba328c26eb3528b89d5a32da57cc5cf89813786c044f7e9d6
checksum: 10c0/131bf8e62eee48ca4bd84e6101f211961bf6a21a33b95e5dfb3983d5a2fe50d9fffde0b57668d7ce6f65063d3dc10f2212cbcb554f75cfca99da1c73b210358d
languageName: node
linkType: hard

"axios@npm:1.6.7":
version: 1.6.7
resolution: "axios@npm:1.6.7"
"axios@npm:1.7.4":
version: 1.7.4
resolution: "axios@npm:1.7.4"
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: 10c0/131bf8e62eee48ca4bd84e6101f211961bf6a21a33b95e5dfb3983d5a2fe50d9fffde0b57668d7ce6f65063d3dc10f2212cbcb554f75cfca99da1c73b210358d
checksum: 10c0/5ea1a93140ca1d49db25ef8e1bd8cfc59da6f9220159a944168860ad15a2743ea21c5df2967795acb15cbe81362f5b157fdebbea39d53117ca27658bab9f7f17
languageName: node
linkType: hard

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

"follow-redirects@npm:^1.14.9, follow-redirects@npm:^1.15.0, follow-redirects@npm:^1.15.4":
"follow-redirects@npm:^1.14.9, follow-redirects@npm:^1.15.4, follow-redirects@npm:^1.15.6":
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
peerDependenciesMeta:
Expand Down Expand Up @@ -15849,7 +15849,7 @@ __metadata:
"@vue/eslint-config-typescript": "npm:^11.0.3"
"@vue/test-utils": "npm:2.2.1"
"@vueuse/core": "npm:^9.6.0"
axios: "npm:1.6.0"
axios: "npm:1.7.4"
cypress: "npm:13.7.1"
cypress-real-events: "npm:^1.12.0"
dashjs: "npm:4.7.1"
Expand Down Expand Up @@ -15922,7 +15922,7 @@ __metadata:
"@types/uuid": "npm:^3.4.0"
"@types/ws": "npm:^7.4.4"
ansi-colors: "npm:^4.1.1"
axios: "npm:1.6.7"
axios: "npm:1.7.4"
connect-redis: "npm:7.1.0"
convict: "npm:^6.2.4"
cookie-parser: "npm:^1.4.6"
Expand Down

0 comments on commit af985b2

Please sign in to comment.