graceful-electron-updater 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graceful-electron-updater",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "graceful-electron-updater is a software updator management solution for Electron applications, It is convenient to complete full software update and dynamic update.",
5
5
  "scripts": {
6
6
  "build": "sh ./build.sh",
@@ -28,7 +28,7 @@
28
28
  "eventemitter3": "^4.0.0",
29
29
  "lodash": "4",
30
30
  "moment": "2",
31
- "nanoid": "^4.0.0",
31
+ "nanoid": "^3.3.4",
32
32
  "rimraf-alt": "*",
33
33
  "sudo-prompt-alt": "9",
34
34
  "urllib": "2"