update lodash
This commit is contained in:
parent
58a56af144
commit
b742d7e679
3 changed files with 5 additions and 3 deletions
|
@ -240,6 +240,8 @@ to prevent stripping out AIV comments eg:
|
||||||
```
|
```
|
||||||
|
|
||||||
# Change log
|
# Change log
|
||||||
|
## [1.2.1] - 27/10/2018
|
||||||
|
- security updates
|
||||||
## [1.2.0] - 27/10/2018
|
## [1.2.0] - 27/10/2018
|
||||||
- inject as comment will no more be a version behind with auto increase version
|
- 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 /** */
|
- inject as comment can now switched to multiline comment type eg /** */
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "webpack-auto-inject-version",
|
"name": "webpack-auto-inject-version",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "webpack-auto-inject-version",
|
"name": "webpack-auto-inject-version",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"repository": "radswiat/webpack-auto-inject-version",
|
"repository": "radswiat/webpack-auto-inject-version",
|
||||||
"description": "Webpack plugin for auto inject version from package.json",
|
"description": "Webpack plugin for auto inject version from package.json",
|
||||||
"main": "dist/WebpackAutoInjectVersion.js",
|
"main": "dist/WebpackAutoInjectVersion.js",
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
"eslint-plugin-jsx-control-statements": "^2.1.1",
|
"eslint-plugin-jsx-control-statements": "^2.1.1",
|
||||||
"eslint-plugin-react": "^4.2.3",
|
"eslint-plugin-react": "^4.2.3",
|
||||||
"gutil": "^1.6.4",
|
"gutil": "^1.6.4",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.11",
|
||||||
"optimist": "^0.6.1",
|
"optimist": "^0.6.1",
|
||||||
"semver": "^5.3.0",
|
"semver": "^5.3.0",
|
||||||
"webpack": "^2.3.3",
|
"webpack": "^2.3.3",
|
||||||
|
|
Loading…
Reference in a new issue