Skip to content

Commit cdd0d8f

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 afdda14 commit cdd0d8f

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.14.1592",
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
@@ -678,17 +678,17 @@
678678
dependencies:
679679
mime "^3.0.0"
680680

681-
"@csstools/cascade-layer-name-parser@^2.0.3":
682-
version "2.0.3"
683-
resolved "https://registry.yarnpkg.com/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.3.tgz#ac4ff6c571f0f77819ecb647c6aba1d28db72645"
684-
integrity sha512-KUcKk2oe7666aaeY+yxhy5TB0AN5x2Pi/ZJ23fbO8A0TEcLpA+VhVIw9s+6hTsAQHr8Fqc8p4RClsxxsmuIn1A==
681+
"@csstools/cascade-layer-name-parser@^2.0.4":
682+
version "2.0.4"
683+
resolved "https://registry.yarnpkg.com/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.4.tgz#64d128529397aa1e1c986f685713363b262b81b1"
684+
integrity sha512-7DFHlPuIxviKYZrOiwVU/PiHLm3lLUR23OMuEEtfEOQTOp9hzQ2JjdY6X5H18RVuUPJqSCI+qNnD5iOLMVE0bA==
685685

686-
"@csstools/css-parser-algorithms@^3.0.3":
687-
version "3.0.3"
688-
resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.3.tgz#f0bffb2faa0f054eda350c1abd25306f15465323"
689-
integrity sha512-15WQTALDyxAwSgAvLt7BksAssiSrNNhTv4zM7qX9U6R7FtpNskVVakzWQlYODlwPwXhGpKPmB10LM943pxMe7w==
686+
"@csstools/css-parser-algorithms@^3.0.4":
687+
version "3.0.4"
688+
resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz#74426e93bd1c4dcab3e441f5cc7ba4fb35d94356"
689+
integrity sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==
690690

691-
"@csstools/css-tokenizer@^3.0.2":
691+
"@csstools/css-tokenizer@^3.0.3":
692692
version "3.0.3"
693693
resolved "https://registry.yarnpkg.com/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz#a5502c8539265fecbd873c1e395a890339f119c2"
694694
integrity sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==
@@ -6115,14 +6115,14 @@ postcss-convert-values@^7.0.4:
61156115
browserslist "^4.23.3"
61166116
postcss-value-parser "^4.2.0"
61176117

6118-
postcss-custom-properties@^14.0.3:
6119-
version "14.0.3"
6120-
resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-14.0.3.tgz#f5db2cb38b6547ecf2155114ae7f9a43c25473ff"
6121-
integrity sha512-zCc5y6cilcZXld3RK0glb5OR9p6i/54ro7Dul2drDI7kLCIZC1uiblHGociomp2fwBet3kRFf9DpG4lJtz5yhw==
6118+
postcss-custom-properties@^14.0.4:
6119+
version "14.0.4"
6120+
resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-14.0.4.tgz#de9c663285a98833a946d7003a34369d3ce373a9"
6121+
integrity sha512-QnW8FCCK6q+4ierwjnmXF9Y9KF8q0JkbgVfvQEMa93x1GT8FvOiUevWCN2YLaOWyByeDX8S6VFbZEeWoAoXs2A==
61226122
dependencies:
6123-
"@csstools/cascade-layer-name-parser" "^2.0.3"
6124-
"@csstools/css-parser-algorithms" "^3.0.3"
6125-
"@csstools/css-tokenizer" "^3.0.2"
6123+
"@csstools/cascade-layer-name-parser" "^2.0.4"
6124+
"@csstools/css-parser-algorithms" "^3.0.4"
6125+
"@csstools/css-tokenizer" "^3.0.3"
61266126
"@csstools/utilities" "^2.0.0"
61276127
postcss-value-parser "^4.2.0"
61286128

0 commit comments

Comments
 (0)