Browse Source

Update dependency picmo to v5.5.2

pull/2049/head
renovate[bot] 3 years ago committed by GitHub
parent
commit
872dae8ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      web/package-lock.json
  2. 2
      web/package.json

14
web/package-lock.json generated

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
"markdown-it": "13.0.1",
"next": "12.2.5",
"next-with-less": "2.0.5",
"picmo": "5.4.2",
"picmo": "5.5.2",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"rc-overflow": "1.2.8",
@ -21727,9 +21727,9 @@ @@ -21727,9 +21727,9 @@
"dev": true
},
"node_modules/picmo": {
"version": "5.4.2",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.4.2.tgz",
"integrity": "sha512-s8l6xEPM38vv6RdFvmnlIoDz5r2LokBGc77Ztf49JMfZ1k/8QI1TJrI4CTNcBCNBKBTrIhm/PelNV/fkGuOrKg==",
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.5.2.tgz",
"integrity": "sha512-5BOJYl+LVLBkSeaoaER17httMrac0cgcskKUB1cYA/LEScGxe0SY7FGPNw0NWJ0luLDeXIvqSGSfzZqnNYTDmw==",
"dependencies": {
"emojibase": "^6.1.0"
},
@ -44657,9 +44657,9 @@ @@ -44657,9 +44657,9 @@
"dev": true
},
"picmo": {
"version": "5.4.2",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.4.2.tgz",
"integrity": "sha512-s8l6xEPM38vv6RdFvmnlIoDz5r2LokBGc77Ztf49JMfZ1k/8QI1TJrI4CTNcBCNBKBTrIhm/PelNV/fkGuOrKg==",
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.5.2.tgz",
"integrity": "sha512-5BOJYl+LVLBkSeaoaER17httMrac0cgcskKUB1cYA/LEScGxe0SY7FGPNw0NWJ0luLDeXIvqSGSfzZqnNYTDmw==",
"requires": {
"emojibase": "^6.1.0"
}

2
web/package.json

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

Loading…
Cancel
Save