diff --git a/package.json b/package.json index 1ad2772..6484f7e 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "homepage": "https://github.com/d4nyll/git-tt", "repository": "github:d4nyll/git-tt", "bugs": { - "url" : "https://github.com/d4nyll/git-tt/issues", - "email" : "dan@danyll.com" + "url": "https://github.com/d4nyll/git-tt/issues", + "email": "dan@danyll.com" }, "main": "index.js", "author": "Daniel Li ", @@ -29,7 +29,7 @@ }, "devDependencies": { "husky": "^1.1.2", - "synp": "^1.3.1" + "synp": "^1.3.2" }, "husky": { "hooks": { diff --git a/yarn.lock b/yarn.lock index 716e98b..6e4e6d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -310,9 +310,9 @@ strip-eof@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" -synp@^1.3.1: - version "1.3.1" - resolved "https://registry.npmjs.org/synp/-/synp-1.3.1.tgz#d07381ba26d1b9f031a97cdb427ec215c78cb6dc" +synp@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/synp/-/synp-1.3.2.tgz#cb359bd4429c7217dc8afb46f2ec2897cc417f3a" dependencies: "@yarnpkg/lockfile" "^1.0.0" colors "^1.1.2"