From 119f787fc3c84c30e6ee22d8c73b82a503ab485b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 13:30:26 +0000 Subject: [PATCH] Bump postcss-custom-properties from 14.0.1 to 14.0.2 Bumps [postcss-custom-properties](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-custom-properties) from 14.0.1 to 14.0.2. - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-custom-properties/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-custom-properties) --- updated-dependencies: - dependency-name: postcss-custom-properties dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 193abf57..1df48f70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "postcss": "^8.4.45", "postcss-calc": "^10.0.2", "postcss-custom-media": "^11.0.3", - "postcss-custom-properties": "^14.0.1", + "postcss-custom-properties": "^14.0.2", "postcss-focus": "^7.0.0", "postcss-import": "^16.1.0", "postcss-loader": "^8.1.1", @@ -14575,9 +14575,9 @@ } }, "node_modules/postcss-custom-properties": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-14.0.1.tgz", - "integrity": "sha512-SB4GjuZjIq5GQFNbxFrirQPbkdbJooyNy8bh+fcJ8ZG0oasJTflTTtR4geb56h+FBVDIb9Hx4v/NiG2caOj8nQ==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-14.0.2.tgz", + "integrity": "sha512-ZDJLIXa6uT6FlK6mYdzHxr1fr5ec6lPbp/CZ5+7EZedFmfjJx1fvYQhAPCBebuyc1lkketmiA26ZVl2UkPQ9Ig==", "dev": true, "funding": [ { @@ -14590,9 +14590,9 @@ } ], "dependencies": { - "@csstools/cascade-layer-name-parser": "^2.0.1", - "@csstools/css-parser-algorithms": "^3.0.1", - "@csstools/css-tokenizer": "^3.0.1", + "@csstools/cascade-layer-name-parser": "^2.0.2", + "@csstools/css-parser-algorithms": "^3.0.2", + "@csstools/css-tokenizer": "^3.0.2", "@csstools/utilities": "^2.0.0", "postcss-value-parser": "^4.2.0" }, diff --git a/package.json b/package.json index 9da9f7ba..ac009cdd 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "postcss": "^8.4.45", "postcss-calc": "^10.0.2", "postcss-custom-media": "^11.0.3", - "postcss-custom-properties": "^14.0.1", + "postcss-custom-properties": "^14.0.2", "postcss-focus": "^7.0.0", "postcss-import": "^16.1.0", "postcss-loader": "^8.1.1",