|
1 | 1 | { |
2 | 2 | "name": "app-builder-lib", |
3 | 3 | "description": "electron-builder lib", |
4 | | - "version": "22.11.1", |
| 4 | + "version": "22.11.2", |
5 | 5 | "main": "out/index.js", |
6 | 6 | "files": [ |
7 | 7 | "out", |
|
45 | 45 | "dependencies": { |
46 | 46 | "7zip-bin": "~5.1.1", |
47 | 47 | "@develar/schema-utils": "~2.6.5", |
48 | | - "@electron/universal": "1.0.4", |
| 48 | + "@electron/universal": "1.0.5", |
49 | 49 | "@malept/flatpak-bundler": "^0.4.0", |
50 | 50 | "async-exit-hook": "^2.0.1", |
51 | 51 | "bluebird-lst": "^1.0.9", |
|
55 | 55 | "debug": "^4.3.2", |
56 | 56 | "ejs": "^3.1.6", |
57 | 57 | "electron-publish": "workspace:*", |
58 | | - "fs-extra": "^9.1.0", |
59 | | - "hosted-git-info": "^4.0.0", |
| 58 | + "fs-extra": "^10.0.0", |
| 59 | + "hosted-git-info": "^4.0.2", |
60 | 60 | "is-ci": "^3.0.0", |
61 | 61 | "isbinaryfile": "^4.0.8", |
62 | | - "js-yaml": "^4.0.0", |
| 62 | + "js-yaml": "^4.1.0", |
63 | 63 | "lazy-val": "^1.0.4", |
64 | 64 | "minimatch": "^3.0.4", |
65 | 65 | "read-config-file": "6.1.0", |
66 | 66 | "sanitize-filename": "^1.6.3", |
67 | | - "semver": "^7.3.4", |
| 67 | + "semver": "^7.3.5", |
68 | 68 | "temp-file": "^3.3.7" |
69 | 69 | }, |
70 | 70 | "///": "babel in devDependencies for proton tests", |
71 | 71 | "devDependencies": { |
72 | | - "@babel/core": "^7.12.16", |
73 | | - "@babel/plugin-proposal-class-properties": "^7.12.13", |
74 | | - "@babel/plugin-proposal-decorators": "^7.12.13", |
75 | | - "@babel/plugin-proposal-do-expressions": "^7.12.13", |
| 72 | + "@babel/core": "^7.14.0", |
| 73 | + "@babel/plugin-proposal-class-properties": "^7.13.0", |
| 74 | + "@babel/plugin-proposal-decorators": "^7.13.15", |
| 75 | + "@babel/plugin-proposal-do-expressions": "^7.14.0", |
76 | 76 | "@babel/plugin-proposal-export-default-from": "^7.12.13", |
77 | 77 | "@babel/plugin-proposal-export-namespace-from": "^7.12.13", |
78 | 78 | "@babel/plugin-proposal-function-bind": "^7.12.13", |
79 | 79 | "@babel/plugin-proposal-function-sent": "^7.12.13", |
80 | | - "@babel/plugin-proposal-json-strings": "^7.12.13", |
81 | | - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", |
82 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13", |
| 80 | + "@babel/plugin-proposal-json-strings": "^7.13.8", |
| 81 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.13.8", |
| 82 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", |
83 | 83 | "@babel/plugin-proposal-numeric-separator": "^7.12.13", |
84 | | - "@babel/plugin-proposal-optional-chaining": "^7.12.16", |
| 84 | + "@babel/plugin-proposal-optional-chaining": "^7.13.12", |
85 | 85 | "@babel/plugin-proposal-pipeline-operator": "^7.12.13", |
86 | 86 | "@babel/plugin-proposal-throw-expressions": "^7.12.13", |
87 | 87 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
88 | 88 | "@babel/plugin-syntax-import-meta": "^7.10.4", |
89 | | - "@babel/preset-env": "^7.12.16", |
90 | | - "@babel/preset-react": "^7.12.13", |
| 89 | + "@babel/preset-env": "^7.14.1", |
| 90 | + "@babel/preset-react": "^7.13.13", |
91 | 91 | "@types/debug": "^4.1.5", |
92 | | - "@types/ejs": "^3.0.5", |
93 | | - "@types/fs-extra": "^9.0.7", |
| 92 | + "@types/ejs": "^3.0.6", |
| 93 | + "@types/fs-extra": "^9.0.11", |
94 | 94 | "@types/hosted-git-info": "^3.0.1", |
95 | 95 | "@types/is-ci": "^3.0.0", |
96 | | - "@types/js-yaml": "^4.0.0", |
97 | | - "@types/semver": "^7.3.4", |
| 96 | + "@types/js-yaml": "^4.0.1", |
| 97 | + "@types/semver": "^7.3.5", |
98 | 98 | "dmg-builder": "workspace:*", |
99 | 99 | "electron-builder-squirrel-windows": "workspace:*" |
100 | 100 | }, |
|
0 commit comments