From 062b7c81ff5c348769878739381ccdb7fb3b3a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:06:00 +0000 Subject: [PATCH] :arrow_up: Bump postcss from 8.4.29 to 8.4.31 in /web Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31. - [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.29...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index e66cd516..8952eae3 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -12,7 +12,7 @@ "@iconify-json/simple-icons": "1.1.70", "@vitejs/plugin-vue": "4.3.4", "autoprefixer": "10.4.15", - "postcss": "8.4.29", + "postcss": "8.4.31", "sass": "1.67.0", "tailwindcss": "3.3.3", "unplugin-icons": "0.17.0", @@ -5024,9 +5024,9 @@ } }, "node_modules/postcss": { - "version": "8.4.29", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.29.tgz", - "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", diff --git a/web/package.json b/web/package.json index de29b458..e84f75eb 100644 --- a/web/package.json +++ b/web/package.json @@ -14,7 +14,7 @@ "@iconify-json/simple-icons": "1.1.70", "@vitejs/plugin-vue": "4.3.4", "autoprefixer": "10.4.15", - "postcss": "8.4.29", + "postcss": "8.4.31", "sass": "1.67.0", "tailwindcss": "3.3.3", "unplugin-icons": "0.17.0",