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

This commit is contained in:
renovate[bot] 2023-04-17 16:43:33 +00:00 committed by GitHub
parent 9af2378814
commit 57f490c189
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.1",
"picmo": "5.8.2",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"react": "18.2.0",
@ -35463,9 +35463,9 @@
"dev": true
},
"node_modules/picmo": {
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.8.1.tgz",
"integrity": "sha512-GQ4z52sO/bqTj6TGOFkg2tm0qXSSWlay2Q330wCBFJMCX5XX0mn0y+lS+JL3YkcqZ43+xY2P/32j5jn9L9vqFA==",
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.8.2.tgz",
"integrity": "sha512-ArdRX9Bl5PHqRLA3QBvpARx/607vzWd3cWccKUCJRtWVPNhn9r+v0D2ZGjLteS/4LziJzWu9nzskUBoZ3WBtQA==",
"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.1",
"picmo": "5.8.2",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"react": "18.2.0",