diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d10b60803c..69c0e85e11 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "@sveltejs/adapter-static": "^1.0.0-next.35", "@sveltejs/kit": "next", "@tailwindcss/forms": "^0.5.1", - "@tailwindcss/typography": "^0.5.0", + "@tailwindcss/typography": "^0.5.3", "@types/vscode": "^1.69.0", "@typescript-eslint/eslint-plugin": "^5.30.6", "@typescript-eslint/parser": "^5.30.6", @@ -484,9 +484,9 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.2.tgz", - "integrity": "sha512-coq8DBABRPFcVhVIk6IbKyyHUt7YTEC/C992tatFB+yEx5WGBQrCgsSFjxHUr8AWXphWckadVJbominEduYBqw==", + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.3.tgz", + "integrity": "sha512-Cn4MufL/xiTh2Npw26xiL7gP3GFkJH+zWM8DAm/NNEr4gF5N9D6gY9zMNNQUu27m8g0IIk665BUuoU92wVUBkA==", "dev": true, "dependencies": { "lodash.castarray": "^4.4.0", @@ -494,7 +494,7 @@ "lodash.merge": "^4.6.2" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || insiders" + "tailwindcss": ">=3.0.0 || insiders" } }, "node_modules/@trysound/sax": { @@ -7167,9 +7167,9 @@ } }, "@tailwindcss/typography": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.2.tgz", - "integrity": "sha512-coq8DBABRPFcVhVIk6IbKyyHUt7YTEC/C992tatFB+yEx5WGBQrCgsSFjxHUr8AWXphWckadVJbominEduYBqw==", + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.3.tgz", + "integrity": "sha512-Cn4MufL/xiTh2Npw26xiL7gP3GFkJH+zWM8DAm/NNEr4gF5N9D6gY9zMNNQUu27m8g0IIk665BUuoU92wVUBkA==", "dev": true, "requires": { "lodash.castarray": "^4.4.0", diff --git a/frontend/package.json b/frontend/package.json index 8ec4d88938..ed19b944e8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "@sveltejs/adapter-static": "^1.0.0-next.35", "@sveltejs/kit": "next", "@tailwindcss/forms": "^0.5.1", - "@tailwindcss/typography": "^0.5.0", + "@tailwindcss/typography": "^0.5.3", "@types/vscode": "^1.69.0", "@typescript-eslint/eslint-plugin": "^5.30.6", "@typescript-eslint/parser": "^5.30.6",