From cb78ec94b2482f284fa99ef361394907fa4f60d2 Mon Sep 17 00:00:00 2001 From: ODIT Renovate Bot Date: Fri, 31 Mar 2023 13:03:33 +0000 Subject: [PATCH] Update dependency fastify-basic-auth to v2.3.0 --- yarn.lock | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index 85824b3..9253d5c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1021,7 +1021,7 @@ depd@2.0.0: depd@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" - integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= + integrity sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ== deprecation@^2.0.0, deprecation@^2.3.1: version "2.3.1" @@ -1321,7 +1321,7 @@ fastify-auth@^1.1.0: fastify-plugin "^3.0.0" reusify "^1.0.4" -fastify-basic-auth@^2.1.0: +"fastify-basic-auth-deprecated@npm:fastify-basic-auth@2.2.0": version "2.2.0" resolved "https://registry.yarnpkg.com/fastify-basic-auth/-/fastify-basic-auth-2.2.0.tgz#6c76052cd39ac43e333bf3bf8015dad204f0db60" integrity sha512-xXeNhyhONlQNoWIzy9rhms0td6PFL1KCRqu0lkEpd54Ju4dHLbB/woPwtK0Vutuqy0sDav77If6UtdfDajx44Q== @@ -1330,6 +1330,14 @@ fastify-basic-auth@^2.1.0: fastify-plugin "^3.0.0" http-errors "^1.7.3" +fastify-basic-auth@^2.1.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/fastify-basic-auth/-/fastify-basic-auth-2.3.0.tgz#18bd0e6b6f469a7b48f8c19de90de5155c17e924" + integrity sha512-+FG/jbHkcCSefdCX8gp+ZSUzpZgLGJUAnyF6J1gQlvAfVtAbnjGu0w9u68qXiTdQF37+qQSwZ5tC95cUcTeBbA== + dependencies: + fastify-basic-auth-deprecated "npm:fastify-basic-auth@2.2.0" + process-warning "^1.0.0" + fastify-cors@^6.0.2: version "6.0.2" resolved "https://registry.yarnpkg.com/fastify-cors/-/fastify-cors-6.0.2.tgz#4fd5102549659e9b34d252fd7ee607b63d021390" @@ -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" @@ -3669,7 +3677,7 @@ statuses@2.0.1: "statuses@>= 1.5.0 < 2": version "1.5.0" resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" - integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= + integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== steed@^1.1.3: version "1.1.3"