Skip to content

Commit 921787d

Browse files
committed
Lock down the CoffeeScript version
Upstream does not respect semver so we only take changes explicitly.
1 parent f1e7e20 commit 921787d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"url": "https://github.com/patcon/hubot-github-repo-event-notifier/issues"
2727
},
2828
"dependencies": {
29-
"coffee-script": "~1.6",
30-
"url": "^0.7.9",
31-
"querystring": "^0.2.0"
29+
"coffee-script": "1.12.7",
30+
"querystring": "^0.2.0",
31+
"url": "^0.7.9"
3232
},
3333
"devDependencies": {
3434
"chai": "^4.1.2",

0 commit comments

Comments
 (0)