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; 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