diff --git a/package-lock.json b/package-lock.json index 1782aca93..ff806f8da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "devDependencies": { "@rollup/plugin-node-resolve": "13.3.0", "@rushstack/eslint-patch": "1.2.0", - "@tailwindcss/typography": "0.5.9", + "@tailwindcss/typography": "0.5.16", "@types/node": "16.18.23", "@vitejs/plugin-vue": "2.3.4", "@vue/eslint-config-prettier": "7.1.0", @@ -3188,10 +3188,11 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.9", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.9.tgz", - "integrity": "sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.16.tgz", + "integrity": "sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA==", "dev": true, + "license": "MIT", "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", @@ -3199,7 +3200,7 @@ "postcss-selector-parser": "6.0.10" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders" + "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" } }, "node_modules/@tinymce/tinymce-vue": { diff --git a/package.json b/package.json index d101eed06..5dd3a8d5c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "devDependencies": { "@rollup/plugin-node-resolve": "13.3.0", "@rushstack/eslint-patch": "1.2.0", - "@tailwindcss/typography": "0.5.9", + "@tailwindcss/typography": "0.5.16", "@types/node": "16.18.23", "@vitejs/plugin-vue": "2.3.4", "@vue/eslint-config-prettier": "7.1.0",