update lodash

This commit is contained in:
rad.swiat 2018-10-27 19:02:16 +01:00
parent 58a56af144
commit b742d7e679
3 changed files with 5 additions and 3 deletions

View File

@ -240,6 +240,8 @@ to prevent stripping out AIV comments eg:
```
# Change log
## [1.2.1] - 27/10/2018
- security updates
## [1.2.0] - 27/10/2018
- inject as comment will no more be a version behind with auto increase version
- inject as comment can now switched to multiline comment type eg /** */

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "webpack-auto-inject-version",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "webpack-auto-inject-version",
"version": "1.2.0",
"version": "1.2.1",
"repository": "radswiat/webpack-auto-inject-version",
"description": "Webpack plugin for auto inject version from package.json",
"main": "dist/WebpackAutoInjectVersion.js",
@ -34,7 +34,7 @@
"eslint-plugin-jsx-control-statements": "^2.1.1",
"eslint-plugin-react": "^4.2.3",
"gutil": "^1.6.4",
"lodash": "^4.17.4",
"lodash": "^4.17.11",
"optimist": "^0.6.1",
"semver": "^5.3.0",
"webpack": "^2.3.3",