ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update all non-major dependencies

#91
Merged github-actions[bot] wants to merge buddy-bot/update-non-major-updates into main
2 files +10 -8
bun.lockmodified+9-7
Changes to bun.lock
@@ -10,14 +10,14 @@
1010 },
1111 "packages/aws-types": {
1212 "name": "ts-cloud-aws-types",
13 "version": "0.1.12",
13 "version": "0.1.14",
1414 "devDependencies": {
1515 "typescript": "^5.9.3",
1616 },
1717 },
1818 "packages/core": {
1919 "name": "ts-cloud-core",
20 "version": "0.1.12",
20 "version": "0.1.14",
2121 "dependencies": {
2222 "ts-cloud-aws-types": "workspace:*",
2323 "ts-cloud-types": "workspace:*",
@@ -28,12 +28,12 @@
2828 },
2929 "packages/ts-cloud": {
3030 "name": "@stacksjs/ts-cloud",
31 "version": "0.1.12",
31 "version": "0.1.14",
3232 "bin": {
3333 "cloud": "./dist/bin/cli.js",
3434 },
3535 "dependencies": {
36 "fast-xml-parser": "^5.4.2",
36 "fast-xml-parser": "^5.5.1",
3737 "ts-cloud-aws-types": "workspace:*",
3838 "ts-cloud-core": "workspace:*",
3939 "ts-cloud-types": "workspace:*",
@@ -45,7 +45,7 @@
4545 },
4646 "packages/types": {
4747 "name": "ts-cloud-types",
48 "version": "0.1.12",
48 "version": "0.1.14",
4949 "devDependencies": {
5050 "typescript": "^5.9.3",
5151 },
@@ -98,9 +98,9 @@
9898
9999 "emoji-regex": ["emoji-regex@10.6.0", "", {}, "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A=="],
100100
101 "fast-xml-builder": ["fast-xml-builder@1.0.0", "", {}, "sha512-fpZuDogrAgnyt9oDDz+5DBz0zgPdPZz6D4IR7iESxRXElrlGTRkHJ9eEt+SACRJwT0FNFrt71DFQIUFBJfX/uQ=="],
101 "fast-xml-builder": ["fast-xml-builder@1.1.0", "", { "dependencies": { "path-expression-matcher": "^1.1.2" } }, "sha512-7mtITW/we2/wTUZqMyBOR2F8xP4CRxMiSEcQxPIqdRWdO2L/HZSOlzoNyghmyDwNB8BDxePooV1ZTJpkOUhdRg=="],
102102
103 "fast-xml-parser": ["fast-xml-parser@5.4.2", "", { "dependencies": { "fast-xml-builder": "^1.0.0", "strnum": "^2.1.2" }, "bin": { "fxparser": "src/cli/cli.js" } }, "sha512-pw/6pIl4k0CSpElPEJhDppLzaixDEuWui2CUQQBH/ECDf7+y6YwA4Gf7Tyb0Rfe4DIMuZipYj4AEL0nACKglvQ=="],
103 "fast-xml-parser": ["fast-xml-parser@5.5.1", "", { "dependencies": { "fast-xml-builder": "^1.1.0", "path-expression-matcher": "^1.1.2", "strnum": "^2.1.2" }, "bin": { "fxparser": "src/cli/cli.js" } }, "sha512-JTpMz8P5mDoNYzXTmTT/xzWjFiCWi0U+UQTJtrFH9muXsr2RqtXZPbnCW5h2mKsOd4u3XcPWCvDSrnaBPlUcMQ=="],
104104
105105 "fdir": ["fdir@6.5.0", "", { "peerDependencies": { "picomatch": "^3 || ^4" }, "optionalPeers": ["picomatch"] }, "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg=="],
106106
@@ -112,6 +112,8 @@
112112
113113 "p-limit": ["p-limit@7.3.0", "", { "dependencies": { "yocto-queue": "^1.2.1" } }, "sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw=="],
114114
115 "path-expression-matcher": ["path-expression-matcher@1.1.2", "", {}, "sha512-LXWqJmcpp2BKOEmgt4CyuESFmBfPuhJlAHKJsFzuJU6CxErWk75BrO+Ni77M9OxHN6dCYKM4vj+21Z6cOL96YQ=="],
116
115117 "pickier": ["pickier@0.1.20", "", { "dependencies": { "@stacksjs/clapp": "^0.2.0", "p-limit": "^7.2.0", "tinyglobby": "^0.2.15" }, "bin": { "pickier": "./dist/bin/cli.js" } }, "sha512-IC95MIW4hv4/b64HMQjv/VbtvTMUz2uX7qqqcJwaAg5fJecETSx/fZLVoFSeGAEtpzADW5n09BevV4XErNzgLg=="],
116118
117119 "picomatch": ["picomatch@4.0.3", "", {}, "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q=="],