ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update all non-major dependencies

#79
Closed github-actions[bot] wants to merge buddy-bot/update-non-major-updates into main
3 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.

bun.lockmodified+1-1
Changes to bun.lock
@@ -33,7 +33,7 @@
3333 "cloud": "./dist/bin/cli.js",
3434 },
3535 "dependencies": {
36 "fast-xml-parser": "^5.3.5",
36 "fast-xml-parser": "^5.4.2",
3737 "ts-cloud-aws-types": "workspace:*",
3838 "ts-cloud-core": "workspace:*",
3939 "ts-cloud-types": "workspace:*",
deps.yamlmodified+1-1
Changes to deps.yaml
@@ -1,2 +1,2 @@
11dependencies:
2 bun.sh: ^1.3.2
2 bun.sh: ^1.3.4
packages/ts-cloud/package.jsonmodified+1-1
Changes to packages/ts-cloud/package.json
@@ -88,7 +88,7 @@
8888 "ts-cloud-aws-types": "workspace:*",
8989 "ts-cloud-core": "workspace:*",
9090 "ts-cloud-types": "workspace:*",
91 "fast-xml-parser": "^5.3.5"
91 "fast-xml-parser": "^5.4.2"
9292 },
9393 "devDependencies": {
9494 "bunfig": "^0.15.6",