aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-10-21 21:59:27 +0000
committerGravatar Vitaly Takmazov2021-10-23 00:56:03 +0300
commitaccaff23205db24fba0769ae822803481a6ca6bf (patch)
treea0e045754638ef2ff3d53124e4d92d1b0113c861
parent094476ebdbe423d513d1da7f283b6a2e047dd1f3 (diff)
Bump postcss from 8.3.10 to 8.3.11
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.10 to 8.3.11. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.3.10...8.3.11) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index e93e45ca..fa50d4ca 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4863,9 +4863,9 @@
}
},
"postcss": {
- "version": "8.3.10",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.10.tgz",
- "integrity": "sha512-YYfvfUdWx+ECpr5Hgc6XRfsaux8LksL5ey8qTtWiuRXOpOF1YYMwAySdh0nSmwhZAFvvJ6rgiIkKVShu4x2T1Q==",
+ "version": "8.3.11",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.11.tgz",
+ "integrity": "sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==",
"dev": true,
"requires": {
"nanoid": "^3.1.30",
diff --git a/package.json b/package.json
index 3d57d3a6..633ded14 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"eslint-plugin-only-ascii": "0.0.0",
"eslint-webpack-plugin": "^3.0.1",
"file-loader": "^6.2.0",
- "postcss": "^8.3.10",
+ "postcss": "^8.3.11",
"postcss-cli": "^9.0.1",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^6.7.0",