Skip to content

Commit 24bf087

Browse files
Bump the minors group across 1 directory with 6 updates
Bumps the minors group with 6 updates in the /webserver directory: | Package | From | To | | --- | --- | --- | | [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) | `7.15.0` | `7.15.2` | | [@shoelace-style/shoelace](https://github.com/shoelace-style/shoelace) | `2.18.0` | `2.20.0` | | [age-encryption](https://github.com/FiloSottile/typage) | `0.2.0` | `0.2.1` | | [solid-js](https://github.com/solidjs/solid) | `1.9.4` | `1.9.5` | | [zod](https://github.com/colinhacks/zod) | `3.24.1` | `3.24.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.10` | `22.13.5` | Updates `@google-cloud/storage` from 7.15.0 to 7.15.2 - [Release notes](https://github.com/googleapis/nodejs-storage/releases) - [Changelog](https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md) - [Commits](googleapis/nodejs-storage@v7.15.0...v7.15.2) Updates `@shoelace-style/shoelace` from 2.18.0 to 2.20.0 - [Release notes](https://github.com/shoelace-style/shoelace/releases) - [Commits](shoelace-style/shoelace@v2.18.0...v2.20.0) Updates `age-encryption` from 0.2.0 to 0.2.1 - [Release notes](https://github.com/FiloSottile/typage/releases) - [Commits](FiloSottile/typage@v0.2.0...v0.2.1) Updates `solid-js` from 1.9.4 to 1.9.5 - [Release notes](https://github.com/solidjs/solid/releases) - [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md) - [Commits](solidjs/solid@v1.9.4...v1.9.5) Updates `zod` from 3.24.1 to 3.24.2 - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md) - [Commits](colinhacks/zod@v3.24.1...v3.24.2) Updates `@types/node` from 22.10.10 to 22.13.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@google-cloud/storage" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minors - dependency-name: "@shoelace-style/shoelace" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minors - dependency-name: age-encryption dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minors - dependency-name: solid-js dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minors - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minors - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minors ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0369145 commit 24bf087

File tree

2 files changed

+171
-120
lines changed

2 files changed

+171
-120
lines changed

webserver/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
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.0",
30+
"@google-cloud/storage": "^7.15.2",
3131
"@js-temporal/polyfill": "^0.4.4",
3232
"@prisma/client": "^5.19.1",
3333
"@sentry/astro": "^8.51.0",
34-
"@shoelace-style/shoelace": "^2.18.0",
35-
"age-encryption": "^0.2.0",
34+
"@shoelace-style/shoelace": "^2.20.0",
35+
"age-encryption": "^0.2.1",
3636
"astro": "^4.16.18",
3737
"debug": "^4.4.0",
3838
"dset": "^3.1.4",
@@ -47,18 +47,18 @@
4747
"rehype-stringify": "^10.0.1",
4848
"remark-parse": "^11.0.0",
4949
"remark-rehype": "^11.1.1",
50-
"solid-js": "^1.9.4",
50+
"solid-js": "^1.9.5",
5151
"typescript": "^5.7.3",
5252
"unified": "^11.0.5",
5353
"vite": "^5.4.12",
54-
"zod": "^3.24.1"
54+
"zod": "^3.24.2"
5555
},
5656
"devDependencies": {
5757
"@astrojs/check": "^0.9.4",
5858
"@playwright/test": "1.50.0",
5959
"@types/mdast": "^4.0.4",
6060
"@types/n3": "^1.21.1",
61-
"@types/node": "^22.10.10",
61+
"@types/node": "^22.13.5",
6262
"dotenv-cli": "^8.0.0",
6363
"vitest": "^2.1.1"
6464
}

0 commit comments

Comments
 (0)