diff --git a/packages/core/package.json b/packages/core/package.json index 372dada..f92d55e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "defu": "^6.1.2", - "fast-xml-parser": "^4.2.6", + "fast-xml-parser": "^4.2.7", "fflate": "^0.8.0", "pathe": "^1.1.1" }, diff --git a/packages/core/test/xhtml.test.ts b/packages/core/test/xhtml.test.ts index 69aa08a..c1a32ac 100644 --- a/packages/core/test/xhtml.test.ts +++ b/packages/core/test/xhtml.test.ts @@ -121,8 +121,7 @@ describe('XHTML Builder', () => { a.xhtml -

- abc
def
ghi

+

abc
def
ghi

" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7c90bff..4f82d59 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,8 +49,8 @@ importers: specifier: ^6.1.2 version: 6.1.2 fast-xml-parser: - specifier: ^4.2.6 - version: 4.2.6 + specifier: ^4.2.7 + version: 4.2.7 fflate: specifier: ^0.8.0 version: 0.8.0 @@ -1293,8 +1293,8 @@ packages: micromatch: 4.0.5 dev: true - /fast-xml-parser@4.2.6: - resolution: {integrity: sha512-Xo1qV++h/Y3Ng8dphjahnYe+rGHaaNdsYOBWL9Y9GCPKpNKilJtilvWkLcI9f9X2DoKTLsZsGYAls5+JL5jfLA==} + /fast-xml-parser@4.2.7: + resolution: {integrity: sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==} hasBin: true dependencies: strnum: 1.0.5