mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 22:31:09 +03:00
fix(deps): update dependency picmo to v5.8.2
This commit is contained in:
parent
9af2378814
commit
57f490c189
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.1",
|
||||
"picmo": "5.8.2",
|
||||
"postcss-flexbugs-fixes": "5.0.2",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "18.2.0",
|
||||
|
@ -35463,9 +35463,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/picmo": {
|
||||
"version": "5.8.1",
|
||||
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.8.1.tgz",
|
||||
"integrity": "sha512-GQ4z52sO/bqTj6TGOFkg2tm0qXSSWlay2Q330wCBFJMCX5XX0mn0y+lS+JL3YkcqZ43+xY2P/32j5jn9L9vqFA==",
|
||||
"version": "5.8.2",
|
||||
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.8.2.tgz",
|
||||
"integrity": "sha512-ArdRX9Bl5PHqRLA3QBvpARx/607vzWd3cWccKUCJRtWVPNhn9r+v0D2ZGjLteS/4LziJzWu9nzskUBoZ3WBtQA==",
|
||||
"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.1",
|
||||
"picmo": "5.8.2",
|
||||
"postcss-flexbugs-fixes": "5.0.2",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "18.2.0",
|
||||
|
|
Loading…
Reference in a new issue