Skip to content

Commit d662a38

Browse files
It was fucking ASTROS fault
1 parent 826d37a commit d662a38

3 files changed

Lines changed: 353 additions & 446 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,49 +20,49 @@
2020
"dependencies": {
2121
"@astrojs/check": "^0.8.3",
2222
"@astrojs/node": "^8.3.4",
23-
"@astrojs/svelte": "^5.7.2",
23+
"@astrojs/svelte": "^5.7.3",
2424
"@astrojs/tailwind": "^5.1.2",
2525
"@fastify/compress": "^8.0.1",
2626
"@fastify/helmet": "^12.0.1",
2727
"@fastify/middie": "^9.0.2",
2828
"@fastify/multipart": "^9.0.1",
29-
"@fastify/static": "^8.0.1",
29+
"@fastify/static": "^8.0.2",
3030
"@iconify-json/ph": "^1.2.1",
3131
"@mercuryworkshop/bare-mux": "^2.1.6",
3232
"@mercuryworkshop/epoxy-transport": "2.1.13",
33-
"@mercuryworkshop/libcurl-transport": "^1.3.10",
34-
"@playform/compress": "^0.1.4",
33+
"@mercuryworkshop/libcurl-transport": "^1.3.12",
34+
"@playform/compress": "^0.1.6",
3535
"@svelte-drama/suspense": "0.5.1",
36-
"@titaniumnetwork-dev/ultraviolet": "^3.2.7",
37-
"@types/node": "^22.7.5",
36+
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
37+
"@types/node": "^22.9.0",
3838
"@types/sequelize": "^4.28.20",
39-
"astro": "^4.16.2",
40-
"astro-icon": "^1.1.1",
39+
"astro": "^4.16.10",
40+
"astro-icon": "^1.1.2",
4141
"chalk": "^5.3.0",
4242
"concurrently": "^8.2.2",
43-
"fastify": "^5.0.0",
43+
"fastify": "^5.1.0",
4444
"form-data": "^4.0.1",
4545
"gradient-string": "^3.0.0",
46-
"libcurl.js-new": "npm:libcurl.js@^0.6.16",
46+
"libcurl.js-new": "npm:libcurl.js@^0.6.19",
4747
"nanostores": "^0.10.3",
48-
"ora": "^8.1.0",
49-
"pg": "^8.13.0",
48+
"ora": "^8.1.1",
49+
"pg": "^8.13.1",
5050
"pg-hstore": "^2.3.4",
51-
"sequelize": "^6.37.4",
51+
"sequelize": "^6.37.5",
5252
"smol-toml": "^1.3.0",
5353
"sqlite3": "^5.1.7",
5454
"svelte": "^4.2.19",
5555
"svelte-french-toast": "^1.2.0",
56-
"tailwindcss": "^3.4.13",
56+
"tailwindcss": "^3.4.14",
5757
"typescript": "^5.6.3",
5858
"vite-plugin-static-copy": "^1.0.6",
5959
"wisp-server-node": "^1.1.7"
6060
},
6161
"devDependencies": {
62-
"@biomejs/biome": "^1.9.3",
62+
"@biomejs/biome": "^1.9.4",
6363
"@changesets/cli": "^2.27.9",
6464
"bufferutil": "^4.0.8",
6565
"sharp": "^0.33.5",
66-
"tsx": "^4.19.1"
66+
"tsx": "^4.19.2"
6767
}
6868
}

0 commit comments

Comments
 (0)