Skip to content

Commit 841416b

Browse files
committed
chore: axios 버전 업데이트
1 parent 63a0468 commit 841416b

9 files changed

Lines changed: 40 additions & 34 deletions

.pnp.cjs

Lines changed: 20 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-135 KB
Binary file not shown.
252 KB
Binary file not shown.
-10.9 KB
Binary file not shown.
Binary file not shown.
-16 KB
Binary file not shown.
25.2 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"@bcsdlab/koin": "^0.0.15",
77
"@bcsdlab/utils": "^0.0.15",
88
"@next/third-parties": "latest",
9-
"@tanstack/react-query": "^5.90.21",
109
"@sentry/nextjs": "^10",
11-
"axios": "^0.27.2",
10+
"@tanstack/react-query": "^5.90.21",
11+
"axios": "^0.31.0",
1212
"dayjs": "^1.11.12",
1313
"embla-carousel-autoplay": "^8.0.4",
1414
"embla-carousel-react": "^8.0.4",

yarn.lock

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5749,13 +5749,14 @@ __metadata:
57495749
languageName: node
57505750
linkType: hard
57515751

5752-
"axios@npm:^0.27.2":
5753-
version: 0.27.2
5754-
resolution: "axios@npm:0.27.2"
5752+
"axios@npm:^0.31.0":
5753+
version: 0.31.0
5754+
resolution: "axios@npm:0.31.0"
57555755
dependencies:
5756-
follow-redirects: "npm:^1.14.9"
5757-
form-data: "npm:^4.0.0"
5758-
checksum: 10/2efaf18dd0805f7bc772882bc86f004abd92d51007b54c5081f74db0d08ce3593e2c010261896d25a14318eeaa2e966fd825e34f810e8a3339dc64b9d177cf70
5756+
follow-redirects: "npm:^1.15.4"
5757+
form-data: "npm:^4.0.4"
5758+
proxy-from-env: "npm:^1.1.0"
5759+
checksum: 10/80536a915c36ff9e31f32a25e93f558963a89b4182b90a829c0fab44d5c9ee84ebbe34501c45448f422a181db75b8bab4272076a6b128184da2bfa340943d0d5
57595760
languageName: node
57605761
linkType: hard
57615762

@@ -7945,13 +7946,13 @@ __metadata:
79457946
languageName: node
79467947
linkType: hard
79477948

7948-
"follow-redirects@npm:^1.14.9":
7949-
version: 1.15.5
7950-
resolution: "follow-redirects@npm:1.15.5"
7949+
"follow-redirects@npm:^1.15.4":
7950+
version: 1.16.0
7951+
resolution: "follow-redirects@npm:1.16.0"
79517952
peerDependenciesMeta:
79527953
debug:
79537954
optional: true
7954-
checksum: 10/d467f13c1c6aa734599b8b369cd7a625b20081af358f6204ff515f6f4116eb440de9c4e0c49f10798eeb0df26c95dd05d5e0d9ddc5786ab1a8a8abefe92929b4
7955+
checksum: 10/3fbe3d80b3b544c22705d837aa5d4a0d07a740d913534a2620b0a004c610af4148e3b58723536dd099aaa1c9d3a155964bde9665d6e5cb331460809a1fc572fd
79557956
languageName: node
79567957
linkType: hard
79577958

@@ -7983,14 +7984,16 @@ __metadata:
79837984
languageName: node
79847985
linkType: hard
79857986

7986-
"form-data@npm:^4.0.0":
7987-
version: 4.0.0
7988-
resolution: "form-data@npm:4.0.0"
7987+
"form-data@npm:^4.0.4":
7988+
version: 4.0.5
7989+
resolution: "form-data@npm:4.0.5"
79897990
dependencies:
79907991
asynckit: "npm:^0.4.0"
79917992
combined-stream: "npm:^1.0.8"
7993+
es-set-tostringtag: "npm:^2.1.0"
7994+
hasown: "npm:^2.0.2"
79927995
mime-types: "npm:^2.1.12"
7993-
checksum: 10/7264aa760a8cf09482816d8300f1b6e2423de1b02bba612a136857413fdc96d7178298ced106817655facc6b89036c6e12ae31c9eb5bdc16aabf502ae8a5d805
7996+
checksum: 10/52ecd6e927c8c4e215e68a7ad5e0f7c1031397439672fd9741654b4a94722c4182e74cc815b225dcb5be3f4180f36428f67c6dd39eaa98af0dcfdd26c00c19cd
79947997
languageName: node
79957998
linkType: hard
79967999

@@ -10032,7 +10035,7 @@ __metadata:
1003210035
"@types/react": "npm:^19.2.10"
1003310036
"@types/react-dom": "npm:^19.2.3"
1003410037
"@types/react-window": "npm:^1.8.5"
10035-
axios: "npm:^0.27.2"
10038+
axios: "npm:^0.31.0"
1003610039
dayjs: "npm:^1.11.12"
1003710040
dotenv: "npm:^17.2.3"
1003810041
embla-carousel-autoplay: "npm:^8.0.4"

0 commit comments

Comments
 (0)