From 73a890ab126786cba2e0cef701601672c9b28ee2 Mon Sep 17 00:00:00 2001
From: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
Date: Wed, 06 Mar 2024 03:37:28 +0000
Subject: [PATCH] revert: "fix(callout): reorder the plugins to render latex on callout… (#965)

---
 package-lock.json |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index f001d87..8164782 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -33,7 +33,7 @@
         "mdast-util-to-string": "^4.0.0",
         "micromorph": "^0.4.5",
         "preact": "^10.19.6",
-        "preact-render-to-string": "^6.3.1",
+        "preact-render-to-string": "^6.4.0",
         "pretty-bytes": "^6.1.1",
         "pretty-time": "^1.1.0",
         "reading-time": "^1.5.0",
@@ -54,7 +54,7 @@
         "rfdc": "^1.3.1",
         "rimraf": "^5.0.5",
         "serve-handler": "^6.1.5",
-        "shiki": "^1.1.6",
+        "shiki": "^1.1.7",
         "source-map-support": "^0.5.21",
         "to-vfile": "^8.0.0",
         "toml": "^3.0.0",
@@ -743,9 +743,9 @@
       }
     },
     "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=="
+      "version": "1.1.7",
+      "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.1.7.tgz",
+      "integrity": "sha512-gTYLUIuD1UbZp/11qozD3fWpUTuMqPSf3svDMMrL0UmlGU7D9dPw/V1FonwAorCUJBltaaESxq90jrSjQyGixg=="
     },
     "node_modules/@sindresorhus/merge-streams": {
       "version": "2.3.0",
@@ -4465,9 +4465,9 @@
       }
     },
     "node_modules/preact-render-to-string": {
-      "version": "6.3.1",
-      "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-6.3.1.tgz",
-      "integrity": "sha512-NQ28WrjLtWY6lKDlTxnFpKHZdpjfF+oE6V4tZ0rTrunHrtZp6Dm0oFrcJalt/5PNeqJz4j1DuZDS0Y6rCBoqDA==",
+      "version": "6.4.0",
+      "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-6.4.0.tgz",
+      "integrity": "sha512-pzDwezZaLbK371OiJjXDsZJwVOALzFX5M1wEh2Kr0pEApq5AV6bRH/DFbA/zNA7Lck/duyREPQLLvzu2G6hEQQ==",
       "dependencies": {
         "pretty-format": "^3.8.0"
       },
@@ -5310,11 +5310,11 @@
       }
     },
     "node_modules/shiki": {
-      "version": "1.1.6",
-      "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.1.6.tgz",
-      "integrity": "sha512-j4pcpvaQWHb42cHeV+W6P+X/VcK7Y2ctvEham6zB8wsuRQroT6cEMIkiUmBU2Nqg2qnHZDH6ZyRdVldcy0l6xw==",
+      "version": "1.1.7",
+      "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.1.7.tgz",
+      "integrity": "sha512-9kUTMjZtcPH3i7vHunA6EraTPpPOITYTdA5uMrvsJRexktqP0s7P3s9HVK80b4pP42FRVe03D7fT3NmJv2yYhw==",
       "dependencies": {
-        "@shikijs/core": "1.1.6"
+        "@shikijs/core": "1.1.7"
       }
     },
     "node_modules/signal-exit": {

--
Gitblit v1.10.0