Explorar el Código

chore: update deps

Sv443 hace 3 meses
padre
commit
ec9e1992fd
Se han modificado 5 ficheros con 475 adiciones y 464 borrados
  1. 15 15
      package.json
  2. 248 244
      pnpm-lock.yaml
  3. 1 1
      src/constants.ts
  4. 1 1
      www/package.json
  5. 210 203
      www/pnpm-lock.yaml

+ 15 - 15
package.json

@@ -42,10 +42,10 @@
     "pnpm": ">=9"
   },
   "dependencies": {
-    "axios": "^1.7.8",
+    "axios": "^1.7.9",
     "compression": "^1.7.5",
     "cors": "^2.8.5",
-    "express": "^4.21.1",
+    "express": "^4.21.2",
     "helmet": "^7.2.0",
     "js2xmlparser": "^5.0.0",
     "kleur": "^4.1.5",
@@ -55,7 +55,7 @@
     "svcorelib": "^1.18.2",
     "tcp-port-used": "^1.0.2",
     "tsx": "^4.19.2",
-    "typescript": "^5.7.2"
+    "typescript": "^5.7.3"
   },
   "devDependencies": {
     "@eslint/eslintrc": "^3.2.0",
@@ -63,24 +63,24 @@
     "@types/cors": "^2.8.17",
     "@types/express": "^4.17.21",
     "@types/jest": "^29.5.14",
-    "@types/node": "^20.17.9",
+    "@types/node": "^20.17.16",
     "@types/request-ip": "^0.0.41",
     "@types/tcp-port-used": "^1.0.4",
-    "@typescript-eslint/eslint-plugin": "^8.16.0",
-    "@typescript-eslint/parser": "^8.16.0",
-    "@typescript-eslint/utils": "^8.16.0",
+    "@typescript-eslint/eslint-plugin": "^8.21.0",
+    "@typescript-eslint/parser": "^8.21.0",
+    "@typescript-eslint/utils": "^8.21.0",
     "@vuepress/plugin-seo": "2.0.0-rc.3",
     "@vuepress/plugin-sitemap": "2.0.0-rc.3",
-    "concurrently": "^9.1.0",
-    "dotenv": "^16.4.5",
-    "eslint": "^9.15.0",
-    "fast-xml-parser": "^4.5.0",
-    "globals": "^15.12.0",
+    "concurrently": "^9.1.2",
+    "dotenv": "^16.4.7",
+    "eslint": "^9.18.0",
+    "fast-xml-parser": "^4.5.1",
+    "globals": "^15.14.0",
     "jest": "^29.7.0",
-    "nodemon": "^3.1.7",
+    "nodemon": "^3.1.9",
     "percentile": "^1.6.0",
-    "pnpm": "^9.14.2",
-    "start-server-and-test": "^2.0.8",
+    "pnpm": "^9.15.4",
+    "start-server-and-test": "^2.0.10",
     "ts-jest": "^29.2.5",
     "ts-node": "^10.9.2",
     "tslib": "^2.8.1"

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 248 - 244
pnpm-lock.yaml


+ 1 - 1
src/constants.ts

@@ -22,7 +22,7 @@ export const rlIgnorePaths = [
 
 //#region docs
 
-/** Path to the VuePress build output folder - this is what gets served as the docs by the API if the `HOST_WEBSITE` env var is set to `true` */
+/** Path to the VuePress build output folder - this is what gets served as the docs by the API if the `HOST_HOMEPAGE` env var is set to `true` */
 export const docsPath = resolve("./www/.vuepress/dist");
 
 /** Max age of the docs in milliseconds */

+ 1 - 1
www/package.json

@@ -16,7 +16,7 @@
     "@vuepress/shared": "2.0.0-rc.19",
     "@vuepress/theme-default": "2.0.0-rc.66",
     "dotenv": "^16.4.7",
-    "sass": "^1.83.0",
+    "sass": "^1.83.4",
     "vue": "^3.5.13",
     "vuepress": "2.0.0-rc.19"
   }

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 210 - 203
www/pnpm-lock.yaml


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio