Skip to content

Commit 158506c

Browse files
Bump the astro group in /webserver with 3 updates
Bumps the astro group in /webserver with 3 updates: [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check). Updates `@astrojs/node` from 8.2.3 to 8.2.5 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/node) Updates `astro` from 4.5.5 to 4.5.16 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro) Updates `@astrojs/check` from 0.5.9 to 0.5.10 - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/[email protected]/packages/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro - dependency-name: "@astrojs/check" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: astro ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72e217a commit 158506c

File tree

2 files changed

+191
-279
lines changed

2 files changed

+191
-279
lines changed

webserver/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
},
2525
"packageManager": "[email protected]+sha256.2df78e65d433d7693b9d3fbdaf431b2d96bb4f96a2ffecd51a50efe16e50a6a8",
2626
"dependencies": {
27-
"@astrojs/node": "^8.2.3",
27+
"@astrojs/node": "^8.2.5",
2828
"@astrojs/solid-js": "^4.0.1",
2929
"@github/relative-time-element": "^4.4.0",
3030
"@google-cloud/storage": "^7.9.0",
3131
"@prisma/client": "^5.11.0",
3232
"@sentry/astro": "^7.109.0",
3333
"@shoelace-style/shoelace": "^2.15.0",
3434
"age-encryption": "^0.1.5",
35-
"astro": "^4.5.5",
35+
"astro": "^4.5.16",
3636
"debug": "^4.3.4",
3737
"dset": "^3.1.3",
3838
"express": "^4.19.2",
@@ -52,7 +52,7 @@
5252
"zod": "^3.22.4"
5353
},
5454
"devDependencies": {
55-
"@astrojs/check": "^0.5.9",
55+
"@astrojs/check": "^0.5.10",
5656
"@playwright/test": "1.42.1",
5757
"@types/mdast": "^4.0.3",
5858
"@types/n3": "^1.16.4",

0 commit comments

Comments
 (0)