From dd931ab4a1277a521dced5f2aa132ea04228d9ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 02:43:39 +0000 Subject: [PATCH] fix(deps): update dependency @fastify/middie to 8.2 --- api/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/package.json b/api/package.json index 0316131b858..bbc4ca4e970 100644 --- a/api/package.json +++ b/api/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "@fastify/cookie": "^8.3.0", - "@fastify/middie": "8.1", + "@fastify/middie": "8.2", "@fastify/session": "^10.1.1", "@fastify/swagger": "^8.3.1", "@fastify/swagger-ui": "^1.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b2d712640ea..e38a3401d30 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -168,8 +168,8 @@ importers: specifier: ^8.3.0 version: 8.3.0 '@fastify/middie': - specifier: '8.1' - version: 8.1.0 + specifier: '8.2' + version: 8.2.0 '@fastify/session': specifier: ^10.1.1 version: 10.1.1 @@ -3787,7 +3787,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.20.2 dev: true /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.20.12): @@ -3796,7 +3796,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} @@ -5715,7 +5715,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.21.0 '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.20.12) '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.20.12) @@ -6256,8 +6256,8 @@ packages: steed: 1.1.3 dev: false - /@fastify/middie@8.1.0: - resolution: {integrity: sha512-VvUCLfKx2j6KSnh8puT8QW7d5YNzi2fD/4HcFvRQ3a7sHlCo+qtfX2fqzFvNqnMVbNft7GX1JL5if/riUiXsyg==} + /@fastify/middie@8.2.0: + resolution: {integrity: sha512-E+FVK9GfAe3w64HvI2JuMHbJwUj2r+JRjOlCo5enANNW3EJD5SQZKvhGl3KO1DnnPLoOPO9vNWyl/ivu8n652g==} dependencies: fastify-plugin: 4.5.0 path-to-regexp: 6.2.1