stacks/ts-cloud
chore(deps): update all non-major dependencies
#67
Closed
github-actions[bot]
wants to merge
buddy-bot/update-non-major-updates
into
main
3 files
+3
-3
bun.lockmodified+1-1
Changes to bun.lock | @@ -33,7 +33,7 @@ |
| 33 | 33 | "cloud": "./dist/bin/cli.js", |
| 34 | 34 | }, |
| 35 | 35 | "dependencies": { |
| 36 | | - "fast-xml-parser": "^5.3.5", |
| 36 | + "fast-xml-parser": "^5.4.2", |
| 37 | 37 | "ts-cloud-aws-types": "workspace:*", |
| 38 | 38 | "ts-cloud-core": "workspace:*", |
| 39 | 39 | "ts-cloud-types": "workspace:*", |
Changes to deps.yaml | @@ -1,2 +1,2 @@ |
| 1 | 1 | dependencies: |
| 2 | | - bun.sh: ^1.3.2 |
| 2 | + bun.sh: ^1.3.4 |
packages/ts-cloud/package.jsonmodified+1-1Changes to packages/ts-cloud/package.json | @@ -88,7 +88,7 @@ |
| 88 | 88 | "ts-cloud-aws-types": "workspace:*", |
| 89 | 89 | "ts-cloud-core": "workspace:*", |
| 90 | 90 | "ts-cloud-types": "workspace:*", |
| 91 | | - "fast-xml-parser": "^5.3.5" |
| 91 | + "fast-xml-parser": "^5.4.2" |
| 92 | 92 | }, |
| 93 | 93 | "devDependencies": { |
| 94 | 94 | "bunfig": "^0.15.6", |