Skip to content

Commit

Permalink
Merge pull request #1 from rtodosichuk/feature/Code_Fixes
Browse files Browse the repository at this point in the history
Security fixes
  • Loading branch information
rtodosichuk committed Oct 20, 2019
2 parents 8bbc4e0 + f315df6 commit 27b775c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -35,17 +35,19 @@
"toastr": "2.1.2"
},
"devDependencies": {
"babel-cli": "6.8.0",
"babel-core": "6.8.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "~7.2.3",
"babel-loader": "6.2.4",
"babel-plugin-react-display-name": "2.0.0",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-react-hmre": "1.1.1",
"babel-register": "6.8.0",
"babel-preset-stage-1": "~6.24.1",
"babel-register": "^6.26.0",
"cheerio": "0.22.0",
"colors": "1.1.2",
"compression": "1.6.1",
"compression": "^1.7.4",
"cross-env": "1.0.7",
"css-loader": "0.23.1",
"enzyme": "2.2.0",
Expand All @@ -55,14 +57,14 @@
"eslint-watch": "2.1.11",
"eventsource-polyfill": "0.9.6",
"expect": "1.19.0",
"express": "4.13.4",
"express": "^4.17.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.5",
"jsdom": "8.5.0",
"mocha": "2.4.5",
"nock": "8.0.0",
"npm-run-all": "1.8.0",
"open": "0.0.5",
"open": "6.0.0",
"react-addons-test-utils": "15.0.2",
"redux-immutable-state-invariant": "1.2.3",
"redux-mock-store": "1.0.2",
Expand All @@ -71,9 +73,7 @@
"url-loader": "0.5.7",
"webpack": "1.13.0",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "2.10.0",
"babel-eslint": "~7.2.3",
"babel-preset-stage-1": "~6.24.1"
"webpack-hot-middleware": "2.10.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 27b775c

Please sign in to comment.