Skip to content

Commit b7b1435

Browse files
Bump the dependencies group with 5 updates
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [satori](https://github.com/vercel/satori) | `0.19.2` | `0.26.0` | | [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.5.6` | `5.7.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.56.0` | `1.60.0` | | [turndown](https://github.com/mixmark-io/turndown) | `7.2.2` | `7.2.4` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` | Updates `satori` from 0.19.2 to 0.26.0 - [Release notes](https://github.com/vercel/satori/releases) - [Commits](vercel/satori@0.19.2...0.26.0) Updates `fast-xml-parser` from 5.5.6 to 5.7.0 - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@v5.5.6...v5.7.0) Updates `oxlint` from 1.56.0 to 1.60.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.60.0/npm/oxlint) Updates `turndown` from 7.2.2 to 7.2.4 - [Release notes](https://github.com/mixmark-io/turndown/releases) - [Commits](mixmark-io/turndown@v7.2.2...v7.2.4) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: satori dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: fast-xml-parser dependency-version: 5.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: oxlint dependency-version: 1.60.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: turndown dependency-version: 7.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ef058d commit b7b1435

2 files changed

Lines changed: 41 additions & 37 deletions

File tree

bun.lock

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@
2323
"cmdk": "^1.1.1",
2424
"react": "^19.2.4",
2525
"react-dom": "^19.2.4",
26-
"satori": "^0.19.2",
26+
"satori": "^0.26.0",
2727
"unist-util-visit": "^5.1.0"
2828
},
2929
"devDependencies": {
3030
"@astrojs/check": "^0.9.6",
3131
"@tailwindcss/postcss": "^4.2.2",
3232
"@types/mdast": "^4.0.4",
3333
"@types/turndown": "^5.0.6",
34-
"fast-xml-parser": "^5.5.6",
35-
"oxlint": "^1.56.0",
34+
"fast-xml-parser": "^5.7.0",
35+
"oxlint": "^1.60.0",
3636
"postcss": "^8.5.8",
3737
"tailwindcss": "^4.2.2",
38-
"turndown": "^7.2.2",
38+
"turndown": "^7.2.4",
3939
"turndown-plugin-gfm": "^1.0.2",
40-
"typescript": "^5.9.3"
40+
"typescript": "^6.0.3"
4141
}
4242
}

0 commit comments

Comments
 (0)