Merge pull request #433 from DeeDeeG/package_json-find-and-replace

This commit is contained in:
Amin Yahyaabadi 2022-07-05 19:03:00 -07:00 committed by GitHub
commit f39ec24e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
package-lock.json generated
View File

@ -6302,6 +6302,7 @@
},
"find-and-replace": {
"version": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.1.tar.gz",
"integrity": "sha512-lreq8kgz9Z+kTznBJW/4lhAcnpOBZHlMp3wX4QTOUYA9Dlhljz4HhViLI7+tJAcIQcXXHY4KD5NaVhUMs25IVQ==",
"requires": {
"binary-search": "^1.3.3",
"etch": "0.9.3",

View File

@ -204,7 +204,7 @@
"dev-live-reload": "file:./packages/dev-live-reload",
"encoding-selector": "0.23.9",
"exception-reporting": "file:./packages/exception-reporting",
"find-and-replace": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.1.tar.gz",
"find-and-replace": "0.220.1",
"fuzzy-finder": "1.14.3",
"github": "0.36.10",
"git-diff": "file:./packages/git-diff",