Skip to content

Commit 0eee43a

Browse files
Bump the minors group across 1 directory with 13 updates (#249)
1 parent 8257722 commit 0eee43a

File tree

3 files changed

+389
-639
lines changed

3 files changed

+389
-639
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
container:
1717
# This version has to exactly match the version in //webserver/pnpm-lock.yaml.
18-
image: mcr.microsoft.com/playwright:v1.50.0-noble
18+
image: mcr.microsoft.com/playwright:v1.52.0-noble
1919
services:
2020
# See https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers.
2121
db:

webserver/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -27,38 +27,38 @@
2727
"@astrojs/node": "^8.3.3",
2828
"@astrojs/solid-js": "^4.4.1",
2929
"@github/relative-time-element": "^4.4.5",
30-
"@google-cloud/storage": "^7.15.2",
31-
"@js-temporal/polyfill": "^0.4.4",
32-
"@prisma/client": "^6.4.1",
30+
"@google-cloud/storage": "^7.16.0",
31+
"@js-temporal/polyfill": "^0.5.1",
32+
"@prisma/client": "^6.6.0",
3333
"@sentry/astro": "^8.51.0",
34-
"@shoelace-style/shoelace": "^2.20.0",
34+
"@shoelace-style/shoelace": "^2.20.1",
3535
"age-encryption": "^0.2.1",
3636
"astro": "^4.16.18",
3737
"debug": "^4.4.0",
3838
"dset": "^3.1.4",
3939
"express": "^4.21.2",
4040
"google-auth-library": "^9.15.1",
41-
"lit": "^3.2.1",
41+
"lit": "^3.3.0",
4242
"mdast-util-find-and-replace": "^3.0.2",
43-
"n3": "^1.23.1",
44-
"prisma": "^6.4.1",
43+
"n3": "^1.25.2",
44+
"prisma": "^6.6.0",
4545
"rdf-dereference": "^3.0.0",
4646
"rehype-sanitize": "^6.0.0",
4747
"rehype-stringify": "^10.0.1",
4848
"remark-parse": "^11.0.0",
49-
"remark-rehype": "^11.1.1",
49+
"remark-rehype": "^11.1.2",
5050
"solid-js": "^1.9.5",
51-
"typescript": "^5.7.3",
51+
"typescript": "^5.8.3",
5252
"unified": "^11.0.5",
5353
"vite": "^5.4.12",
54-
"zod": "^3.24.2"
54+
"zod": "^3.24.3"
5555
},
5656
"devDependencies": {
5757
"@astrojs/check": "^0.9.4",
58-
"@playwright/test": "1.50.1",
58+
"@playwright/test": "1.52.0",
5959
"@types/mdast": "^4.0.4",
60-
"@types/n3": "^1.21.1",
61-
"@types/node": "^22.13.5",
60+
"@types/n3": "^1.24.2",
61+
"@types/node": "^22.14.1",
6262
"dotenv-cli": "^8.0.0",
6363
"vitest": "^2.1.9"
6464
}

0 commit comments

Comments
 (0)