From 1f0e9f6c50dc9f9f92c59584121aba25dd0df657 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 21 Nov 2022 09:00:03 -0300 Subject: [PATCH 1/3] Update news.js Seriously, how many times is this referenced?! --- tools/news.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/news.js b/tools/news.js index 9e89a50..66e98ee 100644 --- a/tools/news.js +++ b/tools/news.js @@ -6,7 +6,7 @@ const https = require("https"); const fs = require("fs"); -const source = "https://themanaworld.github.io/tmwa-server-data/news.json"; +const source = "https://updates.tmw2.org/legacy/news.json"; console.info("Acquiring news from static site..."); From bea6d99b79eb536da223cf7c9009ddea5a2946cb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 21 Nov 2022 20:51:32 -0300 Subject: [PATCH 2/3] Update source code link; I have no idea where it is fetching github from --- src/components/Navigation.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue index f814856..7c92948 100644 --- a/src/components/Navigation.vue +++ b/src/components/Navigation.vue @@ -24,9 +24,7 @@
Source Code
From 9dceb5feeb5b26cf4db379913e36eec741d005e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 15:53:49 +0000 Subject: [PATCH 3/3] Bump qs from 6.5.2 to 6.5.3 Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 6cc5ab7..e7e7243 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7609,9 +7609,9 @@ qs@6.7.0: integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== qs@~6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" - integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== + version "6.5.3" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad" + integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA== query-string@^4.1.0: version "4.3.4"