diff --git a/package-lock.json b/package-lock.json index 8c577e14..fdab2d99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "fastify": "^4.24.3", "fastify-disablecache": "^3.1.6", "fastify-floc-off": "^2.1.7", - "fastify-json-to-xml": "^1.1.8", + "fastify-json-to-xml": "^1.1.9", "fastify-plugin": "^4.5.1", "file-stream-rotator": "^1.0.0", "fluent-json-schema": "^4.2.1", @@ -5197,9 +5197,9 @@ } }, "node_modules/fastify-json-to-xml": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/fastify-json-to-xml/-/fastify-json-to-xml-1.1.8.tgz", - "integrity": "sha512-7JV7+L9fro8/axDJg/zHtbmkcem3sidWEPI+SvfiX+aFMCwEyKXlym/zK81Qs3Ob7ER6eJjhwGe/pVR4UfA8vw==", + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/fastify-json-to-xml/-/fastify-json-to-xml-1.1.9.tgz", + "integrity": "sha512-zIJIgdVKMw6p5huvmRLhtkPL54/gM/QbIaEIZj0Q1L06Lnrl6SWZ+A63gsMtyLvtpmgMTV2IXDXn+FndeDjezw==", "dependencies": { "accepts": "^1.3.8", "fastify-plugin": "^4.5.1", diff --git a/package.json b/package.json index a8798941..0ff2d0e5 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "fastify": "^4.24.3", "fastify-disablecache": "^3.1.6", "fastify-floc-off": "^2.1.7", - "fastify-json-to-xml": "^1.1.8", + "fastify-json-to-xml": "^1.1.9", "fastify-plugin": "^4.5.1", "file-stream-rotator": "^1.0.0", "fluent-json-schema": "^4.2.1",