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

This commit is contained in:
renovate[bot] 2023-05-08 18:38:28 +00:00 committed by GitHub
parent 618466251b
commit 44d5723aa9
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

@ -31,7 +31,7 @@
"lodash": "4.17.21",
"next": "13.3.0",
"next-with-less": "2.0.5",
"picmo": "5.8.3",
"picmo": "5.8.4",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"react": "18.2.0",
@ -36104,9 +36104,9 @@
"dev": true
},
"node_modules/picmo": {
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.8.3.tgz",
"integrity": "sha512-rMz735aQ7zWq8iTN2Wb20sHTivrv5aLRMFKqVp+tDjYrGc7l4UJSZ5ku5BbetAKigfsAFSLHZMB1dHUguze/eQ==",
"version": "5.8.4",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.8.4.tgz",
"integrity": "sha512-QrHBRXkNMqNYAB533a6UKXwdj4UYFb78zq3CIIdyUMXj3k4wOt8ZUfoty9aj4C6rewwNdmuti6U5YyDjJ6tkmw==",
"dependencies": {
"emojibase": "^6.1.0"
},

View file

@ -36,7 +36,7 @@
"lodash": "4.17.21",
"next": "13.3.0",
"next-with-less": "2.0.5",
"picmo": "5.8.3",
"picmo": "5.8.4",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"react": "18.2.0",