Merge pull request #1215 from prymitive/renovate/fast-deep-equal-3.1.x

fix(deps): update dependency fast-deep-equal to v3.1.1
This commit is contained in:
Łukasz Mierzwa
2019-12-03 14:58:37 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -8348,9 +8348,9 @@
"integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
},
"fast-deep-equal": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.0.tgz",
"integrity": "sha512-Tv4ewzk1IJYQHXqSDUFwpTRMcD6JdeEEf+zS+9hdBNIJWM7pPDYwDvKmS/9Ul0h8LOhY3UisVr9MolJCBPiaNA=="
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz",
"integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA=="
},
"fast-diff": {
"version": "1.2.0",

View File

@@ -19,7 +19,7 @@
"bootswatch": "4.4.1",
"copy-to-clipboard": "3.2.0",
"csshake": "1.5.3",
"fast-deep-equal": "3.1.0",
"fast-deep-equal": "3.1.1",
"favico.js": "0.3.10",
"fontfaceobserver": "2.1.0",
"lodash": "4.17.15",