Skip to content

Commit f911605

Browse files
chore: pin axios to 1.13.6 (#561)
* chore: pin axios to 1.13.6 to avoid supply chain attack in 1.14.1 * chore: update yarn.lock with pinned axios 1.13.6
1 parent d9ed751 commit f911605

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/js-yaml": "^4.0.9",
5252
"@types/validator": "^13.12.2",
5353
"@zodios/core": "^10.9.6",
54-
"axios": "~1.13.6",
54+
"axios": "1.13.6",
5555
"chalk": "^4.1.2",
5656
"class-transformer": "^0.5.1",
5757
"class-validator": "^0.14.2",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ __metadata:
388388
ajv: "npm:^8.18.0"
389389
ajv-cli: "npm:^5.0.0"
390390
ajv-formats: "npm:^3.0.1"
391-
axios: "npm:~1.13.6"
391+
axios: "npm:1.13.6"
392392
chalk: "npm:^4.1.2"
393393
class-transformer: "npm:^0.5.1"
394394
class-validator: "npm:^0.14.2"
@@ -3127,7 +3127,7 @@ __metadata:
31273127
languageName: node
31283128
linkType: hard
31293129

3130-
"axios@npm:1.13.6, axios@npm:~1.13.6":
3130+
"axios@npm:1.13.6":
31313131
version: 1.13.6
31323132
resolution: "axios@npm:1.13.6"
31333133
dependencies:

0 commit comments

Comments
 (0)