Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit c1b08ea

Browse files
committed
chore(deps): routine upgrade of dev-only dependencies
1 parent b334f86 commit c1b08ea

File tree

3 files changed

+227
-227
lines changed

3 files changed

+227
-227
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.8.1/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
33
"files": {
44
"include": ["./src/**/*.ts", "./test/**/*.ts", "tsup.config.ts"],
55
"ignore": ["./test/fixtures/**/*"]

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"openpgp": "5.11.2"
4343
},
4444
"devDependencies": {
45-
"@biomejs/biome": "1.8.2",
46-
"@openpgp/web-stream-tools": "0.1.2",
47-
"@tapjs/tsx": "2.0.0",
45+
"@biomejs/biome": "1.8.3",
46+
"@openpgp/web-stream-tools": "0.1.3",
47+
"@tapjs/tsx": "2.0.3",
4848
"@tsconfig/node20": "20.1.4",
4949
"@tsconfig/strictest": "2.0.5",
50-
"@types/node": "20.14.8",
50+
"@types/node": "20.14.9",
5151
"@types/node-fetch": "2.6.11",
5252
"@types/sinon": "17.0.3",
5353
"@types/which": "3.0.4",
@@ -56,7 +56,7 @@
5656
"into-stream": "8.0.1",
5757
"nock": "13.5.4",
5858
"sinon": "18.0.0",
59-
"tap": "20.0.0",
59+
"tap": "20.0.3",
6060
"tsimp": "2.0.11",
6161
"tsup": "8.1.0",
6262
"typescript": "5.5.2",

0 commit comments

Comments
 (0)