Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit b821cbf

Browse files
dependabot[bot]justinclift
authored andcommitted
build(deps-dev): bump postcss from 8.4.36 to 8.4.38
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.36 to 8.4.38. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.36...8.4.38) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d9fb29 commit b821cbf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"babel-preset-react-app": "^10.0.1",
5959
"css-loader": "^6.10.0",
6060
"cypress": "13.3.3",
61-
"postcss": "^8.4.36",
61+
"postcss": "^8.4.38",
6262
"postcss-loader": "^8.1.1",
6363
"sass": "^1.72.0",
6464
"sass-loader": "^14.1.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3405,14 +3405,14 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
34053405
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
34063406
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
34073407

3408-
postcss@^8.4.33, postcss@^8.4.36:
3409-
version "8.4.36"
3410-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.36.tgz#dba513c3c3733c44e0288a712894f8910bbaabc6"
3411-
integrity sha512-/n7eumA6ZjFHAsbX30yhHup/IMkOmlmvtEi7P+6RMYf+bGJSUHc3geH4a0NSZxAz/RJfiS9tooCTs9LAVYUZKw==
3408+
postcss@^8.4.33, postcss@^8.4.38:
3409+
version "8.4.38"
3410+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e"
3411+
integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
34123412
dependencies:
34133413
nanoid "^3.3.7"
34143414
picocolors "^1.0.0"
3415-
source-map-js "^1.1.0"
3415+
source-map-js "^1.2.0"
34163416

34173417
pretty-bytes@^5.6.0:
34183418
version "5.6.0"
@@ -3845,10 +3845,10 @@ slice-ansi@^4.0.0:
38453845
astral-regex "^2.0.0"
38463846
is-fullwidth-code-point "^3.0.0"
38473847

3848-
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.1.0:
3849-
version "1.1.0"
3850-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.1.0.tgz#9e7d5cb46f0689fb6691b30f226937558d0fa94b"
3851-
integrity sha512-9vC2SfsJzlej6MAaMPLu8HiBSHGdRAJ9hVFYN1ibZoNkeanmDmLUcIrj6G9DGL7XMJ54AKg/G75akXl1/izTOw==
3848+
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.2.0:
3849+
version "1.2.0"
3850+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
3851+
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
38523852

38533853
source-map-support@~0.5.20:
38543854
version "0.5.21"

0 commit comments

Comments
 (0)