Jacky Zhao
2024-02-24 2c74b05d1be573ca953f5331ab8f99c70dbf3a59
package-lock.json
@@ -20,7 +20,7 @@
        "esbuild-sass-plugin": "^2.16.1",
        "flexsearch": "0.7.43",
        "github-slugger": "^2.0.0",
        "globby": "^14.0.0",
        "globby": "^14.0.1",
        "gray-matter": "^4.0.3",
        "hast-util-to-html": "^9.0.0",
        "hast-util-to-jsx-runtime": "^2.3.0",
@@ -32,7 +32,7 @@
        "mdast-util-to-hast": "^13.1.0",
        "mdast-util-to-string": "^4.0.0",
        "micromorph": "^0.4.5",
        "preact": "^10.19.4",
        "preact": "^10.19.5",
        "preact-render-to-string": "^6.3.1",
        "pretty-bytes": "^6.1.1",
        "pretty-time": "^1.1.0",
@@ -40,7 +40,7 @@
        "rehype-autolink-headings": "^7.1.0",
        "rehype-katex": "^7.0.0",
        "rehype-mathjax": "^6.0.0",
        "rehype-pretty-code": "^0.12.6",
        "rehype-pretty-code": "^0.13.0",
        "rehype-raw": "^7.0.0",
        "rehype-slug": "^6.0.0",
        "remark": "^15.0.1",
@@ -54,7 +54,7 @@
        "rfdc": "^1.3.1",
        "rimraf": "^5.0.5",
        "serve-handler": "^6.1.5",
        "shikiji": "^0.10.2",
        "shiki": "^1.1.6",
        "source-map-support": "^0.5.21",
        "to-vfile": "^8.0.0",
        "toml": "^3.0.0",
@@ -742,10 +742,15 @@
        "node": ">=14"
      }
    },
    "node_modules/@shikijs/core": {
      "version": "1.1.6",
      "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.1.6.tgz",
      "integrity": "sha512-kt9hhvrWTm0EPtRDIsoAZnSsFlIDBVBBI5CQewpA/NZCPin+MOKRXg+JiWc4y+8fZ/v0HzfDhu/UC+OTZGMt7A=="
    },
    "node_modules/@sindresorhus/merge-streams": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-1.0.0.tgz",
      "integrity": "sha512-rUV5WyJrJLoloD4NDN1V1+LDMDWOa4OTsT4yYJwQNpTU6FWxkxHpL7eu4w+DmiH8x/EAM1otkPE1+LaspIbplw==",
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
      "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
      "engines": {
        "node": ">=18"
      },
@@ -2301,11 +2306,11 @@
      }
    },
    "node_modules/globby": {
      "version": "14.0.0",
      "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.0.tgz",
      "integrity": "sha512-/1WM/LNHRAOH9lZta77uGbq0dAEQM+XjNesWwhlERDVenqothRbnzTrL3/LrIoEPPjeUHC3vrS6TwoyxeHs7MQ==",
      "version": "14.0.1",
      "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
      "integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
      "dependencies": {
        "@sindresorhus/merge-streams": "^1.0.0",
        "@sindresorhus/merge-streams": "^2.1.0",
        "fast-glob": "^3.3.2",
        "ignore": "^5.2.4",
        "path-type": "^5.0.0",
@@ -4454,9 +4459,9 @@
      }
    },
    "node_modules/preact": {
      "version": "10.19.4",
      "resolved": "https://registry.npmjs.org/preact/-/preact-10.19.4.tgz",
      "integrity": "sha512-dwaX5jAh0Ga8uENBX1hSOujmKWgx9RtL80KaKUFLc6jb4vCEAc3EeZ0rnQO/FO4VgjfPMfoLFWnNG8bHuZ9VLw==",
      "version": "10.19.5",
      "resolved": "https://registry.npmjs.org/preact/-/preact-10.19.5.tgz",
      "integrity": "sha512-OPELkDmSVbKjbFqF9tgvOowiiQ9TmsJljIzXRyNE8nGiis94pwv1siF78rQkAP1Q1738Ce6pellRg/Ns/CtHqQ==",
      "funding": {
        "type": "opencollective",
        "url": "https://opencollective.com/preact"
@@ -4708,11 +4713,11 @@
      }
    },
    "node_modules/rehype-pretty-code": {
      "version": "0.12.6",
      "resolved": "https://registry.npmjs.org/rehype-pretty-code/-/rehype-pretty-code-0.12.6.tgz",
      "integrity": "sha512-AW18s4eXwnb4PGwL0Y8BoUzBJr23epWNXndCKaZ52S4kl/4tsgM+406oCp5NdtPZsB0ItpaY+hCMv3kw58DLrA==",
      "version": "0.13.0",
      "resolved": "https://registry.npmjs.org/rehype-pretty-code/-/rehype-pretty-code-0.13.0.tgz",
      "integrity": "sha512-+22dz1StXlF7dlMyOySNaVxgcGhMI4BCxq0JxJJPWYGiKsI6cu5jyuIKGHXHvH18D8sv1rdKtvsY9UEfN3++SQ==",
      "dependencies": {
        "@types/hast": "^3.0.3",
        "@types/hast": "^3.0.4",
        "hast-util-to-string": "^3.0.0",
        "parse-numeric-range": "^1.3.0",
        "rehype-parse": "^9.0.0",
@@ -4723,7 +4728,7 @@
        "node": ">=18"
      },
      "peerDependencies": {
        "shikiji": "^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0"
        "shiki": "^1.0.0"
      }
    },
    "node_modules/rehype-raw": {
@@ -5321,19 +5326,14 @@
        "node": ">=8"
      }
    },
    "node_modules/shikiji": {
      "version": "0.10.2",
      "resolved": "https://registry.npmjs.org/shikiji/-/shikiji-0.10.2.tgz",
      "integrity": "sha512-wtZg3T0vtYV2PnqusWQs3mDaJBdCPWxFDrBM/SE5LfrX92gjUvfEMlc+vJnoKY6Z/S44OWaCRzNIsdBRWcTAiw==",
    "node_modules/shiki": {
      "version": "1.1.6",
      "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.1.6.tgz",
      "integrity": "sha512-j4pcpvaQWHb42cHeV+W6P+X/VcK7Y2ctvEham6zB8wsuRQroT6cEMIkiUmBU2Nqg2qnHZDH6ZyRdVldcy0l6xw==",
      "dependencies": {
        "shikiji-core": "0.10.2"
        "@shikijs/core": "1.1.6"
      }
    },
    "node_modules/shikiji-core": {
      "version": "0.10.2",
      "resolved": "https://registry.npmjs.org/shikiji-core/-/shikiji-core-0.10.2.tgz",
      "integrity": "sha512-9Of8HMlF96usXJHmCL3Gd0Fcf0EcyJUF9m8EoAKKd98mHXi0La2AZl1h6PegSFGtiYcBDK/fLuKbDa1l16r1fA=="
    },
    "node_modules/signal-exit": {
      "version": "4.1.0",
      "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",