diff --git a/package-lock.json b/package-lock.json index f2fb77f..eb6376a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "hugo-lynx-theme", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hugo-lynx-theme", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@tailwindcss/typography": "^0.5.2", "prettier": "^2.7.1", "prettier-plugin-go-template": "^0.0.13", - "tailwindcss": "^3.1.3" + "tailwindcss": "^3.1.4" } }, "node_modules/@nodelib/fs.scandir": { @@ -784,9 +784,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.3.tgz", - "integrity": "sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.4.tgz", + "integrity": "sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==", "dev": true, "dependencies": { "arg": "^5.0.2", @@ -1385,9 +1385,9 @@ "dev": true }, "tailwindcss": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.3.tgz", - "integrity": "sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.4.tgz", + "integrity": "sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==", "dev": true, "requires": { "arg": "^5.0.2", diff --git a/package.json b/package.json index 8baca9b..8b90636 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ "@tailwindcss/typography": "^0.5.2", "prettier": "^2.7.1", "prettier-plugin-go-template": "^0.0.13", - "tailwindcss": "^3.1.3" + "tailwindcss": "^3.1.4" } }