Skip to content

Commit 62c2f75

Browse files
fix(deps): update dependency axios to v1.12.0 [security]
1 parent 714c6d2 commit 62c2f75

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"./index.ts": "prettier --write"
5353
},
5454
"dependencies": {
55-
"axios": "1.11.0",
55+
"axios": "1.12.0",
5656
"openapi-client-axios-typegen": "7.7.0",
5757
"openapi-types": "^12.1.3",
5858
"prompts": "2.4.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,10 +1673,10 @@ available-typed-arrays@^1.0.7:
16731673
dependencies:
16741674
possible-typed-array-names "^1.0.0"
16751675

1676-
axios@1.11.0:
1677-
version "1.11.0"
1678-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
1679-
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
1676+
axios@1.12.0:
1677+
version "1.12.0"
1678+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
1679+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
16801680
dependencies:
16811681
follow-redirects "^1.15.6"
16821682
form-data "^4.0.4"

0 commit comments

Comments
 (0)