Skip to content

Commit f787647

Browse files
Bump postcss from 8.4.31 to 8.5.10 (#45)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.5.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.31...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 093204d commit f787647

3 files changed

Lines changed: 32 additions & 34 deletions

File tree

package-lock.json

Lines changed: 16 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/register": "^7.4.0",
1717
"autoprefixer": "^10.2.6",
1818
"babel-loader": "^8.1.0",
19-
"postcss": "^8.4.31",
19+
"postcss": "^8.5.10",
2020
"postcss-banner": "^4.0.1",
2121
"postcss-cli": "^8.3.1",
2222
"postcss-import": "^14.0.2",

yarn.lock

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2283,10 +2283,10 @@ ms@2.1.2:
22832283
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
22842284
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
22852285

2286-
nanoid@^3.3.6:
2287-
version "3.3.8"
2288-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
2289-
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
2286+
nanoid@^3.3.11:
2287+
version "3.3.11"
2288+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
2289+
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
22902290

22912291
neo-async@^2.6.2:
22922292
version "2.6.2"
@@ -2410,11 +2410,6 @@ path-type@^4.0.0:
24102410
resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
24112411
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
24122412

2413-
picocolors@^1.0.0:
2414-
version "1.0.0"
2415-
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz"
2416-
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
2417-
24182413
picocolors@^1.1.1:
24192414
version "1.1.1"
24202415
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
@@ -2531,14 +2526,14 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0:
25312526
resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz"
25322527
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
25332528

2534-
postcss@^8.2.2, postcss@^8.4.31, postcss@^8.4.4:
2535-
version "8.4.31"
2536-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
2537-
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
2529+
postcss@^8.2.2, postcss@^8.4.4, postcss@^8.5.10:
2530+
version "8.5.10"
2531+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.10.tgz#8992d8c30acf3f12169e7c09514a12fed7e48356"
2532+
integrity sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==
25382533
dependencies:
2539-
nanoid "^3.3.6"
2540-
picocolors "^1.0.0"
2541-
source-map-js "^1.0.2"
2534+
nanoid "^3.3.11"
2535+
picocolors "^1.1.1"
2536+
source-map-js "^1.2.1"
25422537

25432538
pretty-hrtime@^1.0.3:
25442539
version "1.0.3"
@@ -2784,10 +2779,10 @@ slash@^3.0.0:
27842779
resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz"
27852780
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
27862781

2787-
source-map-js@^1.0.2:
2788-
version "1.0.2"
2789-
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz"
2790-
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
2782+
source-map-js@^1.2.1:
2783+
version "1.2.1"
2784+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
2785+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
27912786

27922787
source-map-support@^0.5.16, source-map-support@~0.5.20:
27932788
version "0.5.21"

0 commit comments

Comments
 (0)