From 455dae5fa340d2f1a2736c03a9fc26db9ba7a022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:20:23 +0000 Subject: [PATCH 1/2] build(deps): bump undici from 5.28.3 to 5.28.4 Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fc47986f..5c152e68 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,7 +24,7 @@ packages: parse5: 7.1.2 parse5-htmlparser2-tree-adapter: 7.0.0 parse5-parser-stream: 7.1.2 - undici: 5.28.3 + undici: 5.28.4 whatwg-mimetype: 3.0.0 dev: false @@ -53,7 +53,7 @@ packages: sharp: 0.32.6 svgo: 3.0.2 table: 6.8.1 - undici: 5.28.3 + undici: 5.28.4 transitivePeerDependencies: - '@swc/helpers' - react @@ -1754,8 +1754,8 @@ packages: engines: {node: '>=8'} dev: false - /undici@5.28.3: - resolution: {integrity: sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==} + /undici@5.28.4: + resolution: {integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==} engines: {node: '>=14.0'} dependencies: '@fastify/busboy': 2.0.0 From d9abe18edf29db94c91aac6085fae2964a18c62a Mon Sep 17 00:00:00 2001 From: thePineapple Date: Tue, 9 Apr 2024 15:50:11 +1000 Subject: [PATCH 2/2] feat: Update MSDL API URL Updating API URL following gravesoft migration. Tested API with local version of the downloader and all works well. Should have no issues. --- docs/javascript/msdl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/javascript/msdl.js b/docs/javascript/msdl.js index 4c739bdc..cee30d48 100644 --- a/docs/javascript/msdl.js +++ b/docs/javascript/msdl.js @@ -1,5 +1,5 @@ // AGPL-3.0-only https://spdx.org/licenses/AGPL-3.0-or-later.html -// Modified from https://github.com/massgravel/msdl for use in AtlasOS documentation +// Modified from https://github.com/gravesoft/msdl for use in AtlasOS documentation // // Changes: // - Auto-selecting language, and removing 'Choose once' @@ -13,7 +13,7 @@ const langsUrl = const downUrl = "https://www.microsoft.com/en-us/api/controls/contentinclude/html?pageId=cfa9e580-a81e-4a4b-a846-7b21bf4e2e5b&host=www.microsoft.com&segments=software-download%2Cwindows11&query=&action=GetProductDownloadLinksBySku&sdVersion=2"; const sessionUrl = "https://vlscppe.microsoft.com/fp/tags?org_id=y6jn8c31&session_id="; -const apiUrl = "https://massgrave.dev/api/msdl/"; +const apiUrl = "https://api.gravesoft.dev/msdl/"; const sharedSessionGUID = "c2452a22-b85c-4f2b-a20c-7cb8c4dc95ac"; const langAttempt = 3;