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

This commit is contained in:
renovate[bot] 2023-05-03 05:06:12 +00:00 committed by GitHub
parent 43c49fc4e2
commit f67b970788
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.2",
"picmo": "5.8.3",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"react": "18.2.0",
@ -35492,9 +35492,9 @@
"dev": true
},
"node_modules/picmo": {
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.8.2.tgz",
"integrity": "sha512-ArdRX9Bl5PHqRLA3QBvpARx/607vzWd3cWccKUCJRtWVPNhn9r+v0D2ZGjLteS/4LziJzWu9nzskUBoZ3WBtQA==",
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.8.3.tgz",
"integrity": "sha512-rMz735aQ7zWq8iTN2Wb20sHTivrv5aLRMFKqVp+tDjYrGc7l4UJSZ5ku5BbetAKigfsAFSLHZMB1dHUguze/eQ==",
"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.2",
"picmo": "5.8.3",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"react": "18.2.0",