From 09061b935cb33f8e7db6687169f6e5afe856dfa6 Mon Sep 17 00:00:00 2001 From: Vylpes Date: Sun, 18 Dec 2022 15:26:53 +0000 Subject: [PATCH] hotfix/2.0.3 (#40) - Bump minimatch from 3.0.4 to 3.1.2 - Update discord links Co-authored-by: Ethan Lane Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/40 Reviewed-by: VylpesTester --- CONTRIBUTING.md | 4 ++-- readme.md | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc5191a..e241a85 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ This project and everyone participating in it is governed by the Random Bunny Co > **Note:** Please don't file an issue to ask a question. You'll get faster results by using the resources below. -You can ask a question about the project in the `#development` channel in the [Discord Server](https://discord.gg/UyAhAVp). +You can ask a question about the project in the `#development` channel in the [Discord Server](https://go.vylpes.xyz/A6HcA). You can also email with queries and support if you'd prefer at [helpdesk@vylpes.com](mailto:helpdesk@vylpes.com). @@ -210,7 +210,7 @@ This project and everyone participating in it is governed by the Random Bunny Co > **Note:** Please don't file an issue to ask a question. You'll get faster results by using the resources below. -You can ask a question about the project in the `#development` channel in the [Discord Server](https://discord.gg/UyAhAVp). +You can ask a question about the project in the `#development` channel in the [Discord Server](https://go.vylpes.xyz/A6HcA). ## What you should know diff --git a/readme.md b/readme.md index 0d05a3e..d129cf3 100644 --- a/readme.md +++ b/readme.md @@ -53,7 +53,7 @@ The json string which gets returned consists of: ## Links -* Discord: [Server Link](https://discord.gg/UyAhAVp) +* Discord: [Server Link](https://go.vylpes.xyz/A6HcA) * Support: [helpdesk@vylpes.com](mailto:helpdesk@vylpes.com) ## License diff --git a/yarn.lock b/yarn.lock index 990ec18..7882faf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -284,7 +284,7 @@ color-name@~1.1.4: concat-map@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== create-require@^1.1.0: version "1.1.1" @@ -752,9 +752,9 @@ mimic-response@^3.1.0: integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ== minimatch@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + version "3.1.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== dependencies: brace-expansion "^1.1.7"