diff --git a/package-lock.json b/package-lock.json index fceebfb0349..30d191d2243 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "atom", - "version": "1.61.0-dev", + "version": "1.63.0-dev", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3471,8 +3471,7 @@ } }, "find-and-replace": { - "version": "https://www.atom.io/api/packages/find-and-replace/versions/0.219.8/tarball", - "integrity": "sha512-5jb+LoQFijsADkyD2t4vZl2vgSKN+4d157NMRZYwwEAytVNEvpDsq2QBZapbcTVISRIvOoznT5tu1RrqkWl+zw==", + "version": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.1.tar.gz", "requires": { "binary-search": "^1.3.3", "etch": "0.9.3", diff --git a/package.json b/package.json index 96b80746396..32993f677c6 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "etch": "0.14.1", "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.8/tarball", + "find-and-replace": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.1.tar.gz", "find-parent-dir": "^0.3.0", "first-mate": "7.4.3", "focus-trap": "6.3.0", @@ -203,7 +203,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.8", + "find-and-replace": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.1.tar.gz", "fuzzy-finder": "1.14.3", "github": "0.36.10", "git-diff": "file:./packages/git-diff",