mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Update dependency picmo to v5.6.2 (#2079)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
329e44cf86
commit
d40e87c58b
2 changed files with 8 additions and 8 deletions
14
web/package-lock.json
generated
14
web/package-lock.json
generated
|
@ -25,7 +25,7 @@
|
|||
"markdown-it": "13.0.1",
|
||||
"next": "12.2.5",
|
||||
"next-with-less": "2.0.5",
|
||||
"picmo": "5.6.1",
|
||||
"picmo": "5.6.2",
|
||||
"postcss-flexbugs-fixes": "5.0.2",
|
||||
"prop-types": "15.8.1",
|
||||
"rc-overflow": "1.2.8",
|
||||
|
@ -21970,9 +21970,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/picmo": {
|
||||
"version": "5.6.1",
|
||||
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.6.1.tgz",
|
||||
"integrity": "sha512-cJSDl3d/UgZ5vS24uWT6wvS8AgUo9nZRLG1d4a6uy+1ow3uyJBnFmYprZj24VoHFBFBlT1vXp47bfmg8MT5qTw==",
|
||||
"version": "5.6.2",
|
||||
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.6.2.tgz",
|
||||
"integrity": "sha512-LdS6BNzPM/pllRjpCd6Fc7owAA/H3Cat4QZBYFLXeHFXdCr2nroGBn3LegC8VLp/yjtSedGVJS+qNiPZdWNw4w==",
|
||||
"dependencies": {
|
||||
"emojibase": "^6.1.0"
|
||||
},
|
||||
|
@ -45208,9 +45208,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"picmo": {
|
||||
"version": "5.6.1",
|
||||
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.6.1.tgz",
|
||||
"integrity": "sha512-cJSDl3d/UgZ5vS24uWT6wvS8AgUo9nZRLG1d4a6uy+1ow3uyJBnFmYprZj24VoHFBFBlT1vXp47bfmg8MT5qTw==",
|
||||
"version": "5.6.2",
|
||||
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.6.2.tgz",
|
||||
"integrity": "sha512-LdS6BNzPM/pllRjpCd6Fc7owAA/H3Cat4QZBYFLXeHFXdCr2nroGBn3LegC8VLp/yjtSedGVJS+qNiPZdWNw4w==",
|
||||
"requires": {
|
||||
"emojibase": "^6.1.0"
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"markdown-it": "13.0.1",
|
||||
"next": "12.2.5",
|
||||
"next-with-less": "2.0.5",
|
||||
"picmo": "5.6.1",
|
||||
"picmo": "5.6.2",
|
||||
"postcss-flexbugs-fixes": "5.0.2",
|
||||
"prop-types": "15.8.1",
|
||||
"rc-overflow": "1.2.8",
|
||||
|
|
Loading…
Reference in a new issue