From af8d62f96b034c484d2b68c67424bdfef24a69e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 14:01:25 +0000 Subject: [PATCH] build(deps): bump fastify-json-to-xml from 1.1.11 to 1.1.12 (#1848) Bumps [fastify-json-to-xml](https://github.com/Fdawgs/fastify-json-to-xml) from 1.1.11 to 1.1.12. - [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.11...v1.1.12) --- 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 76edf0be..94cb16d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "fastify": "^4.26.2", "fastify-disablecache": "^3.1.9", "fastify-floc-off": "^2.1.11", - "fastify-json-to-xml": "^1.1.11", + "fastify-json-to-xml": "^1.1.12", "fastify-plugin": "^4.5.1", "file-stream-rotator": "^1.0.0", "file-type": "^16.5.4", @@ -5875,9 +5875,9 @@ } }, "node_modules/fastify-json-to-xml": { - "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==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/fastify-json-to-xml/-/fastify-json-to-xml-1.1.12.tgz", + "integrity": "sha512-mhKtRjllGTeqehemxg7cCvU1wOc6GEcGb5sleGrs4jY84qZM1OpltmMii92rkPTkGpJHIRNMiOsuPXRumqYhfg==", "dependencies": { "accepts": "^1.3.8", "fastify-plugin": "^4.5.1", diff --git a/package.json b/package.json index 74cec438..146912dc 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "fastify": "^4.26.2", "fastify-disablecache": "^3.1.9", "fastify-floc-off": "^2.1.11", - "fastify-json-to-xml": "^1.1.11", + "fastify-json-to-xml": "^1.1.12", "fastify-plugin": "^4.5.1", "file-stream-rotator": "^1.0.0", "file-type": "^16.5.4",