From c79684b05866f014a1bdce98be5999839a4cf427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 14:26:46 +0000 Subject: [PATCH] chore(deps): bump postcss-scss from 3.0.5 to 4.0.6 Bumps [postcss-scss](https://github.com/postcss/postcss-scss) from 3.0.5 to 4.0.6. - [Release notes](https://github.com/postcss/postcss-scss/releases) - [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-scss/compare/3.0.5...4.0.6) --- updated-dependencies: - dependency-name: postcss-scss dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++++++++----------- package.json | 2 +- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c8a3cb0..ae608299 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "faker": "^5.5.3", "gridjs": "^6.0.6", "gridjs-react": "^6.0.1", - "postcss-scss": "^3.0.5", + "postcss-scss": "^4.0.6", "react": "^17.0.2", "react-dom": "^17.0.2" }, @@ -9604,18 +9604,24 @@ } }, "node_modules/postcss-scss": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-3.0.5.tgz", - "integrity": "sha512-3e0qYk87eczfzg5P73ZVuuxEGCBfatRhPze6KrSaIbEKVtmnFI1RYp1Fv+AyZi+w8kcNRSPeNX6ap4b65zEkiA==", - "dependencies": { - "postcss": "^8.2.7" - }, + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.6.tgz", + "integrity": "sha512-rLDPhJY4z/i4nVFZ27j9GqLxj1pwxE80eAzUNRMXtcpipFYIeowerzBgG3yJhMtObGEXidtIgbUpQ3eLDsf5OQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss-scss" + } + ], "engines": { - "node": ">=10.0" + "node": ">=12.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "peerDependencies": { + "postcss": "^8.4.19" } }, "node_modules/postcss-selector-parser": { diff --git a/package.json b/package.json index 8cf75d43..d648fec0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "faker": "^5.5.3", "gridjs": "^6.0.6", "gridjs-react": "^6.0.1", - "postcss-scss": "^3.0.5", + "postcss-scss": "^4.0.6", "react": "^17.0.2", "react-dom": "^17.0.2" },