From 433613ba3457a3fc76ad55d961155599061d3377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 09:41:31 +0000 Subject: [PATCH] build(deps): bump fastify-disablecache from 3.0.1 to 3.0.2 Bumps [fastify-disablecache](https://github.com/Fdawgs/fastify-disablecache) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/Fdawgs/fastify-disablecache/releases) - [Changelog](https://github.com/Fdawgs/fastify-disablecache/blob/master/CHANGELOG.md) - [Commits](https://github.com/Fdawgs/fastify-disablecache/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: fastify-disablecache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index f30218b8..c752cdaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "env-schema": "^5.0.0", "fast-jwt": "^1.7.0", "fastify": "^4.3.0", - "fastify-disablecache": "^3.0.1", + "fastify-disablecache": "^3.0.2", "fastify-floc-off": "^2.0.1", "fastify-plugin": "^4.0.0", "file-stream-rotator": "^0.6.1", @@ -3925,11 +3925,11 @@ } }, "node_modules/fastify-disablecache": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/fastify-disablecache/-/fastify-disablecache-3.0.1.tgz", - "integrity": "sha512-Lt/p4UfteiTILRNpGpA+3U7me8bu0eJMtDqUMdPiqyOQoE6bcxfL43utmUWyhrLOfDpwrf5997s7eQGWECPmNw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/fastify-disablecache/-/fastify-disablecache-3.0.2.tgz", + "integrity": "sha512-axblJjm7d8BYwNAO5f4gmN6OxXr1sJY7wv+uzbP/khRu04UW+VebabKOfx2QHZDiqBni7D+f3snFc1dt96gsoA==", "dependencies": { - "fastify-plugin": "^4.0.0" + "fastify-plugin": "^4.1.0" }, "engines": { "node": ">=14.0.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", @@ -11981,11 +11981,11 @@ } }, "fastify-disablecache": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/fastify-disablecache/-/fastify-disablecache-3.0.1.tgz", - "integrity": "sha512-Lt/p4UfteiTILRNpGpA+3U7me8bu0eJMtDqUMdPiqyOQoE6bcxfL43utmUWyhrLOfDpwrf5997s7eQGWECPmNw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/fastify-disablecache/-/fastify-disablecache-3.0.2.tgz", + "integrity": "sha512-axblJjm7d8BYwNAO5f4gmN6OxXr1sJY7wv+uzbP/khRu04UW+VebabKOfx2QHZDiqBni7D+f3snFc1dt96gsoA==", "requires": { - "fastify-plugin": "^4.0.0" + "fastify-plugin": "^4.1.0" } }, "fastify-floc-off": { @@ -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 fa1ae0b2..629b707e 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "env-schema": "^5.0.0", "fast-jwt": "^1.7.0", "fastify": "^4.3.0", - "fastify-disablecache": "^3.0.1", + "fastify-disablecache": "^3.0.2", "fastify-floc-off": "^2.0.1", "fastify-plugin": "^4.0.0", "file-stream-rotator": "^0.6.1",