From 7c0d3f7718bfe58eddd1294a56917ade19e0277c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Feb 2019 13:13:19 +0000 Subject: [PATCH] Update autobind-decorator requirement from 1.3.2 to 2.4.0 Updates the requirements on [autobind-decorator](https://github.com/andreypopp/autobind-decorator) to permit the latest version. - [Release notes](https://github.com/andreypopp/autobind-decorator/releases) - [Changelog](https://github.com/andreypopp/autobind-decorator/blob/master/CHANGELOG.md) - [Commits](https://github.com/andreypopp/autobind-decorator/commits/v2.4.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9d6667..1d23e82 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "ISC", "dependencies": { "assemble": "^0.9.2", - "autobind-decorator": "1.3.2", + "autobind-decorator": "2.4.0", "babel": "5.8.23", "babelify": "6.4.0", "browser-sync": "2.9.11",