Skip to content

Commit bf04fe3

Browse files
chore(deps): bump axios from 1.10.0 to 1.11.0 (#939)
Bumps [axios](https://github.com/axios/axios) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6f3321 commit bf04fe3

File tree

6 files changed

+34
-10
lines changed

6 files changed

+34
-10
lines changed

packages/auto-approver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Florian Imdahl <[email protected]>",
33
"bin": "dist/cli.js",
44
"dependencies": {
5-
"axios": "1.10.0",
5+
"axios": "1.11.0",
66
"commander": "14.0.0",
77
"cosmiconfig": "9.0.0",
88
"logdown": "3.3.1"

packages/electron-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Florian Imdahl <[email protected]>",
33
"bin": "dist/cli.js",
44
"dependencies": {
5-
"axios": "1.10.0",
5+
"axios": "1.11.0",
66
"chalk": "5.4.1",
77
"commander": "14.0.0",
88
"date-fns": "4.1.0",

packages/gh-open/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Florian Imdahl <[email protected]>",
33
"bin": "dist/cli.js",
44
"dependencies": {
5-
"axios": "1.10.0",
5+
"axios": "1.11.0",
66
"commander": "14.0.0",
77
"find-up": "7.0.0",
88
"logdown": "3.3.1",

packages/my-timezone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Florian Imdahl <[email protected]>",
33
"bin": "dist/cli.js",
44
"dependencies": {
5-
"axios": "1.10.0",
5+
"axios": "1.11.0",
66
"commander": "14.0.0",
77
"ntpclient": "1.8.5"
88
},

packages/ntfy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Florian Imdahl <[email protected]>",
33
"dependencies": {
4-
"axios": "1.10.0"
4+
"axios": "1.11.0"
55
},
66
"description": "Send notifications over ntfy.sh.",
77
"devDependencies": {

yarn.lock

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ __metadata:
771771
version: 0.0.0-use.local
772772
resolution: "@ffflorian/gh-open@workspace:packages/gh-open"
773773
dependencies:
774-
axios: "npm:1.10.0"
774+
axios: "npm:1.11.0"
775775
commander: "npm:14.0.0"
776776
find-up: "npm:7.0.0"
777777
http-status-codes: "npm:2.3.0"
@@ -4119,7 +4119,7 @@ __metadata:
41194119
version: 0.0.0-use.local
41204120
resolution: "auto-approver@workspace:packages/auto-approver"
41214121
dependencies:
4122-
axios: "npm:1.10.0"
4122+
axios: "npm:1.11.0"
41234123
commander: "npm:14.0.0"
41244124
cosmiconfig: "npm:9.0.0"
41254125
http-status-codes: "npm:2.3.0"
@@ -4167,6 +4167,17 @@ __metadata:
41674167
languageName: node
41684168
linkType: hard
41694169

4170+
"axios@npm:1.11.0":
4171+
version: 1.11.0
4172+
resolution: "axios@npm:1.11.0"
4173+
dependencies:
4174+
follow-redirects: "npm:^1.15.6"
4175+
form-data: "npm:^4.0.4"
4176+
proxy-from-env: "npm:^1.1.0"
4177+
checksum: 10c0/5de273d33d43058610e4d252f0963cc4f10714da0bfe872e8ef2cbc23c2c999acc300fd357b6bce0fc84a2ca9bd45740fa6bb28199ce2c1266c8b1a393f2b36e
4178+
languageName: node
4179+
linkType: hard
4180+
41704181
"axios@npm:1.7.9":
41714182
version: 1.7.9
41724183
resolution: "axios@npm:1.7.9"
@@ -5476,7 +5487,7 @@ __metadata:
54765487
dependencies:
54775488
"@types/fs-extra": "npm:11.0.4"
54785489
"@types/semver": "npm:7.7.0"
5479-
axios: "npm:1.10.0"
5490+
axios: "npm:1.11.0"
54805491
chalk: "npm:5.4.1"
54815492
commander: "npm:14.0.0"
54825493
date-fns: "npm:4.1.0"
@@ -6759,6 +6770,19 @@ __metadata:
67596770
languageName: node
67606771
linkType: hard
67616772

6773+
"form-data@npm:^4.0.4":
6774+
version: 4.0.4
6775+
resolution: "form-data@npm:4.0.4"
6776+
dependencies:
6777+
asynckit: "npm:^0.4.0"
6778+
combined-stream: "npm:^1.0.8"
6779+
es-set-tostringtag: "npm:^2.1.0"
6780+
hasown: "npm:^2.0.2"
6781+
mime-types: "npm:^2.1.12"
6782+
checksum: 10c0/373525a9a034b9d57073e55eab79e501a714ffac02e7a9b01be1c820780652b16e4101819785e1e18f8d98f0aee866cc654d660a435c378e16a72f2e7cac9695
6783+
languageName: node
6784+
linkType: hard
6785+
67626786
"front-matter@npm:^4.0.2":
67636787
version: 4.0.2
67646788
resolution: "front-matter@npm:4.0.2"
@@ -9744,7 +9768,7 @@ __metadata:
97449768
version: 0.0.0-use.local
97459769
resolution: "my-timezone@workspace:packages/my-timezone"
97469770
dependencies:
9747-
axios: "npm:1.10.0"
9771+
axios: "npm:1.11.0"
97489772
commander: "npm:14.0.0"
97499773
nock: "npm:14.0.5"
97509774
ntpclient: "npm:1.8.5"
@@ -10222,7 +10246,7 @@ __metadata:
1022210246
version: 0.0.0-use.local
1022310247
resolution: "ntfy@workspace:packages/ntfy"
1022410248
dependencies:
10225-
axios: "npm:1.10.0"
10249+
axios: "npm:1.11.0"
1022610250
rimraf: "npm:6.0.1"
1022710251
typescript: "npm:5.8.3"
1022810252
languageName: unknown

0 commit comments

Comments
 (0)