v2.1.1 Template Security Hardening
Full Changelog: v2.1.0...v2.1.1
Fixed
- Template Security Hardening: Resolved missing buffer bounds check vulnerability in
uuid(GHSA-w5hq-g745-h8pq) by adding"uuid": "^14.0.0"to templateoverrides. - Template Formatting: Fixed an issue in
package.json.ejscausing unexpected empty lines between generated dependencies. - Unit Test Stability: Resolved persistent
SyntaxErrorandTypeErrorin Jest unit tests across all architecture permutations by implementing ESM-compatible transformation patterns foruuidand standardizing onjest.clearAllMocks()with factory mocks.