From 4f7f7750d550eece643bd8c51f06a69770166c46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 07:10:13 +0000 Subject: [PATCH] Update dependency @fastify/static to v6.11.1 --- pixelpact/package-lock.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/pixelpact/package-lock.json b/pixelpact/package-lock.json index c15bc7b..4a7cad9 100644 --- a/pixelpact/package-lock.json +++ b/pixelpact/package-lock.json @@ -758,17 +758,16 @@ } }, "node_modules/@fastify/static": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.11.0.tgz", - "integrity": "sha512-jgnqpRojDqOLHnnKlZgvvUFzR8rrxqkqzbtmuHp1amIArxGVJDXyBMPbxb3yteklBA7tPilXbx5xzDRiGXR0RA==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.11.1.tgz", + "integrity": "sha512-d8cJyPhZ0WNQTPniMNV+Q8ADuILpcMMETmkyg5Co1voT48aQXFpQP8jJmQDGo858GG3xt7v0YXeawmpGzooYaw==", "dependencies": { "@fastify/accept-negotiator": "^1.0.0", "@fastify/send": "^2.0.0", "content-disposition": "^0.5.3", "fastify-plugin": "^4.0.0", "glob": "^8.0.1", - "p-limit": "^3.1.0", - "readable-stream": "^4.0.0" + "p-limit": "^3.1.0" } }, "node_modules/@istanbuljs/load-nyc-config": { @@ -5126,17 +5125,16 @@ } }, "@fastify/static": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.11.0.tgz", - "integrity": "sha512-jgnqpRojDqOLHnnKlZgvvUFzR8rrxqkqzbtmuHp1amIArxGVJDXyBMPbxb3yteklBA7tPilXbx5xzDRiGXR0RA==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.11.1.tgz", + "integrity": "sha512-d8cJyPhZ0WNQTPniMNV+Q8ADuILpcMMETmkyg5Co1voT48aQXFpQP8jJmQDGo858GG3xt7v0YXeawmpGzooYaw==", "requires": { "@fastify/accept-negotiator": "^1.0.0", "@fastify/send": "^2.0.0", "content-disposition": "^0.5.3", "fastify-plugin": "^4.0.0", "glob": "^8.0.1", - "p-limit": "^3.1.0", - "readable-stream": "^4.0.0" + "p-limit": "^3.1.0" } }, "@istanbuljs/load-nyc-config": {