Skip to content

Commit 4b8c8c5

Browse files
Bump postcss from 8.2.10 to 8.2.13 (#364)
* Bump postcss from 8.2.10 to 8.2.13 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.2.10...8.2.13) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Bump postcss from 8.2.10 to 8.2.13 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.2.10...8.2.13) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Popov <[email protected]>
1 parent dc83219 commit 4b8c8c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"jest": "^26.0.1",
7171
"lint-staged": "^9.5.0",
7272
"node-sass": "^4.12.0",
73-
"postcss": "^8.2.10",
73+
"postcss": "^8.2.13",
7474
"rollup": "^1.27.8",
7575
"rollup-plugin-commonjs": "^10.1.0",
7676
"rollup-plugin-copy": "^3.4.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -12169,10 +12169,10 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.2
1216912169
source-map "^0.6.1"
1217012170
supports-color "^6.1.0"
1217112171

12172-
postcss@^8.2.10:
12173-
version "8.2.10"
12174-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.10.tgz#ca7a042aa8aff494b334d0ff3e9e77079f6f702b"
12175-
integrity sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==
12172+
postcss@^8.2.13:
12173+
version "8.2.13"
12174+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.13.tgz#dbe043e26e3c068e45113b1ed6375d2d37e2129f"
12175+
integrity sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ==
1217612176
dependencies:
1217712177
colorette "^1.2.2"
1217812178
nanoid "^3.1.22"

0 commit comments

Comments
 (0)