diff --git a/package-lock.json b/package-lock.json index 9c5d7a345b0..d7d7a8e3ddc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12413,9 +12413,9 @@ "dev": true }, "fastify-static": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-4.4.2.tgz", - "integrity": "sha512-qgMR7VZjZjo8iRs3Ea4YuStEii2MkgKVQDz3JFfd73i+rbgKHEsPaJcWAX2O/oHC6EI9vqOuSA6ziTYsuf79fQ==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-4.5.0.tgz", + "integrity": "sha512-Q7Tgl55AjsmBwiO4hKYib2BUCt+XTWLJ6Xp8YPPHU3EsrKNpevJ4cz8pjf1Ey1QhHw9O8Y2FDKdu+IC74oHvqw==", "dev": true, "requires": { "content-disposition": "^0.5.3", diff --git a/package.json b/package.json index ea770979d2b..c3e291202f3 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "fastify-cors": "6.0.2", "fastify-formbody": "5.1.0", "fastify-multipart": "5.1.0", - "fastify-static": "4.4.2", + "fastify-static": "4.5.0", "graphql": "15.7.2", "graphql-tools": "7.0.5", "gulp": "4.0.2", diff --git a/sample/17-mvc-fastify/package-lock.json b/sample/17-mvc-fastify/package-lock.json index 81de4ac014b..30eceee25e2 100644 --- a/sample/17-mvc-fastify/package-lock.json +++ b/sample/17-mvc-fastify/package-lock.json @@ -3683,9 +3683,9 @@ "integrity": "sha512-ZdCvKEEd92DNLps5n0v231Bha8bkz1DjnPP/aEz37rz/q42Z5JVLmgnqR4DYuNn3NXAO3IDCPyRvgvxtJ4Ym4w==" }, "fastify-static": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-4.4.2.tgz", - "integrity": "sha512-qgMR7VZjZjo8iRs3Ea4YuStEii2MkgKVQDz3JFfd73i+rbgKHEsPaJcWAX2O/oHC6EI9vqOuSA6ziTYsuf79fQ==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-4.5.0.tgz", + "integrity": "sha512-Q7Tgl55AjsmBwiO4hKYib2BUCt+XTWLJ6Xp8YPPHU3EsrKNpevJ4cz8pjf1Ey1QhHw9O8Y2FDKdu+IC74oHvqw==", "requires": { "content-disposition": "^0.5.3", "encoding-negotiator": "^2.0.1", diff --git a/sample/17-mvc-fastify/package.json b/sample/17-mvc-fastify/package.json index b6ed443a776..75a71fc1fb4 100644 --- a/sample/17-mvc-fastify/package.json +++ b/sample/17-mvc-fastify/package.json @@ -22,7 +22,7 @@ "@nestjs/common": "8.1.2", "@nestjs/core": "8.1.2", "@nestjs/platform-fastify": "8.1.2", - "fastify-static": "4.4.2", + "fastify-static": "4.5.0", "handlebars": "4.7.7", "point-of-view": "4.15.2", "reflect-metadata": "0.1.13",