Skip to content

Commit

Permalink
Merge pull request #30 from tobilg/master
Browse files Browse the repository at this point in the history
Updated dependencies to fix mime package vulnerability
  • Loading branch information
k1LoW committed Apr 22, 2019
2 parents 35b4a8f + 95edd61 commit 3e8fa7b
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 3e8fa7b

Please sign in to comment.