Skip to content

Commit 50e2b56

Browse files
Bump postcss from 8.3.11 to 8.4.4 (#1777)
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.11 to 8.4.4. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.3.11...8.4.4) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: simurai <[email protected]>
1 parent 791ba99 commit 50e2b56

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
@@ -55,7 +55,7 @@
5555
"globby": "12.0.2",
5656
"jest": "27.3.1",
5757
"js-yaml": "4.1.0",
58-
"postcss": "8.3.11",
58+
"postcss": "8.4.4",
5959
"postcss-calc": "8.0.0",
6060
"postcss-import": "14.0.2",
6161
"postcss-load-config": "3.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4610,14 +4610,14 @@ postcss-values-parser@^4.0.0:
46104610
is-url-superb "^4.0.0"
46114611
postcss "^7.0.5"
46124612

4613-
postcss@8.3.11, postcss@^8.1.0, postcss@^8.1.4, postcss@^8.2.4, postcss@^8.3.11, postcss@^8.3.6:
4614-
version "8.3.11"
4615-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858"
4616-
integrity sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==
4613+
postcss@8.4.4, postcss@^8.1.0, postcss@^8.1.4, postcss@^8.2.4, postcss@^8.3.11, postcss@^8.3.6:
4614+
version "8.4.4"
4615+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.4.tgz#d53d4ec6a75fd62557a66bb41978bf47ff0c2869"
4616+
integrity sha512-joU6fBsN6EIer28Lj6GDFoC/5yOZzLCfn0zHAn/MYXI7aPt4m4hK5KC5ovEZXy+lnCjmYIbQWngvju2ddyEr8Q==
46174617
dependencies:
46184618
nanoid "^3.1.30"
46194619
picocolors "^1.0.0"
4620-
source-map-js "^0.6.2"
4620+
source-map-js "^1.0.1"
46214621

46224622
postcss@^7.0.17, postcss@^7.0.5:
46234623
version "7.0.36"
@@ -5029,10 +5029,10 @@ smartwrap@^1.2.3:
50295029
wcwidth "^1.0.1"
50305030
yargs "^15.1.0"
50315031

5032-
source-map-js@^0.6.2:
5033-
version "0.6.2"
5034-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
5035-
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
5032+
source-map-js@^1.0.1:
5033+
version "1.0.1"
5034+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
5035+
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
50365036

50375037
source-map-support@^0.5.6:
50385038
version "0.5.20"

0 commit comments

Comments
 (0)