diff --git a/railseventstore.org/package-lock.json b/railseventstore.org/package-lock.json index ce451d4faf..5102a565d8 100644 --- a/railseventstore.org/package-lock.json +++ b/railseventstore.org/package-lock.json @@ -4,9 +4,8 @@ "requires": true, "packages": { "": { - "name": "railseventstore.org", "devDependencies": { - "@tailwindcss/typography": "^0.5.13", + "@tailwindcss/typography": "^0.5.14", "tailwindcss": "^3.4.4" } }, @@ -106,9 +105,9 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.13.tgz", - "integrity": "sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==", + "version": "0.5.14", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.14.tgz", + "integrity": "sha512-ZvOCjUbsJBjL9CxQBn+VEnFpouzuKhxh2dH8xMIWHILL+HfOYtlAkWcyoon8LlzE53d2Yo6YO6pahKKNW3q1YQ==", "dev": true, "dependencies": { "lodash.castarray": "^4.4.0", @@ -1112,9 +1111,9 @@ } }, "@tailwindcss/typography": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.13.tgz", - "integrity": "sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==", + "version": "0.5.14", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.14.tgz", + "integrity": "sha512-ZvOCjUbsJBjL9CxQBn+VEnFpouzuKhxh2dH8xMIWHILL+HfOYtlAkWcyoon8LlzE53d2Yo6YO6pahKKNW3q1YQ==", "dev": true, "requires": { "lodash.castarray": "^4.4.0", diff --git a/railseventstore.org/package.json b/railseventstore.org/package.json index a451928932..2b7dd7cd7d 100644 --- a/railseventstore.org/package.json +++ b/railseventstore.org/package.json @@ -5,7 +5,7 @@ "build": "NODE_ENV=production tailwindcss -m -i source/stylesheets/styles.css -o .tmp/dist/style.css" }, "devDependencies": { - "@tailwindcss/typography": "^0.5.13", + "@tailwindcss/typography": "^0.5.14", "tailwindcss": "^3.4.4" } }