From 7c61bd12082edba2c609e78887f9318e1620ce3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 05:50:15 +0000 Subject: [PATCH 1/2] Bump cookiejar in /hedera-nft-auction-demo-javascript-client Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. - [Release notes](https://github.com/bmeck/node-cookiejar/releases) - [Commits](https://github.com/bmeck/node-cookiejar/commits) --- updated-dependencies: - dependency-name: cookiejar dependency-type: indirect ... Signed-off-by: dependabot[bot] --- hedera-nft-auction-demo-javascript-client/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hedera-nft-auction-demo-javascript-client/yarn.lock b/hedera-nft-auction-demo-javascript-client/yarn.lock index 117b1242..55e403e4 100644 --- a/hedera-nft-auction-demo-javascript-client/yarn.lock +++ b/hedera-nft-auction-demo-javascript-client/yarn.lock @@ -3405,9 +3405,9 @@ cookie@^0.4.1: integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA== cookiejar@^2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.2.tgz#dd8a235530752f988f9a0844f3fc589e3111125c" - integrity sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA== + version "2.1.4" + resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.4.tgz#ee669c1fea2cf42dc31585469d193fef0d65771b" + integrity sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw== copy-to-clipboard@^3: version "3.3.1" From ad2a9f35dbd4a514fef389df472285aa6cd8caa7 Mon Sep 17 00:00:00 2001 From: brady Date: Tue, 1 Aug 2023 07:21:45 -0400 Subject: [PATCH 2/2] Update CONTRIBUTING.md (#194) Changed Discord link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2691b2b7..a90e6d44 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ The Hedera NFT Auction Demo accepts contributions via GitHub pull requests. This Whether you are a user or contributor, official support channels include: - [Issues](https://github.com/hashgraph/hedera-nft-auction-demo/issues) -- [Discord](https://discordapp.com/invite/FFb9YFX) +- [Discord](https://www.hedera.com/discord/) Before opening a new issue or submitting a new pull request, it's helpful to search the project - it's likely that another user has already reported the issue you're facing, or it's a known issue