Skip to content

Commit 70d043d

Browse files
Bump postcss-mixins from 9.0.2 to 9.0.4
Bumps [postcss-mixins](https://github.com/postcss/postcss-mixins) from 9.0.2 to 9.0.4. - [Release notes](https://github.com/postcss/postcss-mixins/releases) - [Changelog](https://github.com/postcss/postcss-mixins/blob/main/CHANGELOG.md) - [Commits](postcss/postcss-mixins@9.0.2...9.0.4) --- updated-dependencies: - dependency-name: postcss-mixins dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d57749 commit 70d043d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"postcss": "^8.4.17",
4848
"postcss-import": "^14.1.0",
4949
"postcss-loader": "^6.2.1",
50-
"postcss-mixins": "^9.0.2",
50+
"postcss-mixins": "^9.0.4",
5151
"postcss-nested": "^5.0.6",
5252
"postcss-preset-env": "^7.8.2",
5353
"prettier": "^2.7.1",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3919,14 +3919,14 @@ postcss-media-minmax@^5.0.0:
39193919
resolved "https://registry.yarnpkg.com/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz#7140bddec173e2d6d657edbd8554a55794e2a5b5"
39203920
integrity sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==
39213921

3922-
postcss-mixins@^9.0.2:
3923-
version "9.0.2"
3924-
resolved "https://registry.yarnpkg.com/postcss-mixins/-/postcss-mixins-9.0.2.tgz#098969dafd1b9a98e2973fde024bef9d2563f604"
3925-
integrity sha512-LaFjXcR+7LRji+Sc6DRn1mUw43+Y9Lyh5JjFTQDedlIi4W6REAesRXRJLlms5424vb0zerBfCVZzS2ZHRxGZOA==
3922+
postcss-mixins@^9.0.4:
3923+
version "9.0.4"
3924+
resolved "https://registry.yarnpkg.com/postcss-mixins/-/postcss-mixins-9.0.4.tgz#75cd3cdb619a7e08c4c51ebb094db5f6d65b3831"
3925+
integrity sha512-XVq5jwQJDRu5M1XGkdpgASqLk37OqkH4JCFDXl/Dn7janOJjCTEKL+36cnRVy7bMtoBzALfO7bV7nTIsFnUWLA==
39263926
dependencies:
39273927
fast-glob "^3.2.11"
39283928
postcss-js "^4.0.0"
3929-
postcss-simple-vars "^6.0.3"
3929+
postcss-simple-vars "^7.0.0"
39303930
sugarss "^4.0.1"
39313931

39323932
postcss-modules-extract-imports@^3.0.0:
@@ -4094,10 +4094,10 @@ postcss-selector-parser@^6.0.9:
40944094
cssesc "^3.0.0"
40954095
util-deprecate "^1.0.2"
40964096

4097-
postcss-simple-vars@^6.0.3:
4098-
version "6.0.3"
4099-
resolved "https://registry.yarnpkg.com/postcss-simple-vars/-/postcss-simple-vars-6.0.3.tgz#e66516c7fe980da3498f4a8ad400b9c53861806c"
4100-
integrity sha512-fkNn4Zio8vN4vIig9IFdb8lVlxWnYR769RgvxCM6YWlFKie/nQaOcaMMMFz/s4gsfHW4/5bJW+i57zD67mQU7g==
4097+
postcss-simple-vars@^7.0.0:
4098+
version "7.0.1"
4099+
resolved "https://registry.yarnpkg.com/postcss-simple-vars/-/postcss-simple-vars-7.0.1.tgz#836b3097a54dcd13dbd3c36a5dbdd512fad2954c"
4100+
integrity sha512-5GLLXaS8qmzHMOjVxqkk1TZPf1jMqesiI7qLhnlyERalG0sMbHIbJqrcnrpmZdKCLglHnRHoEBB61RtGTsj++A==
41014101

41024102
postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
41034103
version "4.2.0"

0 commit comments

Comments
 (0)