From 79e577189ade6d5befd220ce1ffe8faa2a01cb1b Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 11 Jan 2024 19:53:46 -0300 Subject: [PATCH] Bump dependency Signed-off-by: Vitor Mattos --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4191496..03ed1a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@vue/cli-service": "~5.0.0", "eslint": "^7.32.0", "eslint-plugin-vue": "^8.7.1", - "postcss": "^8.4.18", + "postcss": "^8.4.33", "postcss-load-config": "^4.0.1", "tailwindcss": "^3.2.1", "terser-webpack-plugin": "^5.3.9", diff --git a/package.json b/package.json index f05f0e6..6e490cc 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@vue/cli-service": "~5.0.0", "eslint": "^7.32.0", "eslint-plugin-vue": "^8.7.1", - "postcss": "^8.4.18", + "postcss": "^8.4.33", "postcss-load-config": "^4.0.1", "tailwindcss": "^3.2.1", "terser-webpack-plugin": "^5.3.9",