diff --git a/package.json b/package.json index 760e6a9cb..091a7b4ce 100644 --- a/package.json +++ b/package.json @@ -106,16 +106,18 @@ "h3-express": "https://github.com/pixunil/h3-express#built", "html-validate": "^9.2.2", "ioredis": "^5.6.0", + "lodash": "^4.17.21", "markdown-it": "^14.0.0", "markdown-it-mark": "^4.0.0", "markdown-it-sub": "^2.0.0", "markdown-it-sup": "^2.0.0", - "marked": "^0.7.0", + "marked": "^15.0.12", "nuxt": "^3.17.4", - "path-to-regexp": "0.1.12", + "path-to-regexp": "^8.2.0", "postcss-rtl": "^2.0.0", "qr-code-styling": "1.6.0-rc.1", "sass": "1.32.12", + "tough-cookie": "^5.1.2", "tree-kill": "^1.2.2", "ts-json-schema-generator": "^1.5.0", "typescript": "^5.8.3", @@ -124,7 +126,7 @@ "vue-tsc": "^2.2.10", "vuedraggable": "^4.1.0" }, - "packageManager": "pnpm@10.4.1+sha256.4b702887986995933d4300836b04d6d02a43bc72b52e4f7e93a4ca608b959197", + "packageManager": "pnpm@10.12.1", "pnpm": { "onlyBuiltDependencies": [ "@parcel/watcher", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fbc78cd7d..0a488fe46 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -273,6 +273,9 @@ importers: ioredis: specifier: ^5.6.0 version: 5.6.1 + lodash: + specifier: ^4.17.21 + version: 4.17.21 markdown-it: specifier: ^14.0.0 version: 14.1.0 @@ -286,14 +289,14 @@ importers: specifier: ^2.0.0 version: 2.0.0 marked: - specifier: ^0.7.0 - version: 0.7.0 + specifier: ^15.0.12 + version: 15.0.12 nuxt: specifier: ^3.17.4 version: 3.17.4(@parcel/watcher@2.5.1)(@types/node@22.15.29)(db0@0.3.2(sqlite3@5.1.7))(encoding@0.1.13)(eslint@9.28.0(jiti@2.4.2))(ioredis@5.6.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.41.1)(sass@1.32.12)(sqlite3@5.1.7)(terser@5.33.0)(typescript@5.8.3)(vite@6.3.5(@types/node@22.15.29)(jiti@2.4.2)(sass@1.32.12)(terser@5.33.0)(yaml@2.7.0))(vue-tsc@2.2.10(typescript@5.8.3))(yaml@2.7.0) path-to-regexp: - specifier: 0.1.12 - version: 0.1.12 + specifier: 8.2.0 + version: 8.2.0 postcss-rtl: specifier: ^2.0.0 version: 2.0.0(postcss@8.5.3) @@ -303,6 +306,9 @@ importers: sass: specifier: 1.32.12 version: 1.32.12 + tough-cookie: + specifier: ^5.1.2 + version: 5.1.2 tree-kill: specifier: ^1.2.2 version: 1.2.2 @@ -5883,9 +5889,9 @@ packages: resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} hasBin: true - marked@0.7.0: - resolution: {integrity: sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==} - engines: {node: '>=0.10.0'} + marked@15.0.12: + resolution: {integrity: sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==} + engines: {node: '>= 18'} hasBin: true mastodon@1.2.2: @@ -6502,8 +6508,9 @@ packages: path-to-regexp@0.1.10: resolution: {integrity: sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==} - path-to-regexp@0.1.12: - resolution: {integrity: sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==} + path-to-regexp@8.2.0: + resolution: {integrity: sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==} + engines: {node: '>=16'} path-type@1.1.0: resolution: {integrity: sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==} @@ -15384,7 +15391,7 @@ snapshots: punycode.js: 2.3.1 uc.micro: 2.1.0 - marked@0.7.0: {} + marked@15.0.12: {} mastodon@1.2.2: dependencies: @@ -16196,7 +16203,7 @@ snapshots: path-to-regexp@0.1.10: {} - path-to-regexp@0.1.12: {} + path-to-regexp@8.2.0: {} path-type@1.1.0: dependencies: