0

Update dependency picmo to v5.7.0

This commit is contained in:
renovate[bot] 2022-09-12 02:20:33 +00:00
parent 3440067270
commit 74a64b88d3
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.0",
"next-with-less": "2.0.5",
"picmo": "5.6.3",
"picmo": "5.7.0",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"rc-overflow": "1.2.8",
@ -21963,9 +21963,9 @@
"dev": true
},
"node_modules/picmo": {
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.6.3.tgz",
"integrity": "sha512-2UQjJKPUCuG066MAfKzs4mu+n72+FN6EVyKAtN9qPGqiXh5ILvrJI6BcAsky4qujAyuFQvsj43gIQLvCG2RASg==",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.0.tgz",
"integrity": "sha512-C53yx/fLmLZnjpzIqKlWbBfq9LYOHPA0s63Zn+n4nZD6DuEdwjukjpZHEnejIE7YEPa3DEcK8wocCSba+GXw7g==",
"dependencies": {
"emojibase": "^6.1.0"
},
@ -45185,9 +45185,9 @@
"dev": true
},
"picmo": {
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.6.3.tgz",
"integrity": "sha512-2UQjJKPUCuG066MAfKzs4mu+n72+FN6EVyKAtN9qPGqiXh5ILvrJI6BcAsky4qujAyuFQvsj43gIQLvCG2RASg==",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.0.tgz",
"integrity": "sha512-C53yx/fLmLZnjpzIqKlWbBfq9LYOHPA0s63Zn+n4nZD6DuEdwjukjpZHEnejIE7YEPa3DEcK8wocCSba+GXw7g==",
"requires": {
"emojibase": "^6.1.0"
}

View File

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