Update sqlite3 dependency and add caret ranges (#86)

I added caret version ranges to big packages because there are no breaking changes in a patch update. Taken from npm: Allows changes that do not modify the left-most non-zero digit in the [major, minor, patch] tuple. In other words, this allows patch and minor updates for versions 1.0.0 and above, patch updates for versions 0.X >=0.1.0, and no updates for versions 0.0.X. [More](https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004)
This commit is contained in:
Hugo Manrique 2017-08-09 07:55:25 +02:00 committed by Cryptkeeper
parent b2c72c0bfb
commit a90d6faf45

@ -6,11 +6,11 @@
"dependencies": { "dependencies": {
"mc-ping-updated": "0.1.0", "mc-ping-updated": "0.1.0",
"mcpe-ping-fixed": "0.0.3", "mcpe-ping-fixed": "0.0.3",
"mime": "1.3.4", "mime": "^1.3.4",
"request": "2.74.0", "request": "^2.74.0",
"socket.io": "1.3.7", "socket.io": "^1.3.7",
"sqlite3": "3.1.1", "sqlite3": "^3.1.8",
"winston": "2.0.0" "winston": "^2.0.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",