From b2100021dfdc39684c982f8ac2e4082a92b0f606 Mon Sep 17 00:00:00 2001
From: "Node.js GitHub Bot" <github-bot@iojs.org>
Date: Thu, 30 Jan 2025 13:08:01 -0500
Subject: [PATCH] chore: update redirect links (#276)

Co-authored-by: nodejs-github-bot <18269663+nodejs-github-bot@users.noreply.github.com>
---
 src/constants/cachedDirectories.json | 18 ++++++++++--------
 src/constants/latestVersions.json    |  6 +++---
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/src/constants/cachedDirectories.json b/src/constants/cachedDirectories.json
index 004686c..c0b44f5 100644
--- a/src/constants/cachedDirectories.json
+++ b/src/constants/cachedDirectories.json
@@ -634,6 +634,7 @@
       "v23.5.0/",
       "v23.6.0/",
       "v23.6.1/",
+      "v23.7.0/",
       "v4.0.0/",
       "v4.1.0/",
       "v4.1.1/",
@@ -814,13 +815,13 @@
     "files": [
       {
         "name": "index.json",
-        "lastModified": "2025-01-21T16:59:47.992Z",
-        "size": 291232
+        "lastModified": "2025-01-30T18:00:36.955Z",
+        "size": 291655
       },
       {
         "name": "index.tab",
-        "lastModified": "2025-01-21T16:59:48.757Z",
-        "size": 183837
+        "lastModified": "2025-01-30T18:00:37.867Z",
+        "size": 184112
       },
       {
         "name": "node-0.0.1.tar.gz",
@@ -1324,11 +1325,11 @@
       },
       {
         "name": "node-latest.tar.gz",
-        "lastModified": "2025-01-21T16:59:21.000Z",
-        "size": 99846159
+        "lastModified": "2025-01-30T18:00:05.000Z",
+        "size": 98604603
       }
     ],
-    "lastModified": "2025-01-21T16:59:48.757Z"
+    "lastModified": "2025-01-30T18:00:37.867Z"
   },
   "nodejs/docs/": {
     "subdirectories": [
@@ -1965,6 +1966,7 @@
       "v23.5.0/",
       "v23.6.0/",
       "v23.6.1/",
+      "v23.7.0/",
       "v4.0.0/",
       "v4.1.0/",
       "v4.1.1/",
@@ -2143,6 +2145,6 @@
     ],
     "hasIndexHtmlFile": false,
     "files": [],
-    "lastModified": "2025-01-21T16:59:48.757Z"
+    "lastModified": "2025-01-30T18:00:37.867Z"
   }
 }
diff --git a/src/constants/latestVersions.json b/src/constants/latestVersions.json
index 8fc4c5d..f465823 100644
--- a/src/constants/latestVersions.json
+++ b/src/constants/latestVersions.json
@@ -30,7 +30,7 @@
   "latest-v21.x": "v21.7.3",
   "latest-v22.x": "v22.13.1",
   "latest-jod": "v22.13.1",
-  "latest-v23.x": "v23.6.1",
-  "latest": "v23.6.1",
-  "node-latest.tar.gz": "latest/node-v23.6.1.tar.gz"
+  "latest-v23.x": "v23.7.0",
+  "latest": "v23.7.0",
+  "node-latest.tar.gz": "latest/node-v23.7.0.tar.gz"
 }