From 88e8fdabd181e550d902a02646bbf97cebb959a9 Mon Sep 17 00:00:00 2001
From: SunLxy <1011771396@qq.com>
Date: Sun, 28 May 2023 18:06:27 +0800
Subject: [PATCH] chore(deps):update kkt

---
 core/package.json    | 5 +++--
 website/package.json | 6 ++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/core/package.json b/core/package.json
index 183225d..41ac951 100644
--- a/core/package.json
+++ b/core/package.json
@@ -29,7 +29,8 @@
     "watch": "tsbb watch"
   },
   "dependencies": {
-    "@babel/standalone": "^7.17.11",
+    "@babel/plugin-syntax-unicode-sets-regex": "~7.18.6",
+    "@babel/standalone": "^7.22.2",
     "babel-plugin-transform-remove-imports": "^1.7.0",
     "babel-plugin-transform-replace-export-default": "^1.0.3",
     "remark": "~13.0.0"
@@ -38,4 +39,4 @@
     "@types/babel__standalone": "^7.1.4",
     "webpack": "^5.72.0"
   }
-}
+}
\ No newline at end of file
diff --git a/website/package.json b/website/package.json
index ea4a08a..1a593f3 100644
--- a/website/package.json
+++ b/website/package.json
@@ -27,12 +27,14 @@
     "uiw": "^4.21.7"
   },
   "devDependencies": {
+    "buffer": "6.0.3",
+    "@kkt/resolve-fallback": "~7.4.16",
     "@kkt/less-modules": "~7.1.1",
     "@kkt/raw-modules": "~7.1.1",
     "@kkt/scope-plugin-options": "~7.1.1",
     "@types/react": "18.0.8",
     "@types/react-dom": "18.0.3",
-    "kkt": "~7.1.5",
+    "kkt": "~7.4.16",
     "markdown-react-code-preview-loader": "2.1.5"
   },
   "eslintConfig": {
@@ -53,4 +55,4 @@
       "last 1 safari version"
     ]
   }
-}
+}
\ No newline at end of file