Skip to content

Commit

Permalink
Update webpack-dev-server for security reason @see https://www.npmjs.…
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Colonna committed Feb 28, 2019
1 parent 0a369a2 commit f1099d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://stash.openmindonline.it/projects/OMZERO/repos/zero-events"
},
"main": "build/zero-events.js",
"author": "Openmind Lab",
"author": "openmind Lab",
"license": "MIT",
"devDependencies": {
"babel-core": "6.26.3",
Expand All @@ -18,11 +18,11 @@
"webpack": "4.27.1",
"webpack-cli": "3.1.2",
"webpack-merge": "4.1.5",
"webpack-dev-server": "3.1.10",
"webpack-dev-server": "3.1.11",
"semver": "5.5.0"
},
"scripts": {
"dev": "webpack-dev-server --config webpack-config.js",
"build": "webpack --config webpack-prod.js"
}
}
}

0 comments on commit f1099d3

Please sign in to comment.