Skip to content

Commit

Permalink
Merge branch 'release/1.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-meacham committed Nov 5, 2019
2 parents cf9896e + d5c88ad commit 7481a29
Show file tree
Hide file tree
Showing 3 changed files with 298 additions and 287 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ custom:
```

# Version History
* 1.3.3
- Update versions for dependabot secruity vulnerabilities
* 1.3.2
- Fix security issue with lodash (thanks @rmbl)
* 1.3.1
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-plugin-aws-resolvers",
"version": "1.3.2",
"version": "1.3.3",
"description": "Plugin that resolves deployed AWS services into variables",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"aws-sdk": "2.41.0",
"babel-runtime": "6.23.0",
"lodash": "4.17.11",
"lodash": "~4.17.0",
"winston": "2.3.1"
},
"devDependencies": {
Expand All @@ -67,7 +67,7 @@
"coveralls": "2.13.1",
"cross-env": "5.0.1",
"esdoc": "0.5.2",
"eslint": "3.19.0",
"eslint": "4.18.2",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-mocha": "4.11.0",
Expand Down

0 comments on commit 7481a29

Please sign in to comment.