diff --git a/package-lock.json b/package-lock.json index e7e1e8613e..ad5447efb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "classnames": "2.2.6", "compare-sets": "1.0.1", "dompurify": "2.0.17", - "dugite": "2.5.2", + "dugite": "2.1.0", "event-kit": "2.5.3", "fs-extra": "4.0.3", "graphql": "14.5.8", @@ -46,7 +46,7 @@ "underscore-plus": "1.7.0", "what-the-diff": "0.6.0", "what-the-status": "1.0.3", - "whats-my-line": "https://github.com/pulsar-edit/whats-my-line/archive/4029ca9567a0bf0f12843890461fb13e758cfcbf.tar.gz", + "whats-my-line": "https://github.com/pulsar-edit/whats-my-line/archive/348e8d10d9b9a1fd717cd4cc1263297844732768.tar.gz", "yubikiri": "2.0.0" }, "devDependencies": { @@ -5739,9 +5739,9 @@ } }, "node_modules/dugite": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/dugite/-/dugite-2.5.2.tgz", - "integrity": "sha512-qrS3RXFzWW3cyXVaqct665+JxuP1LFhE0DPV1DqmbabO/eLNLDMICRROaGDh/Hw9ssbyVERxNDF6HW7oCLXrCg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/dugite/-/dugite-2.1.0.tgz", + "integrity": "sha512-4l4jJz5zC6Q+/8doQNQZ9Ss3rmnO/JCHfOmQO+zGv+TIOUXimzfS02RvUOuFpEhZuaFTeFBSuK6ll/02TX3SxA==", "hasInstallScript": true, "dependencies": { "progress": "^2.0.3", @@ -12956,11 +12956,11 @@ }, "node_modules/whats-my-line": { "version": "0.2.0", - "resolved": "https://github.com/pulsar-edit/whats-my-line/archive/4029ca9567a0bf0f12843890461fb13e758cfcbf.tar.gz", - "integrity": "sha512-bve+PeM+Sp+pHk1MbmLsKX8ctDSlaYvvuuZ5VdvtQ/68gRr5mBkVNfA5TL31a7lwDw6NpiXX1PIsI1BgTn0fmw==", + "resolved": "https://github.com/pulsar-edit/whats-my-line/archive/348e8d10d9b9a1fd717cd4cc1263297844732768.tar.gz", + "integrity": "sha512-u1sgd/HlNzfoU59aQjiiGxzzvB6vtpFNc/E/C30jUorkCXRyFwTiNKY9rfLLeFLE/3bMRfd84rk7/lijzzg19w==", "license": "ISC", "dependencies": { - "dugite": "2.5.2", + "dugite": "2.1.0", "superstring": "^2.4.4", "what-the-diff": "^0.6.0" } @@ -18345,9 +18345,9 @@ } }, "dugite": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/dugite/-/dugite-2.5.2.tgz", - "integrity": "sha512-qrS3RXFzWW3cyXVaqct665+JxuP1LFhE0DPV1DqmbabO/eLNLDMICRROaGDh/Hw9ssbyVERxNDF6HW7oCLXrCg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/dugite/-/dugite-2.1.0.tgz", + "integrity": "sha512-4l4jJz5zC6Q+/8doQNQZ9Ss3rmnO/JCHfOmQO+zGv+TIOUXimzfS02RvUOuFpEhZuaFTeFBSuK6ll/02TX3SxA==", "requires": { "progress": "^2.0.3", "tar": "^6.1.11" @@ -24246,10 +24246,10 @@ } }, "whats-my-line": { - "version": "https://github.com/pulsar-edit/whats-my-line/archive/4029ca9567a0bf0f12843890461fb13e758cfcbf.tar.gz", - "integrity": "sha512-bve+PeM+Sp+pHk1MbmLsKX8ctDSlaYvvuuZ5VdvtQ/68gRr5mBkVNfA5TL31a7lwDw6NpiXX1PIsI1BgTn0fmw==", + "version": "https://github.com/pulsar-edit/whats-my-line/archive/348e8d10d9b9a1fd717cd4cc1263297844732768.tar.gz", + "integrity": "sha512-u1sgd/HlNzfoU59aQjiiGxzzvB6vtpFNc/E/C30jUorkCXRyFwTiNKY9rfLLeFLE/3bMRfd84rk7/lijzzg19w==", "requires": { - "dugite": "2.5.2", + "dugite": "2.1.0", "superstring": "^2.4.4", "what-the-diff": "^0.6.0" } diff --git a/package.json b/package.json index 798f584ad7..e170287a05 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "classnames": "2.2.6", "compare-sets": "1.0.1", "dompurify": "2.0.17", - "dugite": "2.5.2", + "dugite": "2.1.0", "event-kit": "2.5.3", "fs-extra": "4.0.3", "graphql": "14.5.8", @@ -75,7 +75,7 @@ "underscore-plus": "1.7.0", "what-the-diff": "0.6.0", "what-the-status": "1.0.3", - "whats-my-line": "https://github.com/pulsar-edit/whats-my-line/archive/4029ca9567a0bf0f12843890461fb13e758cfcbf.tar.gz", + "whats-my-line": "https://github.com/pulsar-edit/whats-my-line/archive/348e8d10d9b9a1fd717cd4cc1263297844732768.tar.gz", "yubikiri": "2.0.0" }, "devDependencies": {