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

This commit is contained in:
renovate[bot] 2022-10-05 06:04:16 +00:00 committed by GitHub
parent bf3c717bd4
commit 20dfa82381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -24,7 +24,7 @@
"markdown-it": "13.0.1",
"next": "12.3.1",
"next-with-less": "2.0.5",
"picmo": "5.7.0",
"picmo": "5.7.1",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"rc-overflow": "1.2.8",
@ -21650,9 +21650,9 @@
"dev": true
},
"node_modules/picmo": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.0.tgz",
"integrity": "sha512-C53yx/fLmLZnjpzIqKlWbBfq9LYOHPA0s63Zn+n4nZD6DuEdwjukjpZHEnejIE7YEPa3DEcK8wocCSba+GXw7g==",
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.1.tgz",
"integrity": "sha512-gwNHl7ZrqlQuutFCHcDZwm6f15VVC8Fge0is+64A+Pmg4LIZXSJyNcVYHD47SNORRqG8w4hfY/xwFQSU0Z4Tig==",
"dependencies": {
"emojibase": "^6.1.0"
},
@ -44710,9 +44710,9 @@
"dev": true
},
"picmo": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.0.tgz",
"integrity": "sha512-C53yx/fLmLZnjpzIqKlWbBfq9LYOHPA0s63Zn+n4nZD6DuEdwjukjpZHEnejIE7YEPa3DEcK8wocCSba+GXw7g==",
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.1.tgz",
"integrity": "sha512-gwNHl7ZrqlQuutFCHcDZwm6f15VVC8Fge0is+64A+Pmg4LIZXSJyNcVYHD47SNORRqG8w4hfY/xwFQSU0Z4Tig==",
"requires": {
"emojibase": "^6.1.0"
}

View File

@ -28,7 +28,7 @@
"markdown-it": "13.0.1",
"next": "12.3.1",
"next-with-less": "2.0.5",
"picmo": "5.7.0",
"picmo": "5.7.1",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"rc-overflow": "1.2.8",