fix(deps): update dependency picmo to v5.7.2

This commit is contained in:
renovate[bot] 2022-10-29 08:10:32 +00:00
parent c3722256fb
commit 7dd5eb4fb7
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -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"
}

View File

@ -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",