From 767cc8bab96ade4ad57137b4ff2bbad8717ba5f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 09:47:24 +0000 Subject: [PATCH] build(deps): bump fastify-plugin from 4.0.0 to 4.1.0 (#741) Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: fastify-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92cc676c..de8531c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "fastify": "^4.3.0", "fastify-disablecache": "^3.0.1", "fastify-floc-off": "^2.0.1", - "fastify-plugin": "^4.0.0", + "fastify-plugin": "^4.1.0", "file-stream-rotator": "^0.6.1", "fluent-json-schema": "^3.1.0", "get-jwks": "^7.1.0", @@ -3947,9 +3947,9 @@ } }, "node_modules/fastify-plugin": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.0.0.tgz", - "integrity": "sha512-ZJcXPPcqkj7HFDYqbsCuOIAgIZ/sd2b+OnBxNGyxAcUDUJfIpxp4t23CwxO2E7LZpqUrIliA4TnjxTXG8mLoqw==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.1.0.tgz", + "integrity": "sha512-Mf6lkbxHtFgI4sVaC0P/7sqlBvdpoyEUaOCD0cyKpqxjsdN+3EdD/FfSHByb7uXqxYu/DilH9Lb6mTCumN9TQQ==" }, "node_modules/fastify/node_modules/@fastify/error": { "version": "3.0.0", @@ -11997,9 +11997,9 @@ } }, "fastify-plugin": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.0.0.tgz", - "integrity": "sha512-ZJcXPPcqkj7HFDYqbsCuOIAgIZ/sd2b+OnBxNGyxAcUDUJfIpxp4t23CwxO2E7LZpqUrIliA4TnjxTXG8mLoqw==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.1.0.tgz", + "integrity": "sha512-Mf6lkbxHtFgI4sVaC0P/7sqlBvdpoyEUaOCD0cyKpqxjsdN+3EdD/FfSHByb7uXqxYu/DilH9Lb6mTCumN9TQQ==" }, "fastq": { "version": "1.13.0", diff --git a/package.json b/package.json index 4bef2ced..d9b63beb 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "fastify": "^4.3.0", "fastify-disablecache": "^3.0.1", "fastify-floc-off": "^2.0.1", - "fastify-plugin": "^4.0.0", + "fastify-plugin": "^4.1.0", "file-stream-rotator": "^0.6.1", "fluent-json-schema": "^3.1.0", "get-jwks": "^7.1.0",