also looking at this
chore(deps): update all non-major dependencies
#91
2 files
+10
-8
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.
| @@ -10,14 +10,14 @@ | ||
| 10 | 10 | }, |
| 11 | 11 | "packages/aws-types": { |
| 12 | 12 | "name": "ts-cloud-aws-types", |
| 13 | "version": "0.1.12", | |
| 13 | "version": "0.1.14", | |
| 14 | 14 | "devDependencies": { |
| 15 | 15 | "typescript": "^5.9.3", |
| 16 | 16 | }, |
| 17 | 17 | }, |
| 18 | 18 | "packages/core": { |
| 19 | 19 | "name": "ts-cloud-core", |
| 20 | "version": "0.1.12", | |
| 20 | "version": "0.1.14", | |
| 21 | 21 | "dependencies": { |
| 22 | 22 | "ts-cloud-aws-types": "workspace:*", |
| 23 | 23 | "ts-cloud-types": "workspace:*", |
| @@ -28,12 +28,12 @@ | ||
| 28 | 28 | }, |
| 29 | 29 | "packages/ts-cloud": { |
| 30 | 30 | "name": "@stacksjs/ts-cloud", |
| 31 | "version": "0.1.12", | |
| 31 | "version": "0.1.14", | |
| 32 | 32 | "bin": { |
| 33 | 33 | "cloud": "./dist/bin/cli.js", |
| 34 | 34 | }, |
| 35 | 35 | "dependencies": { |
| 36 | "fast-xml-parser": "^5.4.2", | |
| 36 | "fast-xml-parser": "^5.5.1", | |
| 37 | 37 | "ts-cloud-aws-types": "workspace:*", |
| 38 | 38 | "ts-cloud-core": "workspace:*", |
| 39 | 39 | "ts-cloud-types": "workspace:*", |
| @@ -45,7 +45,7 @@ | ||
| 45 | 45 | }, |
| 46 | 46 | "packages/types": { |
| 47 | 47 | "name": "ts-cloud-types", |
| 48 | "version": "0.1.12", | |
| 48 | "version": "0.1.14", | |
| 49 | 49 | "devDependencies": { |
| 50 | 50 | "typescript": "^5.9.3", |
| 51 | 51 | }, |
| @@ -98,9 +98,9 @@ | ||
| 98 | 98 | |
| 99 | 99 | "emoji-regex": ["emoji-regex@10.6.0", "", {}, "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A=="], |
| 100 | 100 | |
| 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=="], | |
| 102 | 102 | |
| 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=="], | |
| 104 | 104 | |
| 105 | 105 | "fdir": ["fdir@6.5.0", "", { "peerDependencies": { "picomatch": "^3 || ^4" }, "optionalPeers": ["picomatch"] }, "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg=="], |
| 106 | 106 | |
| @@ -112,6 +112,8 @@ | ||
| 112 | 112 | |
| 113 | 113 | "p-limit": ["p-limit@7.3.0", "", { "dependencies": { "yocto-queue": "^1.2.1" } }, "sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw=="], |
| 114 | 114 | |
| 115 | "path-expression-matcher": ["path-expression-matcher@1.1.2", "", {}, "sha512-LXWqJmcpp2BKOEmgt4CyuESFmBfPuhJlAHKJsFzuJU6CxErWk75BrO+Ni77M9OxHN6dCYKM4vj+21Z6cOL96YQ=="], | |
| 116 | ||
| 115 | 117 | "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=="], |
| 116 | 118 | |
| 117 | 119 | "picomatch": ["picomatch@4.0.3", "", {}, "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q=="], |