Changelog
- a558339 Merge pull request #767 from bruin-data/TanayBensuYurtturk/fix-rollup-path-traversal
- c72d9c3 Merge pull request #769 from bruin-data/TanayBensuYurtturk/fix-postcss-xss
- 41a1a3b Merge pull request #770 from bruin-data/add-tinyint-column-type
- 09a995d feat: add tinyint (8-bit integer) as a --column type
- 50582fc fix(deps): bump rollup to ^4.59.0 to fix path traversal (GHSA-mw96-cpmx-2vgc)
- 60f9b35 fix(deps): force postcss >=8.5.10 to fix XSS in stringify (GHSA-qx2v-qp2m-jg93)
- efc2438 fix: guard Int8Builder json.Number against out-of-range overflow
- e681e03 fix: range-guard all Int8Builder numeric conversions
- 98aa56a refactor: hoist int-narrowing guards to package functions; extend to Int16/Int32/Int64
- c5d758f refactor: use math.MinInt8/MaxInt8 instead of magic numbers