From 498f70020e99454451604ed1e582bfa7095bc629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 12:22:42 +0000 Subject: [PATCH] chore(deps-dev): bump fastify-static from 4.2.4 to 4.4.2 Bumps [fastify-static](https://github.com/fastify/fastify-static) from 4.2.4 to 4.4.2. - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v4.2.4...v4.4.2) --- updated-dependencies: - dependency-name: fastify-static dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 40 +++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 34 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84ec254294e..c8f3593d373 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "fastify-cors": "6.0.2", "fastify-formbody": "5.1.0", "fastify-multipart": "5.0.1", - "fastify-static": "4.2.4", + "fastify-static": "4.4.2", "graphql": "15.6.1", "graphql-tools": "7.0.5", "gulp": "4.0.2", @@ -15220,15 +15220,16 @@ "dev": true }, "node_modules/fastify-static": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-4.2.4.tgz", - "integrity": "sha512-Uk24B9R/PtXG2pMd26r8/Yyfs2lKlghiqyjUsGwT0qMiSs0VZbhCvKn6rwEve63ttvFjLMwNNz1q0/5QoTy4HA==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-4.4.2.tgz", + "integrity": "sha512-qgMR7VZjZjo8iRs3Ea4YuStEii2MkgKVQDz3JFfd73i+rbgKHEsPaJcWAX2O/oHC6EI9vqOuSA6ziTYsuf79fQ==", "dev": true, "dependencies": { "content-disposition": "^0.5.3", "encoding-negotiator": "^2.0.1", "fastify-plugin": "^3.0.0", "glob": "^7.1.4", + "p-limit": "^3.1.0", "readable-stream": "^3.4.0", "send": "^0.17.1" } @@ -15253,6 +15254,21 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/fastify-static/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/fastify-static/node_modules/readable-stream": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", @@ -44161,15 +44177,16 @@ "dev": true }, "fastify-static": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-4.2.4.tgz", - "integrity": "sha512-Uk24B9R/PtXG2pMd26r8/Yyfs2lKlghiqyjUsGwT0qMiSs0VZbhCvKn6rwEve63ttvFjLMwNNz1q0/5QoTy4HA==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-4.4.2.tgz", + "integrity": "sha512-qgMR7VZjZjo8iRs3Ea4YuStEii2MkgKVQDz3JFfd73i+rbgKHEsPaJcWAX2O/oHC6EI9vqOuSA6ziTYsuf79fQ==", "dev": true, "requires": { "content-disposition": "^0.5.3", "encoding-negotiator": "^2.0.1", "fastify-plugin": "^3.0.0", "glob": "^7.1.4", + "p-limit": "^3.1.0", "readable-stream": "^3.4.0", "send": "^0.17.1" }, @@ -44188,6 +44205,15 @@ "path-is-absolute": "^1.0.0" } }, + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "requires": { + "yocto-queue": "^0.1.0" + } + }, "readable-stream": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", diff --git a/package.json b/package.json index 54b70aba6ea..01786ccafca 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "fastify-cors": "6.0.2", "fastify-formbody": "5.1.0", "fastify-multipart": "5.0.1", - "fastify-static": "4.2.4", + "fastify-static": "4.4.2", "graphql": "15.6.1", "graphql-tools": "7.0.5", "gulp": "4.0.2",