Update dependency picmo to v5.6.1 (#2059)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-08-26 19:17:02 -07:00 committed by GitHub
parent 37646d9df3
commit 6bff5480da
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

@ -25,7 +25,7 @@
"markdown-it": "13.0.1",
"next": "12.2.5",
"next-with-less": "2.0.5",
"picmo": "5.5.2",
"picmo": "5.6.1",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"rc-overflow": "1.2.8",
@ -21653,9 +21653,9 @@
"dev": true
},
"node_modules/picmo": {
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.5.2.tgz",
"integrity": "sha512-5BOJYl+LVLBkSeaoaER17httMrac0cgcskKUB1cYA/LEScGxe0SY7FGPNw0NWJ0luLDeXIvqSGSfzZqnNYTDmw==",
"version": "5.6.1",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.6.1.tgz",
"integrity": "sha512-cJSDl3d/UgZ5vS24uWT6wvS8AgUo9nZRLG1d4a6uy+1ow3uyJBnFmYprZj24VoHFBFBlT1vXp47bfmg8MT5qTw==",
"dependencies": {
"emojibase": "^6.1.0"
},
@ -44715,9 +44715,9 @@
"dev": true
},
"picmo": {
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.5.2.tgz",
"integrity": "sha512-5BOJYl+LVLBkSeaoaER17httMrac0cgcskKUB1cYA/LEScGxe0SY7FGPNw0NWJ0luLDeXIvqSGSfzZqnNYTDmw==",
"version": "5.6.1",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.6.1.tgz",
"integrity": "sha512-cJSDl3d/UgZ5vS24uWT6wvS8AgUo9nZRLG1d4a6uy+1ow3uyJBnFmYprZj24VoHFBFBlT1vXp47bfmg8MT5qTw==",
"requires": {
"emojibase": "^6.1.0"
}

View File

@ -29,7 +29,7 @@
"markdown-it": "13.0.1",
"next": "12.2.5",
"next-with-less": "2.0.5",
"picmo": "5.5.2",
"picmo": "5.6.1",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"rc-overflow": "1.2.8",