From f3670d10bd18075fe602c4c24205b5bbc5321a31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 01:23:49 +0000 Subject: [PATCH] Update dependency @uiw/react-textarea-code-editor to v2.1.9 --- JavaScript/chatbot-nextjs/package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/JavaScript/chatbot-nextjs/package-lock.json b/JavaScript/chatbot-nextjs/package-lock.json index c9a3c31d..901b5213 100644 --- a/JavaScript/chatbot-nextjs/package-lock.json +++ b/JavaScript/chatbot-nextjs/package-lock.json @@ -1182,13 +1182,13 @@ } }, "node_modules/@uiw/react-textarea-code-editor": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/@uiw/react-textarea-code-editor/-/react-textarea-code-editor-2.1.7.tgz", - "integrity": "sha512-mh3+PLiWPM9eclpdQ16jhm1mlS9IEwwiNkfQX34RACB9M0p7JoSI8Tq0T+3sTgbGzgwkrruOvsXUY6NKYLohZQ==", + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@uiw/react-textarea-code-editor/-/react-textarea-code-editor-2.1.9.tgz", + "integrity": "sha512-fby8oencLyF1BMAMDVIe4zErb01Qf97G25vJld6mJmgFAbK5TwFW0XUvkxAuNKaLp+EccKf5pejCVHcS/jZ3eA==", "dependencies": { "@babel/runtime": "^7.18.6", "rehype": "~12.0.1", - "rehype-prism-plus": "1.5.0" + "rehype-prism-plus": "1.6.3" }, "peerDependencies": { "@babel/runtime": ">=7.10.0", @@ -5059,13 +5059,13 @@ } }, "node_modules/rehype-prism-plus": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/rehype-prism-plus/-/rehype-prism-plus-1.5.0.tgz", - "integrity": "sha512-KNJYMQHqN+53ZbT5Pa/lO7uorMpBIR3x9RjFeG1lPlQherZDZiPqyOFS464L4BniZ4VG5PnG5DXVqjGtwxWJew==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/rehype-prism-plus/-/rehype-prism-plus-1.6.3.tgz", + "integrity": "sha512-F6tn376zimnvy+xW0bSnryul+rvVL7NhDIkavc9kAuzDx5zIZW04A6jdXPkcFBhojcqZB8b6pHt6CLqiUx+Tbw==", "dependencies": { "hast-util-to-string": "^2.0.0", "parse-numeric-range": "^1.3.0", - "refractor": "^4.7.0", + "refractor": "^4.8.0", "rehype-parse": "^8.0.2", "unist-util-filter": "^4.0.0", "unist-util-visit": "^4.0.0"