From b4a626f1c4a318e41f236d005af1c8ca4a89e4e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 21:08:17 +0000 Subject: [PATCH] Bump fastify-static from 3.2.0 to 4.2.4 Bumps [fastify-static](https://github.com/fastify/fastify-static) from 3.2.0 to 4.2.4. - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/3.2.0...v4.2.4) --- updated-dependencies: - dependency-name: fastify-static dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 44 +++++++++++++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 30 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3127a85..5c05377 100644 --- a/package-lock.json +++ b/package-lock.json @@ -275,6 +275,21 @@ "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" }, + "content-disposition": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", + "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "requires": { + "safe-buffer": "5.1.2" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, "cookie": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", @@ -396,6 +411,11 @@ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" }, + "encoding-negotiator": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/encoding-negotiator/-/encoding-negotiator-2.0.1.tgz", + "integrity": "sha512-GSK7qphNR4iPcejfAlZxKDoz3xMhnspwImK+Af5WhePS9jUpK/Oh7rUdyENWu+9rgDflOCTmAojBsgsvM8neAQ==" + }, "end-of-stream": { "version": "1.4.4", "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", @@ -636,28 +656,22 @@ } }, "fastify-static": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-3.2.0.tgz", - "integrity": "sha512-gaN4AX1CrlhwC3cApS1uDSZOkQSbhxt32MRCjlJL3dhG7pxAIf69fmSS1nrKtZe69b5HRn/KyEqkh9qzLN8GZw==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-4.2.4.tgz", + "integrity": "sha512-Uk24B9R/PtXG2pMd26r8/Yyfs2lKlghiqyjUsGwT0qMiSs0VZbhCvKn6rwEve63ttvFjLMwNNz1q0/5QoTy4HA==", "requires": { - "fastify-plugin": "^2.0.0", + "content-disposition": "^0.5.3", + "encoding-negotiator": "^2.0.1", + "fastify-plugin": "^3.0.0", "glob": "^7.1.4", "readable-stream": "^3.4.0", "send": "^0.17.1" }, "dependencies": { "fastify-plugin": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-2.3.3.tgz", - "integrity": "sha512-KjVwrTlbOGBLhF80tAYQ8qXQKvc1G7ETlFZbU4n19V1Xoo9BRNQgicv36y9AvPDcIn1hpeHDOdpPkMW02NOVIQ==", - "requires": { - "semver": "^7.3.2" - } - }, - "semver": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz", - "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-3.0.0.tgz", + "integrity": "sha512-ZdCvKEEd92DNLps5n0v231Bha8bkz1DjnPP/aEz37rz/q42Z5JVLmgnqR4DYuNn3NXAO3IDCPyRvgvxtJ4Ym4w==" } } }, diff --git a/package.json b/package.json index b8c65af..68c0e98 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "fastify-cors": "^3.0.3", "fastify-jwt": "^1.4.0", "fastify-multer": "^2.0.2", - "fastify-static": "^3.2.0", + "fastify-static": "^4.2.4", "gmail-send": "^1.8.10", "jsonwebtoken": "^8.5.1", "multer": "^1.4.2",