Merge pull request #1211 from prymitive/renovate/fast-deep-equal-3.x

fix(deps): update dependency fast-deep-equal to v3.1.0
This commit is contained in:
Łukasz Mierzwa
2019-12-02 13:35:07 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -8339,9 +8339,9 @@
"integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
},
"fast-deep-equal": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.0.1.tgz",
"integrity": "sha512-eV4KJB1HpEcckLU+u/i+FFZnvbeu34rQ514kL8m4uw7FyGWa7ltvz45vfDVFPZD+Z+h8WQL86+co5P3OWZrScw=="
"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=="
},
"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.0.1",
"fast-deep-equal": "3.1.0",
"favico.js": "0.3.10",
"fontfaceobserver": "2.1.0",
"lodash": "4.17.15",