diff --git a/package-lock.json b/package-lock.json index 0a53a08eb..2ac02a238 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3100,8 +3100,8 @@ } }, "find-and-replace": { - "version": "https://www.atom.io/api/packages/find-and-replace/versions/0.219.3/tarball", - "integrity": "sha512-Ixc+4g6rAjO6L6QPdii8W0fTxGgjMO9AydodAEA6/o91bScGB4veKfn/yiZSMoXQwivw5fJpt8ZiMZ85lSijKw==", + "version": "https://www.atom.io/api/packages/find-and-replace/versions/0.219.5/tarball", + "integrity": "sha512-FVi54caB9IFGRBxye9nqnshryjCGhumlqioU/fwJTE+N8kUmJ/zjTUKiy9FhDK5782PUc4ig0cHimbH7o8vxmA==", "requires": { "binary-search": "^1.3.3", "etch": "0.9.3", diff --git a/package.json b/package.json index e200274f3..8e22d991f 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "etch": "^0.12.6", "event-kit": "^2.5.3", "exception-reporting": "file:packages/exception-reporting", - "find-and-replace": "https://www.atom.io/api/packages/find-and-replace/versions/0.219.3/tarball", + "find-and-replace": "https://www.atom.io/api/packages/find-and-replace/versions/0.219.5/tarball", "find-parent-dir": "^0.3.0", "first-mate": "7.4.1", "focus-trap": "2.4.5", @@ -202,7 +202,7 @@ "dev-live-reload": "file:./packages/dev-live-reload", "encoding-selector": "0.23.9", "exception-reporting": "file:./packages/exception-reporting", - "find-and-replace": "0.219.3", + "find-and-replace": "0.219.5", "fuzzy-finder": "1.14.2", "github": "0.34.2", "git-diff": "file:./packages/git-diff",