Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit 8b72880

Browse files
authored
fix: update lodash (#517)
1 parent b11cf9c commit 8b72880

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.secrets-baseline

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": null,
44
"lines": null
55
},
6-
"generated_at": "2020-05-12T17:25:04Z",
6+
"generated_at": "2020-07-10T20:13:36Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -23,6 +23,7 @@
2323
"name": "HexHighEntropyString"
2424
},
2525
{
26+
"keyword_exclude": null,
2627
"name": "KeywordDetector"
2728
},
2829
{
@@ -36,5 +37,9 @@
3637
}
3738
],
3839
"results": {},
39-
"version": "0.12.4"
40+
"version": "0.13.0",
41+
"word_list": {
42+
"file": null,
43+
"hash": null
44+
}
4045
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"lint-staged": "9.5.0",
9090
"localstorage-memory": "1.0.3",
9191
"lockfile-lint": "3.0.5",
92-
"lodash": "^4.17.15",
92+
"lodash": "^4.17.19",
9393
"mini-css-extract-plugin": "0.9.0",
9494
"mutationobserver-shim": "0.3.3",
9595
"node-mocks-http": "1.8.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9974,7 +9974,7 @@ lodash@4.17.15:
99749974
resolved "https://registry.verdaccio.org/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
99759975
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
99769976

9977-
lodash@^4.11.2, lodash@^4.15.0, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.5, lodash@^4.2.1:
9977+
lodash@^4.11.2, lodash@^4.15.0, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.3, lodash@^4.17.5, lodash@^4.2.1:
99789978
version "4.17.19"
99799979
resolved "https://registry.verdaccio.org/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
99809980
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==

0 commit comments

Comments
 (0)