From 4d9e4f53934979925bbc9bf61c22264b2ebedb4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 20:12:44 +0000 Subject: [PATCH] build(deps): bump fastify-disablecache from 3.1.7 to 3.1.9 Bumps [fastify-disablecache](https://github.com/Fdawgs/fastify-disablecache) from 3.1.7 to 3.1.9. - [Release notes](https://github.com/Fdawgs/fastify-disablecache/releases) - [Changelog](https://github.com/Fdawgs/fastify-disablecache/blob/main/CHANGELOG.md) - [Commits](https://github.com/Fdawgs/fastify-disablecache/compare/v3.1.7...v3.1.9) --- updated-dependencies: - dependency-name: fastify-disablecache 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 91840fb0..e2952e52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "dotenv": "^16.4.1", "env-schema": "^5.2.1", "fastify": "^4.25.2", - "fastify-disablecache": "^3.1.7", + "fastify-disablecache": "^3.1.9", "fastify-floc-off": "^2.1.11", "fastify-json-to-xml": "^1.1.11", "fastify-plugin": "^4.5.1", @@ -5393,9 +5393,9 @@ } }, "node_modules/fastify-disablecache": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/fastify-disablecache/-/fastify-disablecache-3.1.7.tgz", - "integrity": "sha512-UWQAEpDolmcaGFzAl4tu1ueTQYz4Ymt7+OeOkg/RMoULtMAzLA3o6JLZx9yp3Wq134e9P7zXm93bRjXCNWF9tw==", + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/fastify-disablecache/-/fastify-disablecache-3.1.9.tgz", + "integrity": "sha512-RelP1ANJs0olkGxXVIiHJukmhMWqXbVV9FGkzYJFjh+3MzMGmLyH0vI0cEfXWBDS7SLKPTW/XIQm/FyHRqcitQ==", "dependencies": { "fastify-plugin": "^4.5.1" }, diff --git a/package.json b/package.json index 8ca0268c..0a5c0223 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "dotenv": "^16.4.1", "env-schema": "^5.2.1", "fastify": "^4.25.2", - "fastify-disablecache": "^3.1.7", + "fastify-disablecache": "^3.1.9", "fastify-floc-off": "^2.1.11", "fastify-json-to-xml": "^1.1.11", "fastify-plugin": "^4.5.1",