diff options
| author | Fuwn <[email protected]> | 2021-06-21 16:35:58 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-21 16:35:58 -0600 |
| commit | 2eda75d9fa12d9fa2039c58e0cc396bc447f0290 (patch) | |
| tree | 6e94108b22cc122569c4df319e7819c71b68b40c | |
| parent | Merge pull request #1 from fuwn/dependabot/npm_and_yarn/y18n-4.0.3 (diff) | |
| parent | build(deps): bump lodash from 4.17.15 to 4.17.21 (diff) | |
| download | modmail-2eda75d9fa12d9fa2039c58e0cc396bc447f0290.tar.xz modmail-2eda75d9fa12d9fa2039c58e0cc396bc447f0290.zip | |
Merge pull request #2 from fuwn/dependabot/npm_and_yarn/lodash-4.17.21
build(deps): bump lodash from 4.17.15 to 4.17.21
| -rw-r--r-- | package-lock.json | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index 86babc1..5997392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2137,11 +2137,6 @@ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" - }, "uuid": { "version": "3.3.3", "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", @@ -2208,10 +2203,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", - "dev": true + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lowercase-keys": { "version": "1.0.1", |