Browse Source

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

pull/3119/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
72e9404717
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

@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
"next": "13.4.7",
"next-pwa": "^5.6.0",
"next-with-less": "3.0.1",
"picmo": "5.8.4",
"picmo": "5.8.5",
"postcss-flexbugs-fixes": "5.0.2",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
@ -36230,9 +36230,9 @@ @@ -36230,9 +36230,9 @@
}
},
"node_modules/picmo": {
"version": "5.8.4",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.8.4.tgz",
"integrity": "sha512-QrHBRXkNMqNYAB533a6UKXwdj4UYFb78zq3CIIdyUMXj3k4wOt8ZUfoty9aj4C6rewwNdmuti6U5YyDjJ6tkmw==",
"version": "5.8.5",
"resolved": "https://registry.npmjs.org/picmo/-/picmo-5.8.5.tgz",
"integrity": "sha512-7I8jfuHALF9lkt3d+XCZGP+IwH7g91vYZv6XtRnJ99IDjnm92zel0L5DEo2FX0oaHUwRMBD/kn2knTZqwItudQ==",
"dependencies": {
"emojibase": "^6.1.0"
},

2
web/package.json

@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
"next": "13.4.7",
"next-pwa": "^5.6.0",
"next-with-less": "3.0.1",
"picmo": "5.8.4",
"picmo": "5.8.5",
"postcss-flexbugs-fixes": "5.0.2",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",

Loading…
Cancel
Save