From d250563f32dd34dc4b4772c89ef068f8ddece83a Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Fri, 27 Mar 2020 21:10:17 +0100 Subject: [PATCH] [scraper] updates title parser version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11157ab..6726c11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1620,8 +1620,8 @@ } }, "parse-torrent-title": { - "version": "git://github.com/TheBeastLT/parse-torrent-title.git#afd4a374276420c13c52df8e3d07ae7699c46b60", - "from": "git://github.com/TheBeastLT/parse-torrent-title.git#afd4a374276420c13c52df8e3d07ae7699c46b60", + "version": "git://github.com/TheBeastLT/parse-torrent-title.git#7597effa105bc1f0329a88aefea2291f2f7f11c1", + "from": "git://github.com/TheBeastLT/parse-torrent-title.git#7597effa105bc1f0329a88aefea2291f2f7f11c1", "requires": { "moment": "^2.24.0" } diff --git a/package.json b/package.json index b1c7b05..a938666 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "node-schedule": "^1.3.2", "nodejs-bing": "^0.1.0", "parse-torrent": "^6.1.2", - "parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#afd4a374276420c13c52df8e3d07ae7699c46b60", + "parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#7597effa105bc1f0329a88aefea2291f2f7f11c1", "peer-search": "^0.6.x", "pg": "^7.8.2", "pg-hstore": "^2.3.2",