Skip to content

Commit 4816034

Browse files
chore(deps): bump axios from 1.12.0 to 1.12.2 (#994)
1 parent 241bab8 commit 4816034

File tree

6 files changed

+10
-21
lines changed

6 files changed

+10
-21
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.12.0",
5+
"axios": "1.12.2",
66
"commander": "14.0.1",
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.12.0",
5+
"axios": "1.12.2",
66
"chalk": "5.6.2",
77
"commander": "14.0.1",
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.12.0",
5+
"axios": "1.12.2",
66
"commander": "14.0.1",
77
"find-up": "8.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.12.0",
5+
"axios": "1.12.2",
66
"commander": "14.0.1",
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.12.0"
4+
"axios": "1.12.2"
55
},
66
"description": "Send notifications over ntfy.sh.",
77
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 16 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.12.0"
781+
axios: "npm:1.12.2"
782782
commander: "npm:14.0.1"
783783
find-up: "npm:8.0.0"
784784
http-status-codes: "npm:2.3.0"
@@ -4342,7 +4342,7 @@ __metadata:
43424342
version: 0.0.0-use.local
43434343
resolution: "auto-approver@workspace:packages/auto-approver"
43444344
dependencies:
4345-
axios: "npm:1.12.0"
4345+
axios: "npm:1.12.2"
43464346
commander: "npm:14.0.1"
43474347
cosmiconfig: "npm:9.0.0"
43484348
http-status-codes: "npm:2.3.0"
@@ -4390,17 +4390,6 @@ __metadata:
43904390
languageName: node
43914391
linkType: hard
43924392

4393-
"axios@npm:1.12.0":
4394-
version: 1.12.0
4395-
resolution: "axios@npm:1.12.0"
4396-
dependencies:
4397-
follow-redirects: "npm:^1.15.6"
4398-
form-data: "npm:^4.0.4"
4399-
proxy-from-env: "npm:^1.1.0"
4400-
checksum: 10c0/44a1e4cfb69a2d59aa12bbc441a336e5c18e87c02b904c509fd33607d94e8cb8cc221c17e9d53f67841a4efe13abf1aa1497c85df390cdb8681ee723998d11b0
4401-
languageName: node
4402-
linkType: hard
4403-
44044393
"axios@npm:1.12.2":
44054394
version: 1.12.2
44064395
resolution: "axios@npm:1.12.2"
@@ -5734,7 +5723,7 @@ __metadata:
57345723
dependencies:
57355724
"@types/fs-extra": "npm:11.0.4"
57365725
"@types/semver": "npm:7.7.1"
5737-
axios: "npm:1.12.0"
5726+
axios: "npm:1.12.2"
57385727
chalk: "npm:5.6.2"
57395728
commander: "npm:14.0.1"
57405729
date-fns: "npm:4.1.0"
@@ -10015,7 +10004,7 @@ __metadata:
1001510004
version: 0.0.0-use.local
1001610005
resolution: "my-timezone@workspace:packages/my-timezone"
1001710006
dependencies:
10018-
axios: "npm:1.12.0"
10007+
axios: "npm:1.12.2"
1001910008
commander: "npm:14.0.1"
1002010009
nock: "npm:14.0.10"
1002110010
ntpclient: "npm:1.8.6"
@@ -10502,7 +10491,7 @@ __metadata:
1050210491
version: 0.0.0-use.local
1050310492
resolution: "ntfy@workspace:packages/ntfy"
1050410493
dependencies:
10505-
axios: "npm:1.12.0"
10494+
axios: "npm:1.12.2"
1050610495
rimraf: "npm:6.0.1"
1050710496
typescript: "npm:5.9.2"
1050810497
languageName: unknown

0 commit comments

Comments
 (0)