From 908c7c317dfdb2996b581eef650ed0c66d1bb208 Mon Sep 17 00:00:00 2001 From: George Date: Thu, 25 Aug 2022 13:56:51 -0700 Subject: [PATCH] Bump package versions to address security vulnerabilities --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index ce75521..629b0f1 100644 --- a/package.json +++ b/package.json @@ -28,20 +28,20 @@ "test": "grunt" }, "dependencies": { - "aws-sdk": "2.0.x", - "mime-types": "2.0.x", - "lodash": "4.17.x", "async": "0.9.x", + "aws-sdk": "^2.1203.0", + "lodash": "4.17.x", + "mime-types": "2.0.x", "progress": "1.1.x" }, "devDependencies": { - "grunt-contrib-jshint": "~0.2.0", - "grunt": "~0.4.0", "chai": "~1.7.2", - "mocha": "~1.12.1", - "grunt-mocha-test": "~0.10.2", - "grunt-contrib-copy": "~0.4.1", + "grunt": "~0.4.0", "grunt-contrib-clean": "~0.5.0", + "grunt-contrib-copy": "~0.4.1", + "grunt-contrib-jshint": "~0.2.0", + "grunt-mocha-test": "^0.13.3", + "mocha": "~1.12.1", "mock-aws-s3": "2.5.0" }, "peerDependencies": {