Skip to content

Commit

Permalink
Update dependencies for audit
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Harwood committed Jul 11, 2019
1 parent b91b526 commit aa95837
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 38 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 2.1.1 / 2018-04-12
## 2.1.1 / 2019-07-11
* Update dependencies for audit
* **supports-color** -> 7.0.0

## 2.1.1 / 2019-04-12
* Fix missing require

## 2.1.0 / 2018-03-27
## 2.1.0 / 2019-03-27
* Remove the use of global `_`, `path`, `config` and the `Promise` override
* Switch to using relative path requires for everything
* Remove strange `Object.defineProperty` thing from handlers
Expand Down
73 changes: 40 additions & 33 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "gitlab-slack",
"version": "2.1.1",
"version": "2.1.2",
"description": "A service that receives webhook notifications from GitLab and posts information to an incoming webhook on Slack.",
"main": "app/app.js",
"author": "Chris Harwood",
Expand All @@ -14,7 +14,8 @@
},
"scripts": {
"start": "node app/app.js",
"ngrok": "ngrok start -config ~/.ngrok2/ngrok.yml -config ngrok.yml gs"
"ngrok": "ngrok start -config ~/.ngrok2/ngrok.yml -config ngrok.yml gs",
"relock": "rm -rf node_modules/ package-lock.json && npm install && { npm outdated || true; }"
},
"engines": {
"node": "8.x",
Expand All @@ -27,6 +28,6 @@
"lodash": "4.x",
"request": "2.x",
"request-promise": "4.x",
"supports-color": "6.x"
"supports-color": "7.x"
}
}

0 comments on commit aa95837

Please sign in to comment.