mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(deps): update dependency picmo to v5.7.2
This commit is contained in:
parent
c3722256fb
commit
7dd5eb4fb7
14
web/package-lock.json
generated
14
web/package-lock.json
generated
@ -28,7 +28,7 @@
|
|||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"next": "12.3.1",
|
"next": "12.3.1",
|
||||||
"next-with-less": "2.0.5",
|
"next-with-less": "2.0.5",
|
||||||
"picmo": "5.7.1",
|
"picmo": "5.7.2",
|
||||||
"postcss-flexbugs-fixes": "5.0.2",
|
"postcss-flexbugs-fixes": "5.0.2",
|
||||||
"prop-types": "15.8.1",
|
"prop-types": "15.8.1",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
@ -24105,9 +24105,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/picmo": {
|
"node_modules/picmo": {
|
||||||
"version": "5.7.1",
|
"version": "5.7.2",
|
||||||
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.1.tgz",
|
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.2.tgz",
|
||||||
"integrity": "sha512-gwNHl7ZrqlQuutFCHcDZwm6f15VVC8Fge0is+64A+Pmg4LIZXSJyNcVYHD47SNORRqG8w4hfY/xwFQSU0Z4Tig==",
|
"integrity": "sha512-A7c5O8x1Xwq11KBYFY93+GIbHnw9PVz35HaWWHn/dgT08GA67M6cXKjjwzLnEAyXSdxXKrEk8/gPyTs+ibzWfQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"emojibase": "^6.1.0"
|
"emojibase": "^6.1.0"
|
||||||
},
|
},
|
||||||
@ -49526,9 +49526,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"picmo": {
|
"picmo": {
|
||||||
"version": "5.7.1",
|
"version": "5.7.2",
|
||||||
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.1.tgz",
|
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.2.tgz",
|
||||||
"integrity": "sha512-gwNHl7ZrqlQuutFCHcDZwm6f15VVC8Fge0is+64A+Pmg4LIZXSJyNcVYHD47SNORRqG8w4hfY/xwFQSU0Z4Tig==",
|
"integrity": "sha512-A7c5O8x1Xwq11KBYFY93+GIbHnw9PVz35HaWWHn/dgT08GA67M6cXKjjwzLnEAyXSdxXKrEk8/gPyTs+ibzWfQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"emojibase": "^6.1.0"
|
"emojibase": "^6.1.0"
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"next": "12.3.1",
|
"next": "12.3.1",
|
||||||
"next-with-less": "2.0.5",
|
"next-with-less": "2.0.5",
|
||||||
"picmo": "5.7.1",
|
"picmo": "5.7.2",
|
||||||
"postcss-flexbugs-fixes": "5.0.2",
|
"postcss-flexbugs-fixes": "5.0.2",
|
||||||
"prop-types": "15.8.1",
|
"prop-types": "15.8.1",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user