Skip to content

Commit f1ce881

Browse files
Update lodash dependency to ^4.17.11 (#297)
* update lodash dependency to ^4.17.11 * update changelog
1 parent ed884fb commit f1ce881

File tree

3 files changed

+36
-13
lines changed

3 files changed

+36
-13
lines changed

packages/optimizely-sdk/CHANGELOG.MD

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88
Changes that have landed but are not yet released.
99

10+
- Updated lodash dependency to ^4.17.11 to address security vulnerabilities ([#296](https://github.com/optimizely/javascript-sdk/issues/296))
11+
1012
## [3.2.0] - May 30th, 2019
1113

1214
### New Features

packages/optimizely-sdk/package-lock.json

+33-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/optimizely-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@optimizely/js-sdk-logging": "^0.1.0",
3838
"@optimizely/js-sdk-utils": "^0.1.0",
3939
"json-schema": "^0.2.3",
40-
"lodash": "^4.0.0",
40+
"lodash": "^4.17.11",
4141
"murmurhash": "0.0.2",
4242
"promise-polyfill": "8.1.0",
4343
"uuid": "^3.3.2"

0 commit comments

Comments
 (0)