mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 21:59:43 +03:00
fix(deps): update dependency picmo to v5.8.4
This commit is contained in:
parent
618466251b
commit
44d5723aa9
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -31,7 +31,7 @@
|
|||
"lodash": "4.17.21",
|
||||
"next": "13.3.0",
|
||||
"next-with-less": "2.0.5",
|
||||
"picmo": "5.8.3",
|
||||
"picmo": "5.8.4",
|
||||
"postcss-flexbugs-fixes": "5.0.2",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "18.2.0",
|
||||
|
@ -36104,9 +36104,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/picmo": {
|
||||
"version": "5.8.3",
|
||||
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.8.3.tgz",
|
||||
"integrity": "sha512-rMz735aQ7zWq8iTN2Wb20sHTivrv5aLRMFKqVp+tDjYrGc7l4UJSZ5ku5BbetAKigfsAFSLHZMB1dHUguze/eQ==",
|
||||
"version": "5.8.4",
|
||||
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.8.4.tgz",
|
||||
"integrity": "sha512-QrHBRXkNMqNYAB533a6UKXwdj4UYFb78zq3CIIdyUMXj3k4wOt8ZUfoty9aj4C6rewwNdmuti6U5YyDjJ6tkmw==",
|
||||
"dependencies": {
|
||||
"emojibase": "^6.1.0"
|
||||
},
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"lodash": "4.17.21",
|
||||
"next": "13.3.0",
|
||||
"next-with-less": "2.0.5",
|
||||
"picmo": "5.8.3",
|
||||
"picmo": "5.8.4",
|
||||
"postcss-flexbugs-fixes": "5.0.2",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "18.2.0",
|
||||
|
|
Loading…
Reference in a new issue