From a738637d3319a2c8ffde31d1cce028c410a457e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 04:12:20 +0000 Subject: [PATCH] Bump postcss-nesting from 10.2.0 to 11.1.0 Bumps [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) from 10.2.0 to 11.1.0. - [Release notes](https://github.com/csstools/postcss-plugins/releases) - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting) --- updated-dependencies: - dependency-name: postcss-nesting dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10f459fbb..8be48b827 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,6 +26,7 @@ "postcss-sass": "^0.5.0", "rx": "^4.1.0", "rxjs": "^7.5.6", + "tailwindcss": "^3.2.2", "twitter_cldr": "^2.2.0", "vue": "^2.7.13", "vue-apexcharts": "^1.6.0", @@ -55,7 +56,7 @@ "postcss-import": "^15.0.0", "postcss-mixins": "^9.0.4", "postcss-nested": "^6.0.0", - "postcss-nesting": "^10.2.0", + "postcss-nesting": "^11.1.0", "postcss-scss": "^4.0.5", "postcss-simple-vars": "^7.0.0", "postcss-url": "^10.1.3", @@ -8005,23 +8006,23 @@ } }, "node_modules/postcss-nesting": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz", - "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-11.1.0.tgz", + "integrity": "sha512-TVBCeKlUmMyX3sNeSg10yATb2XmAoosp0E1zdlpjrD+L2FrQPmrRTxlRFQh/R0Y4WlQ0butfDwRhzlYuj7y/TA==", "dev": true, "dependencies": { "@csstools/selector-specificity": "^2.0.0", "postcss-selector-parser": "^6.0.10" }, "engines": { - "node": "^12 || ^14 || >=16" + "node": "^14 || ^16 || >=18" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "postcss": "^8.2" + "postcss": "^8.4" } }, "node_modules/postcss-normalize-charset": { @@ -15973,9 +15974,9 @@ } }, "postcss-nesting": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz", - "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-11.1.0.tgz", + "integrity": "sha512-TVBCeKlUmMyX3sNeSg10yATb2XmAoosp0E1zdlpjrD+L2FrQPmrRTxlRFQh/R0Y4WlQ0butfDwRhzlYuj7y/TA==", "dev": true, "requires": { "@csstools/selector-specificity": "^2.0.0", diff --git a/package.json b/package.json index fe8baa396..1a2617069 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "postcss-import": "^15.0.0", "postcss-mixins": "^9.0.4", "postcss-nested": "^6.0.0", - "postcss-nesting": "^10.2.0", + "postcss-nesting": "^11.1.0", "postcss-scss": "^4.0.5", "postcss-simple-vars": "^7.0.0", "postcss-url": "^10.1.3",