diff --git a/package-lock.json b/package-lock.json index 7f4792f..f906e50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -945,7 +945,7 @@ "dependencies": { "typechecker": { "version": "2.0.8", - "resolved": "http://registry.npmjs.org/typechecker/-/typechecker-2.0.8.tgz", + "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-2.0.8.tgz", "integrity": "sha1-6D2oS7ZMWEzLNFg4V2xAsDN9uC4=" } } @@ -960,7 +960,7 @@ "dependencies": { "typechecker": { "version": "2.0.8", - "resolved": "http://registry.npmjs.org/typechecker/-/typechecker-2.0.8.tgz", + "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-2.0.8.tgz", "integrity": "sha1-6D2oS7ZMWEzLNFg4V2xAsDN9uC4=" } } @@ -1136,9 +1136,9 @@ "integrity": "sha1-4+QQHZ3P3imXadr0tNtk2JXRdEg=" }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.get": { "version": "4.4.2", @@ -1220,7 +1220,7 @@ "dependencies": { "async": { "version": "1.5.2", - "resolved": "http://registry.npmjs.org/async/-/async-1.5.2.tgz", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" } } @@ -1663,7 +1663,7 @@ }, "typechecker": { "version": "2.1.0", - "resolved": "http://registry.npmjs.org/typechecker/-/typechecker-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-2.1.0.tgz", "integrity": "sha1-0cIJOlT/ihn1jP+HfuqlTyJC04M=" }, "uid-safe": {