From 2ee6c58f6803e810ee4616f5923f7a39f44f71fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:51:16 +0000 Subject: [PATCH] Bump postcss from 7.0.38 to 8.4.31 in /core-build/gulp-core-build-sass Bumps [postcss](https://github.com/postcss/postcss) from 7.0.38 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/7.0.38...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core-build/gulp-core-build-sass/package.json | 84 ++++++++++---------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/core-build/gulp-core-build-sass/package.json b/core-build/gulp-core-build-sass/package.json index 5a534d4..a371723 100644 --- a/core-build/gulp-core-build-sass/package.json +++ b/core-build/gulp-core-build-sass/package.json @@ -1,42 +1,42 @@ -{ - "name": "@microsoft/gulp-core-build-sass", - "version": "4.17.1", - "description": "", - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/spfx-gulp-tools.git", - "directory": "core-build/gulp-core-build-sass" - }, - "scripts": { - "build": "gulp test --clean" - }, - "dependencies": { - "@microsoft/gulp-core-build": "workspace:*", - "@microsoft/load-themed-styles": "~1.10.172", - "@rushstack/node-core-library": "~3.53.0", - "@types/gulp": "4.0.6", - "@types/node": "10.17.13", - "autoprefixer": "~9.8.8", - "clean-css": "4.2.1", - "glob": "~7.0.5", - "sass": "1.44.0", - "postcss": "7.0.38", - "postcss-modules": "~1.5.0" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-4.7": "workspace:*", - "@rushstack/eslint-config": "~2.6.2", - "@types/autoprefixer": "9.7.2", - "@types/clean-css": "4.2.1", - "@types/glob": "7.1.1", - "@types/jest": "25.2.1", - "@types/sass": "1.43.1", - "eslint": "~7.12.1", - "gulp": "~4.0.2", - "jest": "~25.4.0" - } -} +{ + "name": "@microsoft/gulp-core-build-sass", + "version": "4.17.1", + "description": "", + "main": "lib/index.js", + "typings": "lib/index.d.ts", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/spfx-gulp-tools.git", + "directory": "core-build/gulp-core-build-sass" + }, + "scripts": { + "build": "gulp test --clean" + }, + "dependencies": { + "@microsoft/gulp-core-build": "workspace:*", + "@microsoft/load-themed-styles": "~1.10.172", + "@rushstack/node-core-library": "~3.53.0", + "@types/gulp": "4.0.6", + "@types/node": "10.17.13", + "autoprefixer": "~9.8.8", + "clean-css": "4.2.1", + "glob": "~7.0.5", + "sass": "1.44.0", + "postcss": "8.4.31", + "postcss-modules": "~1.5.0" + }, + "devDependencies": { + "@microsoft/node-library-build": "workspace:*", + "@microsoft/rush-stack-compiler-4.7": "workspace:*", + "@rushstack/eslint-config": "~2.6.2", + "@types/autoprefixer": "9.7.2", + "@types/clean-css": "4.2.1", + "@types/glob": "7.1.1", + "@types/jest": "25.2.1", + "@types/sass": "1.43.1", + "eslint": "~7.12.1", + "gulp": "~4.0.2", + "jest": "~25.4.0" + } +}