ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update all non-major dependencies

#55
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1770605722010 into main
2 files +3 -3
.github/workflows/release.ymlmodified+2-2
Changes to .github/workflows/release.yml
@@ -15,12 +15,12 @@ jobs:
1515
1616 steps:
1717 - name: Checkout
18 uses: actions/checkout@v6
18 uses: actions/checkout@v6.0.2
1919 with:
2020 fetch-depth: 0
2121
2222 - name: Setup Bun
23 uses: oven-sh/setup-bun@v2
23 uses: oven-sh/setup-bun@v2.1.2
2424
2525 - name: Setup Pantry
2626 uses: home-lang/pantry-setup@v1
packages/ts-cloud/package.jsonmodified+1-1
Changes to packages/ts-cloud/package.json
@@ -87,7 +87,7 @@
8787 "@stacksjs/ts-cloud-aws-types": "workspace:*",
8888 "@stacksjs/ts-cloud-core": "workspace:*",
8989 "@stacksjs/ts-cloud-types": "workspace:*",
90 "fast-xml-parser": "^5.3.4"
90 "fast-xml-parser": "^5.3.5"
9191 },
9292 "devDependencies": {
9393 "bunfig": "^0.15.6",