|
26 | 26 | "dependencies": {
|
27 | 27 | "@astrojs/node": "^8.3.3",
|
28 | 28 | "@astrojs/solid-js": "^4.4.1",
|
29 |
| - "@github/relative-time-element": "^4.4.3", |
30 |
| - "@google-cloud/storage": "^7.12.1", |
| 29 | + "@github/relative-time-element": "^4.4.5", |
| 30 | + "@google-cloud/storage": "^7.15.0", |
31 | 31 | "@js-temporal/polyfill": "^0.4.4",
|
32 | 32 | "@prisma/client": "^5.19.1",
|
33 |
| - "@sentry/astro": "^8.30.0", |
34 |
| - "@shoelace-style/shoelace": "^2.16.0", |
35 |
| - "age-encryption": "^0.1.5", |
| 33 | + "@sentry/astro": "^8.51.0", |
| 34 | + "@shoelace-style/shoelace": "^2.18.0", |
| 35 | + "age-encryption": "^0.2.0", |
36 | 36 | "astro": "^4.16.18",
|
37 |
| - "debug": "^4.3.7", |
| 37 | + "debug": "^4.4.0", |
38 | 38 | "dset": "^3.1.4",
|
39 |
| - "express": "^4.21.0", |
40 |
| - "google-auth-library": "^9.14.1", |
41 |
| - "lit": "^3.2.0", |
42 |
| - "mdast-util-find-and-replace": "^3.0.1", |
43 |
| - "n3": "^1.21.1", |
| 39 | + "express": "^4.21.2", |
| 40 | + "google-auth-library": "^9.15.1", |
| 41 | + "lit": "^3.2.1", |
| 42 | + "mdast-util-find-and-replace": "^3.0.2", |
| 43 | + "n3": "^1.23.1", |
44 | 44 | "prisma": "^5.19.1",
|
45 | 45 | "rdf-dereference": "^3.0.0",
|
46 | 46 | "rehype-sanitize": "^6.0.0",
|
47 |
| - "rehype-stringify": "^10.0.0", |
| 47 | + "rehype-stringify": "^10.0.1", |
48 | 48 | "remark-parse": "^11.0.0",
|
49 |
| - "remark-rehype": "^11.1.0", |
50 |
| - "solid-js": "^1.8.22", |
51 |
| - "typescript": "^5.6.2", |
| 49 | + "remark-rehype": "^11.1.1", |
| 50 | + "solid-js": "^1.9.4", |
| 51 | + "typescript": "^5.7.3", |
52 | 52 | "unified": "^11.0.5",
|
53 | 53 | "vite": "^5.4.12",
|
54 |
| - "zod": "^3.23.4" |
| 54 | + "zod": "^3.24.1" |
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 |
| - "@astrojs/check": "^0.9.3", |
| 57 | + "@astrojs/check": "^0.9.4", |
58 | 58 | "@playwright/test": "1.50.0",
|
59 | 59 | "@types/mdast": "^4.0.4",
|
60 |
| - "@types/n3": "^1.21.0", |
61 |
| - "@types/node": "^22.5.4", |
| 60 | + "@types/n3": "^1.21.1", |
| 61 | + "@types/node": "^22.10.10", |
62 | 62 | "dotenv-cli": "^7.4.2",
|
63 | 63 | "vitest": "^2.1.1"
|
64 | 64 | }
|
|
0 commit comments