Skip to content

Commit 352b8fe

Browse files
Bump postcss-custom-properties from 14.0.3 to 14.0.4
Bumps [postcss-custom-properties](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-custom-properties) from 14.0.3 to 14.0.4. - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e784e77 commit 352b8fe

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"nuxt": "^3.12.4",
1515
"vue": "^3.5.12",
1616
"vue-router": "^4.4.5",
17-
"postcss-custom-properties": "^14.0.3"
17+
"postcss-custom-properties": "^14.0.4"
1818
},
1919
"devDependencies": {
2020
"@nuxtjs/color-mode": "^3.5.2",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -617,17 +617,17 @@
617617
dependencies:
618618
mime "^3.0.0"
619619

620-
"@csstools/cascade-layer-name-parser@^2.0.3":
621-
version "2.0.3"
622-
resolved "https://registry.yarnpkg.com/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.3.tgz#ac4ff6c571f0f77819ecb647c6aba1d28db72645"
623-
integrity sha512-KUcKk2oe7666aaeY+yxhy5TB0AN5x2Pi/ZJ23fbO8A0TEcLpA+VhVIw9s+6hTsAQHr8Fqc8p4RClsxxsmuIn1A==
620+
"@csstools/cascade-layer-name-parser@^2.0.4":
621+
version "2.0.4"
622+
resolved "https://registry.yarnpkg.com/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.4.tgz#64d128529397aa1e1c986f685713363b262b81b1"
623+
integrity sha512-7DFHlPuIxviKYZrOiwVU/PiHLm3lLUR23OMuEEtfEOQTOp9hzQ2JjdY6X5H18RVuUPJqSCI+qNnD5iOLMVE0bA==
624624

625-
"@csstools/css-parser-algorithms@^3.0.3":
626-
version "3.0.3"
627-
resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.3.tgz#f0bffb2faa0f054eda350c1abd25306f15465323"
628-
integrity sha512-15WQTALDyxAwSgAvLt7BksAssiSrNNhTv4zM7qX9U6R7FtpNskVVakzWQlYODlwPwXhGpKPmB10LM943pxMe7w==
625+
"@csstools/css-parser-algorithms@^3.0.4":
626+
version "3.0.4"
627+
resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz#74426e93bd1c4dcab3e441f5cc7ba4fb35d94356"
628+
integrity sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==
629629

630-
"@csstools/css-tokenizer@^3.0.2":
630+
"@csstools/css-tokenizer@^3.0.3":
631631
version "3.0.3"
632632
resolved "https://registry.yarnpkg.com/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz#a5502c8539265fecbd873c1e395a890339f119c2"
633633
integrity sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==
@@ -6106,14 +6106,14 @@ postcss-convert-values@^7.0.2:
61066106
browserslist "^4.23.1"
61076107
postcss-value-parser "^4.2.0"
61086108

6109-
postcss-custom-properties@^14.0.3:
6110-
version "14.0.3"
6111-
resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-14.0.3.tgz#f5db2cb38b6547ecf2155114ae7f9a43c25473ff"
6112-
integrity sha512-zCc5y6cilcZXld3RK0glb5OR9p6i/54ro7Dul2drDI7kLCIZC1uiblHGociomp2fwBet3kRFf9DpG4lJtz5yhw==
6109+
postcss-custom-properties@^14.0.4:
6110+
version "14.0.4"
6111+
resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-14.0.4.tgz#de9c663285a98833a946d7003a34369d3ce373a9"
6112+
integrity sha512-QnW8FCCK6q+4ierwjnmXF9Y9KF8q0JkbgVfvQEMa93x1GT8FvOiUevWCN2YLaOWyByeDX8S6VFbZEeWoAoXs2A==
61136113
dependencies:
6114-
"@csstools/cascade-layer-name-parser" "^2.0.3"
6115-
"@csstools/css-parser-algorithms" "^3.0.3"
6116-
"@csstools/css-tokenizer" "^3.0.2"
6114+
"@csstools/cascade-layer-name-parser" "^2.0.4"
6115+
"@csstools/css-parser-algorithms" "^3.0.4"
6116+
"@csstools/css-tokenizer" "^3.0.3"
61176117
"@csstools/utilities" "^2.0.0"
61186118
postcss-value-parser "^4.2.0"
61196119

0 commit comments

Comments
 (0)