Skip to content

Commit

Permalink
fix(package): Upgrade packages for 2020-09-23.
Browse files Browse the repository at this point in the history
  • Loading branch information
randytarampi committed Sep 23, 2020
1 parent 10a9d34 commit b40a6b0
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 669 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@randy.tarampi/serverless": "^6.3.0",
"clamscan": "^1.3.3",
"md5": "^2.3.0",
"snyk": "^1.387.1",
"snyk": "^1.399.1",
"temp": "^0.9.1"
},
"devDependencies": {
"@babel/cli": "^7.11.5",
"@babel/core": "^7.11.5",
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-property-literals": "^7.10.4",
Expand All @@ -39,7 +39,7 @@
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"del": "^5.1.0",
"eslint": "^7.8.0",
"eslint": "^7.9.0",
"eslint-plugin-import": "^2.22.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
Expand All @@ -49,7 +49,7 @@
"mocha-junit-reporter": "^2.0.0",
"nyc": "^15.1.0",
"semantic-release": "^17.1.2",
"serverless": "^1.81.1",
"serverless": "^2.2.0",
"serverless-mocha-plugin": "^1.12.0",
"serverless-webpack": "^5.3.5",
"sinon": "^9.0.3",
Expand Down
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
service: slamscan

frameworkVersion: ">=1.0.0 <2.0.0"
frameworkVersion: ">=2.0.0 <3.0.0"

provider:
name: aws
Expand Down

0 comments on commit b40a6b0

Please sign in to comment.