Skip to content

Commit f03ca25

Browse files
chore(deps): bump the npm group with 4 updates
Bumps the npm group with 4 updates: [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap), [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [prettier](https://github.com/prettier/prettier). Updates `@astrojs/sitemap` from 3.6.1 to 3.7.0 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.7.0/packages/integrations/sitemap) Updates `@astrojs/starlight` from 0.37.2 to 0.37.3 - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.37.3/packages/starlight) Updates `astro` from 5.16.8 to 5.16.11 - [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/astro@5.16.11/packages/astro) Updates `prettier` from 3.7.4 to 3.8.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.4...3.8.0) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@astrojs/starlight" dependency-version: 0.37.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: astro dependency-version: 5.16.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: prettier dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc70b3d commit f03ca25

2 files changed

Lines changed: 25 additions & 23 deletions

File tree

package-lock.json

Lines changed: 21 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"lintfix": "prettier --write ."
1515
},
1616
"dependencies": {
17-
"@astrojs/sitemap": "^3.6.1",
18-
"@astrojs/starlight": "^0.37.2",
19-
"astro": "^5.16.8",
17+
"@astrojs/sitemap": "^3.7.0",
18+
"@astrojs/starlight": "^0.37.3",
19+
"astro": "^5.16.11",
2020
"sharp": "^0.34.5"
2121
},
2222
"devDependencies": {
23-
"prettier": "^3.7.4",
23+
"prettier": "^3.8.0",
2424
"prettier-plugin-astro": "^0.14.0"
2525
}
2626
}

0 commit comments

Comments
 (0)