Update dependency picmo to v5.6.3

This commit is contained in:
renovate[bot]
2022-09-07 18:28:37 +00:00
committed by GitHub
parent 31ad292b3a
commit feadc2ec55
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", "markdown-it": "13.0.1",
"next": "12.2.5", "next": "12.2.5",
"next-with-less": "2.0.5", "next-with-less": "2.0.5",
"picmo": "5.6.2", "picmo": "5.6.3",
"postcss-flexbugs-fixes": "5.0.2", "postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1", "prop-types": "15.8.1",
"rc-overflow": "1.2.8", "rc-overflow": "1.2.8",
@@ -21970,9 +21970,9 @@
"dev": true "dev": true
}, },
"node_modules/picmo": { "node_modules/picmo": {
"version": "5.6.2", "version": "5.6.3",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.6.2.tgz", "resolved": "https://registry.npmjs.org/picmo/-/picmo-5.6.3.tgz",
"integrity": "sha512-LdS6BNzPM/pllRjpCd6Fc7owAA/H3Cat4QZBYFLXeHFXdCr2nroGBn3LegC8VLp/yjtSedGVJS+qNiPZdWNw4w==", "integrity": "sha512-2UQjJKPUCuG066MAfKzs4mu+n72+FN6EVyKAtN9qPGqiXh5ILvrJI6BcAsky4qujAyuFQvsj43gIQLvCG2RASg==",
"dependencies": { "dependencies": {
"emojibase": "^6.1.0" "emojibase": "^6.1.0"
}, },
@@ -45209,9 +45209,9 @@
"dev": true "dev": true
}, },
"picmo": { "picmo": {
"version": "5.6.2", "version": "5.6.3",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.6.2.tgz", "resolved": "https://registry.npmjs.org/picmo/-/picmo-5.6.3.tgz",
"integrity": "sha512-LdS6BNzPM/pllRjpCd6Fc7owAA/H3Cat4QZBYFLXeHFXdCr2nroGBn3LegC8VLp/yjtSedGVJS+qNiPZdWNw4w==", "integrity": "sha512-2UQjJKPUCuG066MAfKzs4mu+n72+FN6EVyKAtN9qPGqiXh5ILvrJI6BcAsky4qujAyuFQvsj43gIQLvCG2RASg==",
"requires": { "requires": {
"emojibase": "^6.1.0" "emojibase": "^6.1.0"
} }

View File

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