mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
chore: upgrade deps
This commit is contained in:
parent
786f95ec67
commit
9ee53a6bc1
2 changed files with 22 additions and 67 deletions
87
package-lock.json
generated
87
package-lock.json
generated
|
|
@ -23,7 +23,7 @@
|
|||
"electron-window-state": "5.0.3",
|
||||
"errio": "1.2.2",
|
||||
"fs-extra": "10.0.0",
|
||||
"git-sync-js": "0.4.4",
|
||||
"git-sync-js": "^0.4.5",
|
||||
"i18next": "21.3.2",
|
||||
"i18next-electron-fs-backend": "2.0.0",
|
||||
"i18next-fs-backend": "1.1.1",
|
||||
|
|
@ -5257,6 +5257,7 @@
|
|||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npm.taobao.org/at-least-node/download/at-least-node-1.0.0.tgz",
|
||||
"integrity": "sha1-YCzUtG6EStTv/JKoARo8RuAjjcI=",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">= 4.0.0"
|
||||
}
|
||||
|
|
@ -7661,8 +7662,9 @@
|
|||
},
|
||||
"node_modules/dugite": {
|
||||
"version": "1.104.0",
|
||||
"resolved": "https://registry.npmmirror.com/dugite/download/dugite-1.104.0.tgz",
|
||||
"integrity": "sha1-N4q0uGqHW/kXP7kV0XjJlK5ShJk=",
|
||||
"resolved": "https://registry.npmjs.org/dugite/-/dugite-1.104.0.tgz",
|
||||
"integrity": "sha512-7fLSbie3OD3wDlCtauG082A8Ox7V0qG4065tFsBiNNP4yBWtKM28xY6u68ujpdjCPsSXCVmASNb8X4diKCqTDA==",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"checksum": "^0.1.1",
|
||||
"got": "^9.6.0",
|
||||
|
|
@ -11357,42 +11359,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/git-sync-js": {
|
||||
"version": "0.4.4",
|
||||
"resolved": "https://registry.npmmirror.com/git-sync-js/download/git-sync-js-0.4.4.tgz",
|
||||
"integrity": "sha1-OrrcsVcPnqFzJ5mZbS9epLI1lHw=",
|
||||
"license": "MIT",
|
||||
"version": "0.4.5",
|
||||
"resolved": "https://registry.npmjs.org/git-sync-js/-/git-sync-js-0.4.5.tgz",
|
||||
"integrity": "sha512-q0qtXqkm27XSHOYhhJ/15YfO5nmQnRxVaSYm5Xy3ODyQ3Y7zDBV0HGTX196cs+jw7hcRRPM0S26IkAV7x4tCIw==",
|
||||
"dependencies": {
|
||||
"dugite": "^1.103.0",
|
||||
"fs-extra": "^9.1.0",
|
||||
"isomorphic-git": "^1.9.2",
|
||||
"dugite": "^1.104.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"isomorphic-git": "^1.10.1",
|
||||
"lodash": "^4.17.21"
|
||||
}
|
||||
},
|
||||
"node_modules/git-sync-js/node_modules/fs-extra": {
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmmirror.com/fs-extra/download/fs-extra-9.1.0.tgz?cache=0&sync_timestamp=1632811817824&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ffs-extra%2Fdownload%2Ffs-extra-9.1.0.tgz",
|
||||
"integrity": "sha1-WVRGDHZKjaIJS6NVS/g55rmnyG0=",
|
||||
"dependencies": {
|
||||
"at-least-node": "^1.0.0",
|
||||
"graceful-fs": "^4.2.0",
|
||||
"jsonfile": "^6.0.1",
|
||||
"universalify": "^2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/git-sync-js/node_modules/jsonfile": {
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.nlark.com/jsonfile/download/jsonfile-6.1.0.tgz",
|
||||
"integrity": "sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4=",
|
||||
"dependencies": {
|
||||
"universalify": "^2.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"graceful-fs": "^4.1.6"
|
||||
}
|
||||
},
|
||||
"node_modules/github-from-package": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "https://registry.npm.taobao.org/github-from-package/download/github-from-package-0.0.0.tgz",
|
||||
|
|
@ -26170,7 +26146,8 @@
|
|||
"at-least-node": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npm.taobao.org/at-least-node/download/at-least-node-1.0.0.tgz",
|
||||
"integrity": "sha1-YCzUtG6EStTv/JKoARo8RuAjjcI="
|
||||
"integrity": "sha1-YCzUtG6EStTv/JKoARo8RuAjjcI=",
|
||||
"dev": true
|
||||
},
|
||||
"atob": {
|
||||
"version": "2.1.2",
|
||||
|
|
@ -28148,8 +28125,8 @@
|
|||
},
|
||||
"dugite": {
|
||||
"version": "1.104.0",
|
||||
"resolved": "https://registry.npmmirror.com/dugite/download/dugite-1.104.0.tgz",
|
||||
"integrity": "sha1-N4q0uGqHW/kXP7kV0XjJlK5ShJk=",
|
||||
"resolved": "https://registry.npmjs.org/dugite/-/dugite-1.104.0.tgz",
|
||||
"integrity": "sha512-7fLSbie3OD3wDlCtauG082A8Ox7V0qG4065tFsBiNNP4yBWtKM28xY6u68ujpdjCPsSXCVmASNb8X4diKCqTDA==",
|
||||
"requires": {
|
||||
"checksum": "^0.1.1",
|
||||
"got": "^9.6.0",
|
||||
|
|
@ -31115,36 +31092,14 @@
|
|||
}
|
||||
},
|
||||
"git-sync-js": {
|
||||
"version": "0.4.4",
|
||||
"resolved": "https://registry.npmmirror.com/git-sync-js/download/git-sync-js-0.4.4.tgz",
|
||||
"integrity": "sha1-OrrcsVcPnqFzJ5mZbS9epLI1lHw=",
|
||||
"version": "0.4.5",
|
||||
"resolved": "https://registry.npmjs.org/git-sync-js/-/git-sync-js-0.4.5.tgz",
|
||||
"integrity": "sha512-q0qtXqkm27XSHOYhhJ/15YfO5nmQnRxVaSYm5Xy3ODyQ3Y7zDBV0HGTX196cs+jw7hcRRPM0S26IkAV7x4tCIw==",
|
||||
"requires": {
|
||||
"dugite": "^1.103.0",
|
||||
"fs-extra": "^9.1.0",
|
||||
"isomorphic-git": "^1.9.2",
|
||||
"dugite": "^1.104.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"isomorphic-git": "^1.10.1",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-extra": {
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmmirror.com/fs-extra/download/fs-extra-9.1.0.tgz?cache=0&sync_timestamp=1632811817824&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ffs-extra%2Fdownload%2Ffs-extra-9.1.0.tgz",
|
||||
"integrity": "sha1-WVRGDHZKjaIJS6NVS/g55rmnyG0=",
|
||||
"requires": {
|
||||
"at-least-node": "^1.0.0",
|
||||
"graceful-fs": "^4.2.0",
|
||||
"jsonfile": "^6.0.1",
|
||||
"universalify": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"jsonfile": {
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.nlark.com/jsonfile/download/jsonfile-6.1.0.tgz",
|
||||
"integrity": "sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4=",
|
||||
"requires": {
|
||||
"graceful-fs": "^4.1.6",
|
||||
"universalify": "^2.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"github-from-package": {
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
"electron-window-state": "5.0.3",
|
||||
"errio": "1.2.2",
|
||||
"fs-extra": "10.0.0",
|
||||
"git-sync-js": "0.4.4",
|
||||
"git-sync-js": "^0.4.5",
|
||||
"i18next": "21.3.2",
|
||||
"i18next-electron-fs-backend": "2.0.0",
|
||||
"i18next-fs-backend": "1.1.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue