Browse Source

Bump lodash from 4.17.15 to 4.17.19 (#172)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 years ago
parent
commit
11e0f86dcb
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      package-lock.json

+ 3
- 3
package-lock.json View File

@@ -1166,9 +1166,9 @@
1166 1166
       }
1167 1167
     },
1168 1168
     "lodash": {
1169
-      "version": "4.17.15",
1170
-      "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz",
1171
-      "integrity": "sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg=",
1169
+      "version": "4.17.19",
1170
+      "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
1171
+      "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
1172 1172
       "dev": true
1173 1173
     },
1174 1174
     "loose-envify": {