From ba2c9b4698c45d876efc44b5a4a0d8424ced7e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:13:54 -0400 Subject: [PATCH] chore(deps-dev): bump postcss from 8.4.27 to 8.4.29 (#269) * chore(deps-dev): bump postcss from 8.4.27 to 8.4.29 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.29. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.29) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * chore: bump dependencies --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felipe Dalcin --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3723edd7..480bd8ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "cross-env": "^7.0.3", "eslint": "^8.49.0", "eslint-plugin-vue": "^9.17.0", - "postcss": "^8.4.27", + "postcss": "^8.4.29", "postcss-nested": "^6.0.1", "tailwindcss": "^3.3.3", "vite": "^4", @@ -2015,9 +2015,9 @@ } }, "node_modules/postcss": { - "version": "8.4.27", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", - "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", + "version": "8.4.29", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.29.tgz", + "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 0c9250a2..26517011 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "cross-env": "^7.0.3", "eslint": "^8.49.0", "eslint-plugin-vue": "^9.17.0", - "postcss": "^8.4.27", + "postcss": "^8.4.29", "postcss-nested": "^6.0.1", "tailwindcss": "^3.3.3", "vite": "^4",