From b2e7761729cde0f9191baa63a9809d8192516e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:13:59 +0000 Subject: [PATCH] build(deps): bump @fastify/accepts from 4.2.0 to 4.3.0 Bumps [@fastify/accepts](https://github.com/fastify/fastify-accepts) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/fastify/fastify-accepts/releases) - [Commits](https://github.com/fastify/fastify-accepts/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: "@fastify/accepts" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/network-of-terms-reconciliation/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9fc3c9e9c..93a38fc6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3332,9 +3332,9 @@ } }, "node_modules/@fastify/accepts": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@fastify/accepts/-/accepts-4.2.0.tgz", - "integrity": "sha512-nM2OsxJvdBZOcpMqtbolW7RMB2bn/L1PDZ03+zVlC+/JVdBEW+ufWEKmtsMVzelU5TwyTc/+X/CRr/98JfE9mQ==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@fastify/accepts/-/accepts-4.3.0.tgz", + "integrity": "sha512-QK4FoqXdwwPmaPOLL6NrxsyaXVvdviYVoS6ltHyOLdFlUyREIaMykHQIp+x0aJz9hB3B3n/Ht6QRdvBeGkptGQ==", "dependencies": { "accepts": "^1.3.5", "fastify-plugin": "^4.0.0" @@ -17981,7 +17981,7 @@ "name": "@netwerk-digitaal-erfgoed/network-of-terms-reconciliation", "license": "EUPL-1.2", "dependencies": { - "@fastify/accepts": "4.2.0", + "@fastify/accepts": "4.3.0", "@fastify/cors": "8.4.1", "@fastify/formbody": "7.4.0", "@hapi/hoek": "11.0.2", diff --git a/packages/network-of-terms-reconciliation/package.json b/packages/network-of-terms-reconciliation/package.json index 802575708..17a6ba4fd 100644 --- a/packages/network-of-terms-reconciliation/package.json +++ b/packages/network-of-terms-reconciliation/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/netwerk-digitaal-erfgoed/network-of-terms/issues" }, "dependencies": { - "@fastify/accepts": "4.2.0", + "@fastify/accepts": "4.3.0", "@fastify/cors": "8.4.1", "@fastify/formbody": "7.4.0", "@hapi/hoek": "11.0.2",