From c20ce95d5685f6292fb536ebb126e3e1fe0051ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:54:39 +0000 Subject: [PATCH] build(deps): bump fastify-json-to-xml from 1.1.9 to 1.1.11 (#945) Bumps [fastify-json-to-xml](https://github.com/Fdawgs/fastify-json-to-xml) from 1.1.9 to 1.1.11. - [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.9...v1.1.11) --- updated-dependencies: - dependency-name: fastify-json-to-xml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 b99abcd7..7c75b409 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "fastify": "^4.25.2", "fastify-disablecache": "^3.1.7", "fastify-floc-off": "^2.1.7", - "fastify-json-to-xml": "^1.1.9", + "fastify-json-to-xml": "^1.1.11", "fastify-plugin": "^4.5.1", "file-stream-rotator": "^1.0.0", "fluent-json-schema": "^4.2.1", @@ -5421,9 +5421,9 @@ } }, "node_modules/fastify-json-to-xml": { - "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==", + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/fastify-json-to-xml/-/fastify-json-to-xml-1.1.11.tgz", + "integrity": "sha512-XYa3KWqxR/CFiAPj1kaSjotbo2U5pYN0Le81O5tROLWNA5T3IoCsopWpHCED+u7/OLpkphtLWtD/asBQOGS+rg==", "dependencies": { "accepts": "^1.3.8", "fastify-plugin": "^4.5.1", diff --git a/package.json b/package.json index 23d38926..cd2ff204 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "fastify": "^4.25.2", "fastify-disablecache": "^3.1.7", "fastify-floc-off": "^2.1.7", - "fastify-json-to-xml": "^1.1.9", + "fastify-json-to-xml": "^1.1.11", "fastify-plugin": "^4.5.1", "file-stream-rotator": "^1.0.0", "fluent-json-schema": "^4.2.1",