diff --git a/yarn.lock b/yarn.lock index 85824b3..42309a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1313,7 +1313,7 @@ fastfall@^1.5.0: dependencies: reusify "^1.0.0" -fastify-auth@^1.1.0: +"fastify-auth-deprecated@npm:fastify-auth@1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/fastify-auth/-/fastify-auth-1.1.0.tgz#75076c9c0664addaff07078907db6432086be1d6" integrity sha512-8IajmAZB3QJ3wTP0q8Z3TG9DkxrIcAlS85TdPCBEfJi3mMKQd/sCYxtZ0dYv11v5hZaJ9z8XmNzhK3AH6/JpNw== @@ -1321,6 +1321,14 @@ fastify-auth@^1.1.0: fastify-plugin "^3.0.0" reusify "^1.0.4" +fastify-auth@^1.1.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/fastify-auth/-/fastify-auth-1.2.0.tgz#325ba0dc292d5ad2c8cb01faaa3f02d9886ace2c" + integrity sha512-h/3pW5o8hwfpxL0b7JF2hObGDAiFi2QAvuoEGr0wJ1w3vr7yGn3V+wPWcLaz8pzlO0h0DsYIKSAoSbHBE0OXnA== + dependencies: + fastify-auth-deprecated "npm:fastify-auth@1.1.0" + process-warning "^1.0.0" + fastify-basic-auth@^2.1.0: version "2.2.0" resolved "https://registry.yarnpkg.com/fastify-basic-auth/-/fastify-basic-auth-2.2.0.tgz#6c76052cd39ac43e333bf3bf8015dad204f0db60" @@ -1355,9 +1363,9 @@ fastify-jwt@^4.0.0: steed "^1.1.3" fastify-plugin@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-3.0.0.tgz#cf1b8c8098e3b5a7c8c30e6aeb06903370c054ca" - integrity sha512-ZdCvKEEd92DNLps5n0v231Bha8bkz1DjnPP/aEz37rz/q42Z5JVLmgnqR4DYuNn3NXAO3IDCPyRvgvxtJ4Ym4w== + version "3.0.1" + resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-3.0.1.tgz#79e84c29f401020f38b524f59f2402103fd21ed2" + integrity sha512-qKcDXmuZadJqdTm6vlCqioEbyewF60b/0LOFCcYN1B6BIZGlYJumWWOYs70SFYLDAH4YqdE1cxH/RKMG7rFxgA== fastify-warning@^0.2.0: version "0.2.0"