Update dependency picmo to v5.5.2

This commit is contained in:
renovate[bot]
2022-08-20 13:30:26 +00:00
committed by GitHub
parent fa8fb51420
commit 872dae8ab2
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@@ -25,7 +25,7 @@
"markdown-it": "13.0.1",
"next": "12.2.5",
"next-with-less": "2.0.5",
"picmo": "5.4.2",
"picmo": "5.5.2",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"rc-overflow": "1.2.8",
@@ -21727,9 +21727,9 @@
"dev": true
},
"node_modules/picmo": {
"version": "5.4.2",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.4.2.tgz",
"integrity": "sha512-s8l6xEPM38vv6RdFvmnlIoDz5r2LokBGc77Ztf49JMfZ1k/8QI1TJrI4CTNcBCNBKBTrIhm/PelNV/fkGuOrKg==",
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.5.2.tgz",
"integrity": "sha512-5BOJYl+LVLBkSeaoaER17httMrac0cgcskKUB1cYA/LEScGxe0SY7FGPNw0NWJ0luLDeXIvqSGSfzZqnNYTDmw==",
"dependencies": {
"emojibase": "^6.1.0"
},
@@ -44657,9 +44657,9 @@
"dev": true
},
"picmo": {
"version": "5.4.2",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.4.2.tgz",
"integrity": "sha512-s8l6xEPM38vv6RdFvmnlIoDz5r2LokBGc77Ztf49JMfZ1k/8QI1TJrI4CTNcBCNBKBTrIhm/PelNV/fkGuOrKg==",
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.5.2.tgz",
"integrity": "sha512-5BOJYl+LVLBkSeaoaER17httMrac0cgcskKUB1cYA/LEScGxe0SY7FGPNw0NWJ0luLDeXIvqSGSfzZqnNYTDmw==",
"requires": {
"emojibase": "^6.1.0"
}