From bac6077e1d276b8cd7d829bc1153088e3f2aaeeb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Aug 2024 09:58:36 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/typography from 0.5.4 to 0.5.13 Snyk has created this PR to upgrade @tailwindcss/typography from 0.5.4 to 0.5.13. See this package in npm: @tailwindcss/typography See this project in Snyk: https://app.snyk.io/org/wiran-larbi/project/ccc74b09-cdc6-4b69-9af3-c8ed0a5bc76d?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package-lock.json | 25 ++++++++++++++++++++----- frontend/package.json | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6ab1476..e2d659e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "@ng-bootstrap/ng-bootstrap": "^15.1.2", "@tailwindcss/aspect-ratio": "^0.4.0", "@tailwindcss/forms": "^0.5.2", - "@tailwindcss/typography": "^0.5.4", + "@tailwindcss/typography": "^0.5.13", "angular-code-input": "^2.0.0", "angular-feather": "^6.5.1", "angular-shepherd": "^16.0.0", @@ -3692,18 +3692,33 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.4.tgz", - "integrity": "sha512-QEdg40EmGvE7kKoDei8zr5sf4D1pIayHj4R31bH3lX8x2BtTiR+jNejYPOkhbmy3DXgkMF9jC8xqNiGFAuL9Sg==", + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.13.tgz", + "integrity": "sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==", + "license": "MIT", "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2" + "lodash.merge": "^4.6.2", + "postcss-selector-parser": "6.0.10" }, "peerDependencies": { "tailwindcss": ">=3.0.0 || insiders" } }, + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", + "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/@tootallnate/once": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", diff --git a/frontend/package.json b/frontend/package.json index d529777..f897bcf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "@ng-bootstrap/ng-bootstrap": "^15.1.2", "@tailwindcss/aspect-ratio": "^0.4.0", "@tailwindcss/forms": "^0.5.2", - "@tailwindcss/typography": "^0.5.4", + "@tailwindcss/typography": "^0.5.13", "angular-code-input": "^2.0.0", "angular-feather": "^6.5.1", "angular-shepherd": "^16.0.0",