Skip to content

Commit

Permalink
Merge pull request #2174 from simlu/dep/update
Browse files Browse the repository at this point in the history
fix: updated deps
  • Loading branch information
simlu authored Sep 12, 2020
2 parents 6f3eef3 + 3be4d6f commit 0662041
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 238 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV HOME /user
RUN touch ~/.bashrc && \
curl -o- -L https://yarnpkg.com/install.sh | bash && \
source ~/.bashrc && \
yarn global add serverless@1.70.1
yarn global add serverless@2.0.0

RUN touch ~/.bashrc && \
echo "alias u='yarn run u'" >> ~/.bashrc && \
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
},
"homepage": "https://github.com/blackflux/lambda-monitor#readme",
"dependencies": {
"aws-sdk": "2.750.0",
"aws-sdk": "2.751.0",
"aws-sdk-wrap": "4.4.18",
"datadog-light": "2.0.6",
"lambda-async": "1.0.6",
"lambda-cfn-hook": "1.2.27",
"lambda-monitor-logger": "2.4.3",
"lambda-async": "1.0.7",
"lambda-cfn-hook": "1.2.29",
"lambda-monitor-logger": "2.4.4",
"lodash.get": "4.4.2",
"lru-cache-ext": "1.1.15",
"promise-pool-ext": "1.3.5",
"promise-pool-ext": "1.3.7",
"request": "2.88.2",
"request-promise-native": "1.0.9",
"smart-fs": "1.11.20"
Expand All @@ -62,8 +62,9 @@
"@babel/core": "7.11.6",
"@babel/register": "7.11.5",
"@blackflux/eslint-plugin-rules": "1.3.38",
"@blackflux/robo-config-plugin": "3.9.9",
"@blackflux/robo-config-plugin": "3.10.2",
"babel-eslint": "10.1.0",
"babel-preset-latest-node": "4.1.0",
"chai": "4.2.0",
"coveralls": "3.1.0",
"eslint": "7.8.1",
Expand All @@ -72,16 +73,15 @@
"eslint-plugin-json": "2.1.2",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-mocha": "8.0.0",
"js-gardener": "2.0.167",
"lambda-tdd": "2.13.5",
"js-gardener": "2.0.172",
"lambda-tdd": "2.13.7",
"minimist": "1.2.5",
"mocha": "8.1.3",
"nock": "13.0.4",
"node-tdd": "2.18.8",
"nyc": "15.1.0",
"robo-config": "3.8.12",
"semantic-release": "17.1.1",
"babel-preset-latest-node": "4.1.0"
"semantic-release": "17.1.1"
},
"licenses": [
{
Expand Down
Loading

0 comments on commit 0662041

Please sign in to comment.