diff --git a/package-lock.json b/package-lock.json index ff23800e..7d25f1c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "fastify": "^4.15.0", "fastify-disablecache": "^3.1.0", "fastify-floc-off": "^2.1.1", - "fastify-json-to-xml": "^1.1.0", + "fastify-json-to-xml": "^1.1.1", "fastify-plugin": "^4.4.0", "file-stream-rotator": "^1.0.0", "fluent-json-schema": "^4.1.0", @@ -5371,9 +5371,9 @@ } }, "node_modules/fastify-json-to-xml": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fastify-json-to-xml/-/fastify-json-to-xml-1.1.0.tgz", - "integrity": "sha512-qwuntnjhzJQpayjKMLylGRppDc/dDwPibcFs8Sm6f0cVB4lPIWhA8CCPTKm4lfobApat4cGeoW175YzuKXWndg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/fastify-json-to-xml/-/fastify-json-to-xml-1.1.1.tgz", + "integrity": "sha512-2f907UWgVRoHjlkLMWI0hCtP7Z6g4Qgw24isPGw8ltgdkkKtfwPu1PQuqFHAXnJizpulnqUnnI8lM/7fvTMSsg==", "dependencies": { "accepts": "^1.3.8", "fastify-plugin": "^4.5.0", @@ -5382,6 +5382,9 @@ }, "engines": { "node": ">=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/Fdawgs" } }, "node_modules/fastify-plugin": { diff --git a/package.json b/package.json index 47c3c7a5..f0717a3b 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "fastify": "^4.15.0", "fastify-disablecache": "^3.1.0", "fastify-floc-off": "^2.1.1", - "fastify-json-to-xml": "^1.1.0", + "fastify-json-to-xml": "^1.1.1", "fastify-plugin": "^4.4.0", "file-stream-rotator": "^1.0.0", "fluent-json-schema": "^4.1.0",