From ad67dbaadf11bd18a5754391e45dcf2d78be541e Mon Sep 17 00:00:00 2001 From: Uchi Uchibeke Date: Wed, 23 Oct 2024 23:12:50 +0200 Subject: [PATCH] update data module --- open-giving/package.json | 2 +- open-giving/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/open-giving/package.json b/open-giving/package.json index 67d8496..222dfdb 100644 --- a/open-giving/package.json +++ b/open-giving/package.json @@ -20,7 +20,7 @@ "@opentelemetry/api": "^1.6.0", "chimoney-payment-widget": "^0.0.30", "next": "^12.2.5", - "non-profit-donations": "^0.0.9", + "non-profit-donations": "^0.1.0", "qrcode.react": "^4.0.1", "react": "^18", "react-dom": "^18", diff --git a/open-giving/yarn.lock b/open-giving/yarn.lock index fdb7fc7..48381c4 100644 --- a/open-giving/yarn.lock +++ b/open-giving/yarn.lock @@ -2778,10 +2778,10 @@ next@^12.2.5: "@next/swc-win32-ia32-msvc" "12.3.4" "@next/swc-win32-x64-msvc" "12.3.4" -non-profit-donations@^0.0.9: - version "0.0.9" - resolved "https://registry.yarnpkg.com/non-profit-donations/-/non-profit-donations-0.0.9.tgz#2a2d3f937c5e186cf2699fd252877ad3febcd6b4" - integrity sha512-SZjCcOjWgji4FfY9AzlHxALDD8GU+TnlpTBdsd7kwwNJHRT5FHlqLPDkZgUYts80s26niplAY2WuZioaOIDtLQ== +non-profit-donations@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/non-profit-donations/-/non-profit-donations-0.1.0.tgz#578f4104ad9b3cb59bbce1a47153bffb75e5c06c" + integrity sha512-VqJ80QIOEv/vwbPPaTW/oQusYrE8CfcRhlK6CcGGP24JLb669sTDCYGTSIJ6d/UKYdjYtLJDTp/incNoeQLKqg== dependencies: "@bitauth/libauth" "^1.17.1" commitizen "^4.2.4"