From 381513d234ad29144f193e6ba67ef165dade56b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:53:25 +0000 Subject: [PATCH] chore(deps): bump @fastify/static from 8.0.1 to 8.0.2 Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 8.0.1 to 8.0.2. - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: "@fastify/static" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- packages/core/package.json | 2 +- packages/graph-explorer/package.json | 2 +- packages/spex/package.json | 2 +- packages/yasgui/package.json | 2 +- 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index de5be8d7..2b277e8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -994,10 +994,9 @@ } }, "node_modules/@fastify/static": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@fastify/static/-/static-8.0.1.tgz", - "integrity": "sha512-7idyhbcgf14v4bjWzUeHEFvnVxvNJ1n5cyGPgFtwTZjnjUQ1wgC7a2FQai7OGKqCKywDEjzbPhAZRW+uEK1LMg==", - "license": "MIT", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@fastify/static/-/static-8.0.2.tgz", + "integrity": "sha512-xJ+XaZVl4Y+lKztx8jGi+BE73aByhOmjMgaTx98E4XtVZxUpiaYQIMBlwACsJz+xohm0kvzV34BZoiZ+bsJtBQ==", "dependencies": { "@fastify/accept-negotiator": "^2.0.0", "@fastify/send": "^3.1.0", @@ -16772,7 +16771,7 @@ "@fastify/cookie": "^10.0.1", "@fastify/cors": "^10.0.1", "@fastify/formbody": "^8.0.1", - "@fastify/static": "^8.0.1", + "@fastify/static": "^8.0.2", "@fontsource/playfair-display": "^5.1.0", "@fontsource/roboto": "^5.1.0", "@rdfjs-elements/formats-pretty": "^0.6.7", @@ -16832,7 +16831,7 @@ "version": "2.0.4", "license": "MIT", "dependencies": { - "@fastify/static": "^8.0.1", + "@fastify/static": "^8.0.2", "graph-explorer": "^1.2.0", "import-meta-resolve": "^4.1.0" }, @@ -16956,7 +16955,7 @@ "version": "2.1.1", "license": "Apache-2.0", "dependencies": { - "@fastify/static": "^8.0.1", + "@fastify/static": "^8.0.2", "@zazuko/spex": "^0.2.1", "import-meta-resolve": "^4.1.0" }, @@ -16988,7 +16987,7 @@ "version": "3.2.1", "license": "MIT", "dependencies": { - "@fastify/static": "^8.0.1", + "@fastify/static": "^8.0.2", "@zazuko/yasgui": "^4.3.3", "import-meta-resolve": "^4.1.0" }, diff --git a/packages/core/package.json b/packages/core/package.json index a1ffe6d1..c3a82750 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -55,7 +55,7 @@ "@fastify/cookie": "^10.0.1", "@fastify/cors": "^10.0.1", "@fastify/formbody": "^8.0.1", - "@fastify/static": "^8.0.1", + "@fastify/static": "^8.0.2", "@fontsource/playfair-display": "^5.1.0", "@fontsource/roboto": "^5.1.0", "@rdfjs-elements/formats-pretty": "^0.6.7", diff --git a/packages/graph-explorer/package.json b/packages/graph-explorer/package.json index 02eddf31..0caad4cc 100644 --- a/packages/graph-explorer/package.json +++ b/packages/graph-explorer/package.json @@ -28,7 +28,7 @@ "graph-explorer" ], "dependencies": { - "@fastify/static": "^8.0.1", + "@fastify/static": "^8.0.2", "graph-explorer": "^1.2.0", "import-meta-resolve": "^4.1.0" }, diff --git a/packages/spex/package.json b/packages/spex/package.json index aa64dc8b..c6206c14 100644 --- a/packages/spex/package.json +++ b/packages/spex/package.json @@ -18,7 +18,7 @@ "test": "c8 --all --reporter=lcovonly --reporter=text node --test **/*.test.js" }, "dependencies": { - "@fastify/static": "^8.0.1", + "@fastify/static": "^8.0.2", "@zazuko/spex": "^0.2.1", "import-meta-resolve": "^4.1.0" }, diff --git a/packages/yasgui/package.json b/packages/yasgui/package.json index 7d99b6c9..d9b64ca9 100644 --- a/packages/yasgui/package.json +++ b/packages/yasgui/package.json @@ -34,7 +34,7 @@ "yasgui" ], "dependencies": { - "@fastify/static": "^8.0.1", + "@fastify/static": "^8.0.2", "@zazuko/yasgui": "^4.3.3", "import-meta-resolve": "^4.1.0" },