diff --git a/package-lock.json b/package-lock.json index 1b51c211..f25bc340 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,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.1.2", @@ -5485,9 +5485,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 4251e99e..968e5eb6 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,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.1.2",