From f4e1354e2a70514d8daecae6ed3db4c06409ee33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:30:37 +0200 Subject: [PATCH] build(deps-dev): bump postcss from 8.4.27 to 8.4.31 in /sass-js (#325) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 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.27...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- sass-js/package-lock.json | 14 +++++++------- sass-js/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sass-js/package-lock.json b/sass-js/package-lock.json index feef9ae4..0ee77b18 100644 --- a/sass-js/package-lock.json +++ b/sass-js/package-lock.json @@ -16,7 +16,7 @@ "autoprefixer": "^10.4.14", "nodemon": "^3.0.1", "npm-run-all": "^4.1.5", - "postcss": "^8.4.27", + "postcss": "^8.4.31", "postcss-cli": "^10.1.0", "sass": "^1.64.1", "sirv-cli": "^2.0.2", @@ -2454,9 +2454,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.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { @@ -5815,9 +5815,9 @@ "dev": true }, "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.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "requires": { "nanoid": "^3.3.6", diff --git a/sass-js/package.json b/sass-js/package.json index 1dae3200..888003bb 100644 --- a/sass-js/package.json +++ b/sass-js/package.json @@ -27,7 +27,7 @@ "autoprefixer": "^10.4.14", "nodemon": "^3.0.1", "npm-run-all": "^4.1.5", - "postcss": "^8.4.27", + "postcss": "^8.4.31", "postcss-cli": "^10.1.0", "sass": "^1.64.1", "sirv-cli": "^2.0.2",