also looking at this
chore(deps): update all non-major dependencies
#56
2 files
+3
-3
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -15,12 +15,12 @@ jobs: | ||
| 15 | 15 | |
| 16 | 16 | steps: |
| 17 | 17 | - name: Checkout |
| 18 | uses: actions/checkout@v6 | |
| 18 | uses: actions/checkout@v6.0.2 | |
| 19 | 19 | with: |
| 20 | 20 | fetch-depth: 0 |
| 21 | 21 | |
| 22 | 22 | - name: Setup Bun |
| 23 | uses: oven-sh/setup-bun@v2 | |
| 23 | uses: oven-sh/setup-bun@v2.1.2 | |
| 24 | 24 | |
| 25 | 25 | - name: Setup Pantry |
| 26 | 26 | uses: home-lang/pantry-setup@v1 |
| @@ -87,7 +87,7 @@ | ||
| 87 | 87 | "@stacksjs/ts-cloud-aws-types": "workspace:*", |
| 88 | 88 | "@stacksjs/ts-cloud-core": "workspace:*", |
| 89 | 89 | "@stacksjs/ts-cloud-types": "workspace:*", |
| 90 | "fast-xml-parser": "^5.3.4" | |
| 90 | "fast-xml-parser": "^5.3.5" | |
| 91 | 91 | }, |
| 92 | 92 | "devDependencies": { |
| 93 | 93 | "bunfig": "^0.15.6", |