From e25f5982e2780c19d090a8cc10873c282231376d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 May 2023 15:01:22 +0000 Subject: [PATCH] build(deps): bump @fastify/static from 6.10.1 to 6.10.2 (#1496) Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 6.10.1 to 6.10.2. - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v6.10.1...v6.10.2) --- updated-dependencies: - dependency-name: "@fastify/static" 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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ac4108a1..c76ff0cc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "docsmith", - "version": "10.1.1", + "version": "10.2.0", "license": "MIT", "dependencies": { "@fastify/accepts": "^4.1.0", @@ -17,7 +17,7 @@ "@fastify/helmet": "^10.1.1", "@fastify/rate-limit": "^8.0.0", "@fastify/sensible": "^5.2.0", - "@fastify/static": "^6.10.1", + "@fastify/static": "^6.10.2", "@fastify/swagger": "^8.4.0", "@fastify/under-pressure": "^8.2.0", "cfb": "^1.2.2", @@ -1596,9 +1596,9 @@ } }, "node_modules/@fastify/static": { - "version": "6.10.1", - "resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.10.1.tgz", - "integrity": "sha512-DNnG+5QenQcTQw37qk0/191STThnN6SbU+2XMpWtpYR3gQUfUvMax14jTT/jqNINNbCkQJaKMnPtpFPKo4/68g==", + "version": "6.10.2", + "resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.10.2.tgz", + "integrity": "sha512-UoaMvIHSBLCZBYOVZwFRYqX2ufUhd7FFMYGDeSf0Z+D8jhYtwljjmuQGuanUP8kS4y/ZEV1a8mfLha3zNwsnnQ==", "dependencies": { "@fastify/accept-negotiator": "^1.0.0", "@fastify/send": "^2.0.0", diff --git a/package.json b/package.json index fee1e692d..869832ebc 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@fastify/helmet": "^10.1.1", "@fastify/rate-limit": "^8.0.0", "@fastify/sensible": "^5.2.0", - "@fastify/static": "^6.10.1", + "@fastify/static": "^6.10.2", "@fastify/swagger": "^8.4.0", "@fastify/under-pressure": "^8.2.0", "cfb": "^1.2.2",