Skip to content

Commit

Permalink
Updated dependencies to fix mime package vulnerability, including ver…
Browse files Browse the repository at this point in the history
…sion bump to 1.8.0
  • Loading branch information
tobilg committed Apr 21, 2019
1 parent 35b4a8f commit 95edd61
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const BbPromise = require('bluebird');
const s3 = require('@monolambda/s3');
const s3 = require('@auth0/s3');
const chalk = require('chalk');
const minimatch = require('minimatch');
const path = require('path');
Expand Down
250 changes: 250 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-s3-sync",
"version": "1.7.3",
"version": "1.8.0",
"description": "A plugin to sync local directories and S3 prefixes for Serverless Framework.",
"main": "index.js",
"scripts": {
Expand All @@ -14,9 +14,9 @@
"repository": "k1LoW/serverless-s3-sync",
"license": "MIT",
"dependencies": {
"@monolambda/s3": "^1.0.2",
"bluebird": "^3.5.2",
"chalk": "^2.0.1",
"@auth0/s3": "^1.0.0",
"bluebird": "^3.5.4",
"chalk": "^2.4.2",
"minimatch": "^3.0.4"
}
}

0 comments on commit 95edd61

Please sign in to comment.