Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-08 13:05:18 +0300
committerGitHub <noreply@github.com>2020-12-08 13:05:18 +0300
commit96a0823a430ea0507f217a3c7c43957b08a97297 (patch)
tree84f73c252ab12054e055b6bf0dc3f6b2f4daf8ee
parentf4712475bd750146b7681b58961b20e67f7646c4 (diff)
Bump postcss from 8.1.10 to 8.2.0 (#326)
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.10 to 8.2.0. - [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.1.10...8.2.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json23
-rw-r--r--package.json2
2 files changed, 9 insertions, 16 deletions
diff --git a/package-lock.json b/package-lock.json
index d28422f..eda3f77 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8427,21 +8427,20 @@
"dev": true
},
"postcss": {
- "version": "8.1.10",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.10.tgz",
- "integrity": "sha512-iBXEV5VTTYaRRdxiFYzTtuv2lGMQBExqkZKSzkJe+Fl6rvQrA/49UVGKqB+LG54hpW/TtDBMGds8j33GFNW7pg==",
+ "version": "8.2.0",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.0.tgz",
+ "integrity": "sha512-vZ8cb6AlN53hHlnPvR+oj7fA46LU05Ysv7O7sNh1ixQrCbtx+d8/h+5tDER9XAccVhkf3aYskAiWmh0DdjNLbw==",
"dev": true,
"requires": {
"colorette": "^1.2.1",
- "nanoid": "^3.1.18",
- "source-map": "^0.6.1",
- "vfile-location": "^3.2.0"
+ "nanoid": "^3.1.20",
+ "source-map": "^0.6.1"
},
"dependencies": {
"nanoid": {
- "version": "3.1.18",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.18.tgz",
- "integrity": "sha512-rndlDjbbHbcV3xi+R2fpJ+PbGMdfBxz5v1fATIQFq0DP64FsicQdwnKLy47K4kZHdRpmQXtz24eGsxQqamzYTA==",
+ "version": "3.1.20",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz",
+ "integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==",
"dev": true
},
"source-map": {
@@ -8449,12 +8448,6 @@
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true
- },
- "vfile-location": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz",
- "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==",
- "dev": true
}
}
},
diff --git a/package.json b/package.json
index ff9651a..8b38b5b 100644
--- a/package.json
+++ b/package.json
@@ -69,7 +69,7 @@
"mocha": "^8.2.1",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
- "postcss": "^8.1.10",
+ "postcss": "^8.2.0",
"prettier": "^2.2.1",
"sass": "^1.29.0",
"stylelint": "^13.8.0",