Update dependency picmo to v5.7.5

This commit is contained in:
renovate[bot] 2023-02-10 05:53:22 +00:00 committed by GitHub
parent c21edfd2f7
commit bb186668a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -30,7 +30,7 @@
"lodash": "4.17.21",
"next": "13.1.6",
"next-with-less": "2.0.5",
"picmo": "5.7.4",
"picmo": "5.7.5",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"react": "18.2.0",
@ -30297,9 +30297,9 @@
"dev": true
},
"node_modules/picmo": {
"version": "5.7.4",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.4.tgz",
"integrity": "sha512-nho3drJ/UEg/vge/8IqCaEQXYM64UZkMbnuATqZbFAfFMmialOA06cEXggLClDCqbQxswy2V2rTUy3X9RePh+Q==",
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.5.tgz",
"integrity": "sha512-MrbAc+lSzh40MdRcGkXbL7VajsiSnSGuJ9irIE7o+H9Q0QHH/eDayDxAHWa4BIzGZ+cABLgMjFAqLXpQDhaWlw==",
"dependencies": {
"emojibase": "^6.1.0"
},

View File

@ -34,7 +34,7 @@
"lodash": "4.17.21",
"next": "13.1.6",
"next-with-less": "2.0.5",
"picmo": "5.7.4",
"picmo": "5.7.5",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"react": "18.2.0",