From a1d2ed5cd452e1913de2ffb546fc180e53dde8ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:27:01 +0000 Subject: [PATCH] fix(deps): update dependency tiptap-markdown to v0.8.4 --- package-lock.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2889b0428..74027d4b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -115,8 +115,8 @@ "apps/frontend": { "version": "0.1.0", "dependencies": { - "@chakra-ui/next-js": "^2.2.0", - "@chakra-ui/react": "^2.8.2", + "@chakra-ui/next-js": "^2.1.5", + "@chakra-ui/react": "^2.8.0", "@choc-ui/chakra-autocomplete": "^5.2.8", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", @@ -147,7 +147,7 @@ "react-icons": "^4.10.1", "react-infinite-scroll-component": "^6.1.0", "slugify": "^1.6.6", - "tiptap-markdown": "^0.8.2", + "tiptap-markdown": "^0.8.4", "uuid": "^9.0.1", "yup": "^1.3.2" }, @@ -23283,11 +23283,9 @@ } }, "node_modules/tiptap-markdown": { - "version": "0.8.3", - "license": "MIT", - "workspaces": [ - "example" - ], + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/tiptap-markdown/-/tiptap-markdown-0.8.4.tgz", + "integrity": "sha512-aCwr8cpVdZeb/2J0ffz8PvpLmQBcFE9GOxk2vB0Y9zlJEGWnSiGo1BWnwaeiyAdQqfBzV7NyNg+oz2A/MbC/Sg==", "dependencies": { "@types/markdown-it": "^12.2.3", "markdown-it": "^13.0.1", @@ -23300,7 +23298,8 @@ }, "node_modules/tiptap-markdown/node_modules/entities": { "version": "3.0.1", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", + "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", "engines": { "node": ">=0.12" }, @@ -23310,14 +23309,16 @@ }, "node_modules/tiptap-markdown/node_modules/linkify-it": { "version": "4.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz", + "integrity": "sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==", "dependencies": { "uc.micro": "^1.0.1" } }, "node_modules/tiptap-markdown/node_modules/markdown-it": { "version": "13.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.2.tgz", + "integrity": "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==", "dependencies": { "argparse": "^2.0.1", "entities": "~3.0.1",