Skip to content

Commit 0a81d97

Browse files
chore(deps): bump megalodon from 10.1.1 to 10.1.2 (#923)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Florian Imdahl <[email protected]>
1 parent 0797cfe commit 0a81d97

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

packages/mastodon-bot-yearprogress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"commander": "14.0.0",
8-
"megalodon": "10.1.1"
8+
"megalodon": "10.1.2"
99
},
1010
"description": "Toots year's progress every few days to Mastodon.",
1111
"devDependencies": {

packages/mastodon-bot-yearprogress/src/YearProgressClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export class YearProgressClient {
123123
}
124124

125125
private async toot(text: string): Promise<void> {
126-
const client = generator.default('mastodon', this.baseURL, this.accessToken);
126+
const client = generator('mastodon', this.baseURL, this.accessToken);
127127
await client.postStatus(text, {spoiler_text: `Year's progress`});
128128
}
129129
}

yarn.lock

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ __metadata:
832832
resolution: "@ffflorian/mastodon-bot-yearprogress@workspace:packages/mastodon-bot-yearprogress"
833833
dependencies:
834834
commander: "npm:14.0.0"
835-
megalodon: "npm:10.1.1"
835+
megalodon: "npm:10.1.2"
836836
rimraf: "npm:6.0.1"
837837
typescript: "npm:5.8.3"
838838
bin:
@@ -4245,7 +4245,7 @@ __metadata:
42454245
languageName: node
42464246
linkType: hard
42474247

4248-
"axios@npm:1.10.0, axios@npm:^1.7.4":
4248+
"axios@npm:1.10.0":
42494249
version: 1.10.0
42504250
resolution: "axios@npm:1.10.0"
42514251
dependencies:
@@ -4278,6 +4278,17 @@ __metadata:
42784278
languageName: node
42794279
linkType: hard
42804280

4281+
"axios@npm:^1.7.4":
4282+
version: 1.7.7
4283+
resolution: "axios@npm:1.7.7"
4284+
dependencies:
4285+
follow-redirects: "npm:^1.15.6"
4286+
form-data: "npm:^4.0.0"
4287+
proxy-from-env: "npm:^1.1.0"
4288+
checksum: 10c0/4499efc89e86b0b49ffddc018798de05fab26e3bf57913818266be73279a6418c3ce8f9e934c7d2d707ab8c095e837fc6c90608fb7715b94d357720b5f568af7
4289+
languageName: node
4290+
linkType: hard
4291+
42814292
"babel-eslint@npm:10.1.0":
42824293
version: 10.1.0
42834294
resolution: "babel-eslint@npm:10.1.0"
@@ -9470,9 +9481,9 @@ __metadata:
94709481
languageName: node
94719482
linkType: hard
94729483

9473-
"megalodon@npm:10.1.1":
9474-
version: 10.1.1
9475-
resolution: "megalodon@npm:10.1.1"
9484+
"megalodon@npm:10.1.2":
9485+
version: 10.1.2
9486+
resolution: "megalodon@npm:10.1.2"
94769487
dependencies:
94779488
"@badgateway/oauth2-client": "npm:^2.4.2"
94789489
"@types/ws": "npm:^8.5.13"
@@ -9484,7 +9495,7 @@ __metadata:
94849495
object-assign-deep: "npm:^0.4.0"
94859496
uuid: "npm:^11.0.3"
94869497
ws: "npm:8.18.0"
9487-
checksum: 10c0/4d099c6c1c8deeb0f36013fa7d681c29fe0fece58b7e84a2fd27496e574c6e65ca34a5a38bd6d3711b9d5ad5a715f074d14f74502023f6062d000e0cd3d8f913
9498+
checksum: 10c0/78ea3bfb85cf03a6fe6fad023aa1f8bb9bf224eaf09beae163c85fca28ea15558e3eadf4ab689630be8ba7f3ab4238c5c1a773a066936c6c012dae92a46af63f
94889499
languageName: node
94899500
linkType: hard
94909501

0 commit comments

Comments
 (0)