Skip to content

Commit 51fd8b0

Browse files
chore(deps): bump axios from 1.11.0 to 1.12.0 (#979)
Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.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 d70add6 commit 51fd8b0

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-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.11.0",
5+
"axios": "1.12.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.11.0",
5+
"axios": "1.12.0",
66
"chalk": "5.6.0",
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.11.0",
5+
"axios": "1.12.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.11.0",
5+
"axios": "1.12.0",
66
"commander": "14.0.0",
77
"ntpclient": "1.8.6"
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.11.0"
4+
"axios": "1.12.0"
55
},
66
"description": "Send notifications over ntfy.sh.",
77
"devDependencies": {

yarn.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ __metadata:
778778
version: 0.0.0-use.local
779779
resolution: "@ffflorian/gh-open@workspace:packages/gh-open"
780780
dependencies:
781-
axios: "npm:1.11.0"
781+
axios: "npm:1.12.0"
782782
commander: "npm:14.0.0"
783783
find-up: "npm:7.0.0"
784784
http-status-codes: "npm:2.3.0"
@@ -4343,7 +4343,7 @@ __metadata:
43434343
version: 0.0.0-use.local
43444344
resolution: "auto-approver@workspace:packages/auto-approver"
43454345
dependencies:
4346-
axios: "npm:1.11.0"
4346+
axios: "npm:1.12.0"
43474347
commander: "npm:14.0.0"
43484348
cosmiconfig: "npm:9.0.0"
43494349
http-status-codes: "npm:2.3.0"
@@ -4402,6 +4402,17 @@ __metadata:
44024402
languageName: node
44034403
linkType: hard
44044404

4405+
"axios@npm:1.12.0":
4406+
version: 1.12.0
4407+
resolution: "axios@npm:1.12.0"
4408+
dependencies:
4409+
follow-redirects: "npm:^1.15.6"
4410+
form-data: "npm:^4.0.4"
4411+
proxy-from-env: "npm:^1.1.0"
4412+
checksum: 10c0/44a1e4cfb69a2d59aa12bbc441a336e5c18e87c02b904c509fd33607d94e8cb8cc221c17e9d53f67841a4efe13abf1aa1497c85df390cdb8681ee723998d11b0
4413+
languageName: node
4414+
linkType: hard
4415+
44054416
"babel-eslint@npm:10.1.0":
44064417
version: 10.1.0
44074418
resolution: "babel-eslint@npm:10.1.0"
@@ -5701,7 +5712,7 @@ __metadata:
57015712
dependencies:
57025713
"@types/fs-extra": "npm:11.0.4"
57035714
"@types/semver": "npm:7.7.0"
5704-
axios: "npm:1.11.0"
5715+
axios: "npm:1.12.0"
57055716
chalk: "npm:5.6.0"
57065717
commander: "npm:14.0.0"
57075718
date-fns: "npm:4.1.0"
@@ -9983,7 +9994,7 @@ __metadata:
99839994
version: 0.0.0-use.local
99849995
resolution: "my-timezone@workspace:packages/my-timezone"
99859996
dependencies:
9986-
axios: "npm:1.11.0"
9997+
axios: "npm:1.12.0"
99879998
commander: "npm:14.0.0"
99889999
nock: "npm:14.0.10"
998910000
ntpclient: "npm:1.8.6"
@@ -10470,7 +10481,7 @@ __metadata:
1047010481
version: 0.0.0-use.local
1047110482
resolution: "ntfy@workspace:packages/ntfy"
1047210483
dependencies:
10473-
axios: "npm:1.11.0"
10484+
axios: "npm:1.12.0"
1047410485
rimraf: "npm:6.0.1"
1047510486
typescript: "npm:5.9.2"
1047610487
languageName: unknown

0 commit comments

Comments
 (0)