mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(deps): update dependency postcss to v8.3.8
This commit is contained in:
parent
0b4a973d4d
commit
277f2036e2
2 changed files with 22 additions and 10 deletions
30
frontend/package-lock.json
generated
30
frontend/package-lock.json
generated
|
|
@ -23,7 +23,7 @@
|
|||
"axios": "0.21.4",
|
||||
"date-fns": "2.24.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"postcss": "8.3.7",
|
||||
"postcss": "8.3.8",
|
||||
"postcss-cli": "8.3.1",
|
||||
"postcss-import": "14.0.2",
|
||||
"prettier": "2.4.1",
|
||||
|
|
@ -14552,11 +14552,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/postcss": {
|
||||
"version": "8.3.7",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.7.tgz",
|
||||
"integrity": "sha512-9SaY7nnyQ63/WittqZYAvkkYPyKxchMKH71UDzeTmWuLSvxTRpeEeABZAzlCi55cuGcoFyoV/amX2BdsafQidQ==",
|
||||
"version": "8.3.8",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.8.tgz",
|
||||
"integrity": "sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==",
|
||||
"dependencies": {
|
||||
"nanocolors": "^0.1.5",
|
||||
"nanocolors": "^0.2.2",
|
||||
"nanoid": "^3.1.25",
|
||||
"source-map-js": "^0.6.2"
|
||||
},
|
||||
|
|
@ -21865,6 +21865,11 @@
|
|||
"node": ">=6.14.4"
|
||||
}
|
||||
},
|
||||
"node_modules/postcss/node_modules/nanocolors": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.2.2.tgz",
|
||||
"integrity": "sha512-t4mwdKizEGLFeZzDbr1r6SjwKYZQEB0Z/trGsdAIsw5EadaR010/zvJ0arkw6vznyTevcMi9BtppprJ5aqLXRg=="
|
||||
},
|
||||
"node_modules/prelude-ls": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
||||
|
|
@ -39698,13 +39703,20 @@
|
|||
"integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs="
|
||||
},
|
||||
"postcss": {
|
||||
"version": "8.3.7",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.7.tgz",
|
||||
"integrity": "sha512-9SaY7nnyQ63/WittqZYAvkkYPyKxchMKH71UDzeTmWuLSvxTRpeEeABZAzlCi55cuGcoFyoV/amX2BdsafQidQ==",
|
||||
"version": "8.3.8",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.8.tgz",
|
||||
"integrity": "sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==",
|
||||
"requires": {
|
||||
"nanocolors": "^0.1.5",
|
||||
"nanocolors": "^0.2.2",
|
||||
"nanoid": "^3.1.25",
|
||||
"source-map-js": "^0.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"nanocolors": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.2.2.tgz",
|
||||
"integrity": "sha512-t4mwdKizEGLFeZzDbr1r6SjwKYZQEB0Z/trGsdAIsw5EadaR010/zvJ0arkw6vznyTevcMi9BtppprJ5aqLXRg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"postcss-attribute-case-insensitive": {
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
"axios": "0.21.4",
|
||||
"date-fns": "2.24.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"postcss": "8.3.7",
|
||||
"postcss": "8.3.8",
|
||||
"postcss-cli": "8.3.1",
|
||||
"postcss-import": "14.0.2",
|
||||
"prettier": "2.4.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue