From a90d6faf4507bf4642d4e37f72f2a1469afb5e62 Mon Sep 17 00:00:00 2001 From: Hugo Manrique Date: Wed, 9 Aug 2017 07:55:25 +0200 Subject: [PATCH] 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) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3732ec7..e5a5ec1 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,11 @@ "dependencies": { "mc-ping-updated": "0.1.0", "mcpe-ping-fixed": "0.0.3", - "mime": "1.3.4", - "request": "2.74.0", - "socket.io": "1.3.7", - "sqlite3": "3.1.1", - "winston": "2.0.0" + "mime": "^1.3.4", + "request": "^2.74.0", + "socket.io": "^1.3.7", + "sqlite3": "^3.1.8", + "winston": "^2.0.0" }, "repository": { "type": "git",