Skip to content

Commit

Permalink
chore(dependencies): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-w committed Dec 11, 2019
1 parent 0572c24 commit 96c46e6
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Expand Up @@ -10,49 +10,49 @@
"main": "lib/hijacker.js",
"dependencies": {
"body-parser": "^1.19.0",
"commander": "^3.0.2",
"commander": "^4.0.1",
"express": "^4.17.1",
"express-xml-bodyparser": "^0.3.0",
"luxon": "^1.19.3",
"luxon": "^1.21.3",
"node-fetch": "^2.6.0",
"route-matcher": "^0.1.0",
"socket.io": "^2.3.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"codemirror": "^5.49.0",
"codemirror": "^5.49.2",
"commitizen": "^4.0.3",
"concurrently": "^4.1.2",
"coveralls": "^3.0.6",
"concurrently": "^5.0.1",
"coveralls": "^3.0.9",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"css-loader": "^3.3.0",
"cz-conventional-changelog": "^3.0.2",
"eslint": "^6.5.1",
"eslint": "^6.7.2",
"eslint-config-airbnb-standard": "^3.0.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-vue": "^5.2.3",
"eslint-loader": "^3.0.3",
"eslint-plugin-vue": "^6.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"lodash": "^4.17.15",
"nock": "^11.3.6",
"nodemon": "^1.19.3",
"sass": "^1.23.0",
"nock": "^11.7.0",
"nodemon": "^2.0.1",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"semantic-release": "^16.0.0-beta.25",
"socket.io-client": "^2.3.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-loader": "^15.7.2",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.1",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
"vuex": "^3.1.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
Expand Down

0 comments on commit 96c46e6

Please sign in to comment.