fix(build): update peer dependency version numbers
6.1.12 - March 15, 2024
Bug Fixes
fix(build): update peer dependencies to match current release
6.1.11 - February 9, 2024
Bug Fixes
core: ensure sanitizer works if DOMParser return null body
common: add right ContentType for boolean values with HttpClient request body currently a boolean as body is seen as text/plain, where is should be seen as application/json, since it is valid JSON, like numbers.
platform-browser: prevent memory leak of style nodes if shadow DOM encapsulation is used
core: fix possible XSS attack in development through SSR.