diff --git a/package-lock.json b/package-lock.json index 3f89af646..5f51c8cf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "eslint-config-prettier": "^9.0.0", "eslint-plugin-jest": "^27.2.3", "jest": "^29.6.4", - "prettier": "^3.1.0", + "prettier": "^3.0.3", "shx": "^0.3.4", "supertest": "^6.3.3" } @@ -291,7 +291,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" }, @@ -300,7 +300,7 @@ "eslint-config-next": "^13.4.13", "eslint-config-prettier": "^8.10.0", "eslint-plugin-unused-imports": "^3.0.0", - "prettier": "^3.1.0", + "prettier": "^3.0.1", "shx": "^0.3.4" } }, @@ -24565,11 +24565,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", @@ -24582,7 +24580,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" }, @@ -24592,14 +24591,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",