From 577213907231bafd8801288fd2771609c2672981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:04:41 +0000 Subject: [PATCH] Bump gulp-postcss from 9.1.0 to 10.0.0 Bumps [gulp-postcss](https://github.com/postcss/gulp-postcss) from 9.1.0 to 10.0.0. - [Release notes](https://github.com/postcss/gulp-postcss/releases) - [Commits](https://github.com/postcss/gulp-postcss/compare/9.1.0...10.0.0) --- updated-dependencies: - dependency-name: gulp-postcss dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 a7bbcac115..acfdeb1cb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "gulp-cached": "^1.1.1", "gulp-changed": "^5.0.2", "gulp-imagemin": "^9.0.0", - "gulp-postcss": "^9.1.0", + "gulp-postcss": "^10.0.0", "gulp-rename": "^2.0.0", "gulp-rev": "^10.0.0", "postcss-preset-env": "^9.3.0", @@ -8024,9 +8024,9 @@ } }, "node_modules/gulp-postcss": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/gulp-postcss/-/gulp-postcss-9.1.0.tgz", - "integrity": "sha512-a843mcKPApfeI987uqQbc8l50xXeWIXBsiVvYxtCI5XtVAMzTi/HnU2qzQpGwkB/PAOfsLV8OsqDv2iJZ9qvdw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/gulp-postcss/-/gulp-postcss-10.0.0.tgz", + "integrity": "sha512-z1RF2RJEX/BvFsKN11PXai8lRmihZTiHnlJf7Zu8uHaA/Q7Om4IeN8z1NtMAW5OiLwUY02H0DIFl9tHl0CNSgA==", "dependencies": { "fancy-log": "^2.0.0", "plugin-error": "^2.0.1", diff --git a/package.json b/package.json index 69baf248da..a5e3ad063f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gulp-cached": "^1.1.1", "gulp-changed": "^5.0.2", "gulp-imagemin": "^9.0.0", - "gulp-postcss": "^9.1.0", + "gulp-postcss": "^10.0.0", "gulp-rename": "^2.0.0", "gulp-rev": "^10.0.0", "postcss-preset-env": "^9.3.0",