Browse Source

Update dependency picmo to v5.7.4

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

8
web/package-lock.json generated

@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
"lodash": "4.17.21",
"next": "13.1.6",
"next-with-less": "2.0.5",
"picmo": "5.7.3",
"picmo": "5.7.4",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"react": "18.2.0",
@ -30297,9 +30297,9 @@ @@ -30297,9 +30297,9 @@
"dev": true
},
"node_modules/picmo": {
"version": "5.7.3",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.3.tgz",
"integrity": "sha512-121uFhiHRWYdd7xFrhfuORGg7gmt4/lU2whaDkHnSKjOohoHFGIfGEHrwG88Y5AKkJ5OHfCVt6Xdru0W5G68Yw==",
"version": "5.7.4",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.7.4.tgz",
"integrity": "sha512-nho3drJ/UEg/vge/8IqCaEQXYM64UZkMbnuATqZbFAfFMmialOA06cEXggLClDCqbQxswy2V2rTUy3X9RePh+Q==",
"dependencies": {
"emojibase": "^6.1.0"
},

2
web/package.json

@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
"lodash": "4.17.21",
"next": "13.1.6",
"next-with-less": "2.0.5",
"picmo": "5.7.3",
"picmo": "5.7.4",
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"react": "18.2.0",

Loading…
Cancel
Save