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>2021-04-06 13:58:01 +0300
committerGitHub <noreply@github.com>2021-04-06 13:58:01 +0300
commit059b4a7d249d309b173a1057f7ffc1300c901547 (patch)
treed478d849b1c24acc04358fcb97e61fc64aa7a8ed
parentdd03793b01f8a90bff71c26609691213e2a4e880 (diff)
Build(deps-dev): Bump postcss from 8.2.8 to 8.2.9 (#370)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.8 to 8.2.9. - [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.2.8...8.2.9) 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.json14
-rw-r--r--package.json2
2 files changed, 11 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 2266be3..29b19fe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9022,13 +9022,13 @@
"dev": true
},
"postcss": {
- "version": "8.2.8",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.8.tgz",
- "integrity": "sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw==",
+ "version": "8.2.9",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.9.tgz",
+ "integrity": "sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q==",
"dev": true,
"requires": {
"colorette": "^1.2.2",
- "nanoid": "^3.1.20",
+ "nanoid": "^3.1.22",
"source-map": "^0.6.1"
},
"dependencies": {
@@ -9038,6 +9038,12 @@
"integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==",
"dev": true
},
+ "nanoid": {
+ "version": "3.1.22",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.22.tgz",
+ "integrity": "sha512-/2ZUaJX2ANuLtTvqTlgqBQNJoQO398KyJgZloL0PZkC0dpysjncRUPsFe3DUPzz/y3h+u7C46np8RMuvF3jsSQ==",
+ "dev": true
+ },
"source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
diff --git a/package.json b/package.json
index 8b99c39..ebc8a85 100644
--- a/package.json
+++ b/package.json
@@ -69,7 +69,7 @@
"mocha": "^8.3.2",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
- "postcss": "^8.2.8",
+ "postcss": "^8.2.9",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"stylelint": "^13.12.0",