From 6c76ee529b3aa65f23a1a4db33dc60f8f646314e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:04:15 +0000 Subject: [PATCH] build(deps): bump fastify-json-to-xml from 1.1.8 to 1.1.9 Bumps [fastify-json-to-xml](https://github.com/Fdawgs/fastify-json-to-xml) from 1.1.8 to 1.1.9. - [Release notes](https://github.com/Fdawgs/fastify-json-to-xml/releases) - [Changelog](https://github.com/Fdawgs/fastify-json-to-xml/blob/main/CHANGELOG.md) - [Commits](https://github.com/Fdawgs/fastify-json-to-xml/compare/v1.1.8...v1.1.9) --- updated-dependencies: - dependency-name: fastify-json-to-xml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index af577550..499786c9 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.6", - "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 33bcd9a8..e98edb38 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.6", - "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",