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",
|
||||
"next": "12.3.1",
|
||||
"next-with-less": "2.0.5",
|
||||
"picmo": "5.7.1",
|
||||
"picmo": "5.7.2",
|
||||
"postcss-flexbugs-fixes": "5.0.2",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "18.2.0",
|
||||
@ -24105,9 +24105,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/picmo": {
|
||||
"version": "5.7.1",
|
||||
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.1.tgz",
|
||||
"integrity": "sha512-gwNHl7ZrqlQuutFCHcDZwm6f15VVC8Fge0is+64A+Pmg4LIZXSJyNcVYHD47SNORRqG8w4hfY/xwFQSU0Z4Tig==",
|
||||
"version": "5.7.2",
|
||||
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.2.tgz",
|
||||
"integrity": "sha512-A7c5O8x1Xwq11KBYFY93+GIbHnw9PVz35HaWWHn/dgT08GA67M6cXKjjwzLnEAyXSdxXKrEk8/gPyTs+ibzWfQ==",
|
||||
"dependencies": {
|
||||
"emojibase": "^6.1.0"
|
||||
},
|
||||
@ -49526,9 +49526,9 @@
|
||||
}
|
||||
},
|
||||
"picmo": {
|
||||
"version": "5.7.1",
|
||||
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.1.tgz",
|
||||
"integrity": "sha512-gwNHl7ZrqlQuutFCHcDZwm6f15VVC8Fge0is+64A+Pmg4LIZXSJyNcVYHD47SNORRqG8w4hfY/xwFQSU0Z4Tig==",
|
||||
"version": "5.7.2",
|
||||
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.2.tgz",
|
||||
"integrity": "sha512-A7c5O8x1Xwq11KBYFY93+GIbHnw9PVz35HaWWHn/dgT08GA67M6cXKjjwzLnEAyXSdxXKrEk8/gPyTs+ibzWfQ==",
|
||||
"requires": {
|
||||
"emojibase": "^6.1.0"
|
||||
}
|
||||
|
@ -32,7 +32,7 @@
|
||||
"lodash": "4.17.21",
|
||||
"next": "12.3.1",
|
||||
"next-with-less": "2.0.5",
|
||||
"picmo": "5.7.1",
|
||||
"picmo": "5.7.2",
|
||||
"postcss-flexbugs-fixes": "5.0.2",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "18.2.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user