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.9
This commit is contained in:
parent
3f9a569a5c
commit
c1d00d01e8
2 changed files with 18 additions and 30 deletions
46
frontend/package-lock.json
generated
46
frontend/package-lock.json
generated
|
|
@ -23,7 +23,7 @@
|
||||||
"axios": "0.22.0",
|
"axios": "0.22.0",
|
||||||
"date-fns": "2.24.0",
|
"date-fns": "2.24.0",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"postcss": "8.3.8",
|
"postcss": "8.3.9",
|
||||||
"postcss-cli": "8.3.1",
|
"postcss-cli": "8.3.1",
|
||||||
"postcss-import": "14.0.2",
|
"postcss-import": "14.0.2",
|
||||||
"prettier": "2.4.1",
|
"prettier": "2.4.1",
|
||||||
|
|
@ -13290,9 +13290,9 @@
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"node_modules/nanoid": {
|
"node_modules/nanoid": {
|
||||||
"version": "3.1.25",
|
"version": "3.1.28",
|
||||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz",
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.28.tgz",
|
||||||
"integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==",
|
"integrity": "sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw==",
|
||||||
"bin": {
|
"bin": {
|
||||||
"nanoid": "bin/nanoid.cjs"
|
"nanoid": "bin/nanoid.cjs"
|
||||||
},
|
},
|
||||||
|
|
@ -14549,12 +14549,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/postcss": {
|
"node_modules/postcss": {
|
||||||
"version": "8.3.8",
|
"version": "8.3.9",
|
||||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.8.tgz",
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.9.tgz",
|
||||||
"integrity": "sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==",
|
"integrity": "sha512-f/ZFyAKh9Dnqytx5X62jgjhhzttjZS7hMsohcI7HEI5tjELX/HxCy3EFhsRxyzGvrzFF+82XPvCS8T9TFleVJw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"nanocolors": "^0.2.2",
|
"nanoid": "^3.1.28",
|
||||||
"nanoid": "^3.1.25",
|
"picocolors": "^0.2.1",
|
||||||
"source-map-js": "^0.6.2"
|
"source-map-js": "^0.6.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
@ -21862,11 +21862,6 @@
|
||||||
"node": ">=6.14.4"
|
"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": {
|
"node_modules/prelude-ls": {
|
||||||
"version": "1.2.1",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
||||||
|
|
@ -38724,9 +38719,9 @@
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"nanoid": {
|
"nanoid": {
|
||||||
"version": "3.1.25",
|
"version": "3.1.28",
|
||||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz",
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.28.tgz",
|
||||||
"integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q=="
|
"integrity": "sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw=="
|
||||||
},
|
},
|
||||||
"nanomatch": {
|
"nanomatch": {
|
||||||
"version": "1.2.13",
|
"version": "1.2.13",
|
||||||
|
|
@ -39700,20 +39695,13 @@
|
||||||
"integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs="
|
"integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs="
|
||||||
},
|
},
|
||||||
"postcss": {
|
"postcss": {
|
||||||
"version": "8.3.8",
|
"version": "8.3.9",
|
||||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.8.tgz",
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.9.tgz",
|
||||||
"integrity": "sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==",
|
"integrity": "sha512-f/ZFyAKh9Dnqytx5X62jgjhhzttjZS7hMsohcI7HEI5tjELX/HxCy3EFhsRxyzGvrzFF+82XPvCS8T9TFleVJw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"nanocolors": "^0.2.2",
|
"nanoid": "^3.1.28",
|
||||||
"nanoid": "^3.1.25",
|
"picocolors": "^0.2.1",
|
||||||
"source-map-js": "^0.6.2"
|
"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": {
|
"postcss-attribute-case-insensitive": {
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
"axios": "0.22.0",
|
"axios": "0.22.0",
|
||||||
"date-fns": "2.24.0",
|
"date-fns": "2.24.0",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"postcss": "8.3.8",
|
"postcss": "8.3.9",
|
||||||
"postcss-cli": "8.3.1",
|
"postcss-cli": "8.3.1",
|
||||||
"postcss-import": "14.0.2",
|
"postcss-import": "14.0.2",
|
||||||
"prettier": "2.4.1",
|
"prettier": "2.4.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue