⬆️ postcss@8.1.3

This commit is contained in:
runner
2020-10-23 03:15:06 +00:00
committed by sadick254
parent 2b6a031b77
commit ee53c5747a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -5570,9 +5570,9 @@
"integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg=="
},
"nanoid": {
"version": "3.1.13",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.13.tgz",
"integrity": "sha512-oYL7jWZUdScASxYOrcwE8EvISFGzO3/1g+t56vCyR0s2nrpmBcOc7hTAFJaVf6HMyEPJrnNelnjRnMN6KZnCPA=="
"version": "3.1.15",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.15.tgz",
"integrity": "sha512-n8rXUZ8UU3lV6+43atPrSizqzh25n1/f00Wx1sCiE7R1sSHytZLTTiQl8DjC4IDLOnEZDlgJhy0yO4VsIpMxow=="
},
"napi-build-utils": {
"version": "1.0.1",
@@ -6087,13 +6087,13 @@
}
},
"postcss": {
"version": "8.1.2",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.2.tgz",
"integrity": "sha512-mToqEVFq8jF9TFhlIK4HhE34zknFJuNTgqtsr60vUvrWn+9TIYugCwiV1JZRxCuOrej2jjstun1bn4Bc7/1HkA==",
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.3.tgz",
"integrity": "sha512-AKsHGqd7HmXmL/EgyAjI4Gx719A5yQdt9HzyXrI8M/hzxfumecYS95kfvIt40UZqPVNoEt0Va1M3PG54XtNPbg==",
"requires": {
"colorette": "^1.2.1",
"line-column": "^1.0.2",
"nanoid": "^3.1.12",
"nanoid": "^3.1.15",
"source-map": "^0.6.1"
},
"dependencies": {

View File

@@ -135,7 +135,7 @@
"open-on-github": "https://www.atom.io/api/packages/open-on-github/versions/1.3.2/tarball",
"package-generator": "https://www.atom.io/api/packages/package-generator/versions/1.3.0/tarball",
"pathwatcher": "8.1.0",
"postcss": "8.1.2",
"postcss": "8.1.3",
"postcss-selector-parser": "6.0.4",
"prebuild-install": "5.3.5",
"property-accessors": "^1.1.3",