diff --git a/THIRD_PARTY_LICENSES.txt b/THIRD_PARTY_LICENSES.txt index ad9e7ae4b..8719a606f 100644 --- a/THIRD_PARTY_LICENSES.txt +++ b/THIRD_PARTY_LICENSES.txt @@ -27577,16 +27577,16 @@ SOFTWARE. The following npm package may be included in this product: - - fastify@5.4.0 + - fast-json-stringify@6.3.0 This package contains the following license: MIT License -Copyright (c) 2016-2025 The Fastify Team +Copyright (c) 2016-present Matteo Collina +Copyright (c) 2016-present The Fastify team -The Fastify team members are listed at https://github.com/fastify/fastify#team -and in the README file. +The Fastify team members are listed at https://github.com/fastify/fastify#team. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -27610,16 +27610,13 @@ SOFTWARE. The following npm package may be included in this product: - - fast-json-stringify@6.3.0 + - stylis@4.3.6 This package contains the following license: MIT License -Copyright (c) 2016-present Matteo Collina -Copyright (c) 2016-present The Fastify team - -The Fastify team members are listed at https://github.com/fastify/fastify#team. +Copyright (c) 2016-present Sultan Tarimo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -27643,13 +27640,13 @@ SOFTWARE. The following npm package may be included in this product: - - stylis@4.3.6 + - fastify@5.8.1 This package contains the following license: MIT License -Copyright (c) 2016-present Sultan Tarimo +Copyright (c) 2016-present The Fastify team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index c79e5806d..ad60025ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -162,7 +162,7 @@ "dotenv": "16.4.5", "embla-carousel-react": "8.1.8", "fast-deep-equal": "3.1.3", - "fastify": "5.4.0", + "fastify": "5.8.1", "fastify-favicon": "5.0.0", "fastify-plugin": "5.0.1", "fastify-raw-body": "5.0.0", @@ -20753,6 +20753,9 @@ "darwin" ] }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "optional": true + }, "node_modules/@rollup/rollup-linux-arm-musleabihf": { "version": "4.24.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.0.tgz", @@ -36738,9 +36741,9 @@ "license": "MIT" }, "node_modules/fastify": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.4.0.tgz", - "integrity": "sha512-I4dVlUe+WNQAhKSyv15w+dwUh2EPiEl4X2lGYMmNSgF83WzTMAPKGdWEv5tPsCQOb+SOZwz8Vlta2vF+OeDgRw==", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.1.tgz", + "integrity": "sha512-y0kicFvvn7CYWoPOVLOcvn4YyKQz03DIY7UxmyOy21/J8eXm09R+tmb+tVDBW5h+pja30cHI5dqUcSlvY86V2A==", "funding": [ { "type": "github", @@ -36753,7 +36756,7 @@ ], "license": "MIT", "dependencies": { - "@fastify/ajv-compiler": "^4.0.0", + "@fastify/ajv-compiler": "^4.0.5", "@fastify/error": "^4.0.0", "@fastify/fast-json-stringify-compiler": "^5.0.0", "@fastify/proxy-addr": "^5.0.0", @@ -36762,7 +36765,7 @@ "fast-json-stringify": "^6.0.0", "find-my-way": "^9.0.0", "light-my-request": "^6.0.0", - "pino": "^9.0.0", + "pino": "^9.14.0 || ^10.1.0", "process-warning": "^5.0.0", "rfdc": "^1.3.1", "secure-json-parse": "^4.0.0", diff --git a/package.json b/package.json index 5ff9761a6..ba2325c62 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ "dotenv": "16.4.5", "embla-carousel-react": "8.1.8", "fast-deep-equal": "3.1.3", - "fastify": "5.4.0", + "fastify": "5.8.1", "fastify-favicon": "5.0.0", "fastify-plugin": "5.0.1", "fastify-raw-body": "5.0.0",