summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2019-11-12 12:32:20 +0700
committerThomas Buckley-Houston <tom@tombh.co.uk>2019-11-12 12:32:20 +0700
commitd9311bd3aa9b3f26fb4282920268d8acb7726712 (patch)
treeb0c4e6c1759e1f5eada1daf3fa0f274bd10cb032
parent8880ac9a21310f5594ca6dcb9d6118324adf7c8a (diff)
Bump lodash from 4.17.11 to 4.17.13 in /webext (#290)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--webext/package-lock.json6
-rw-r--r--webext/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/webext/package-lock.json b/webext/package-lock.json
index be148ba..081f417 100644
--- a/webext/package-lock.json
+++ b/webext/package-lock.json
@@ -6845,9 +6845,9 @@
}
},
"lodash": {
- "version": "4.17.11",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
- "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg=="
+ "version": "4.17.13",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz",
+ "integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA=="
},
"lodash.assign": {
"version": "4.2.0",
diff --git a/webext/package.json b/webext/package.json
index 955f367..2761d67 100644
--- a/webext/package.json
+++ b/webext/package.json
@@ -26,7 +26,7 @@
"webpack-cli": "^3.3.4"
},
"dependencies": {
- "lodash": "^4.17.11",
+ "lodash": "^4.17.13",
"string-width": "^2.1.1"
}
}