|
7 | 7 | "@wireapp/commons": "5.4.0",
|
8 | 8 | "@wireapp/protocol-messaging": "1.51.0",
|
9 | 9 | "@wireapp/react-ui-kit": "9.28.1",
|
10 |
| - "@wireapp/webapp-events": "0.24.3", |
| 10 | + "@wireapp/webapp-events": "0.28.0", |
11 | 11 | "auto-launch": "5.0.6",
|
12 | 12 | "axios": "0.21.2",
|
13 | 13 | "content-type": "1.0.5",
|
|
42 | 42 | "@babel/preset-typescript": "7.26.0",
|
43 | 43 | "@babel/register": "7.25.9",
|
44 | 44 | "@electron/fuses": "1.8.0",
|
45 |
| - "@electron/osx-sign": "1.3.1", |
| 45 | + "@electron/osx-sign": "1.3.2", |
46 | 46 | "@types/adm-zip": "0.5.7",
|
47 | 47 | "@types/amplify": "1.1.28",
|
48 | 48 | "@types/auto-launch": "5.0.5",
|
|
52 | 52 | "@types/hapi__joi": "^17.1.15",
|
53 | 53 | "@types/is-ci": "3.0.4",
|
54 | 54 | "@types/jest": "^29.5.14",
|
55 |
| - "@types/lodash": "4.17.13", |
| 55 | + "@types/lodash": "4.17.14", |
56 | 56 | "@types/minimist": "1.2.5",
|
57 | 57 | "@types/mocha": "10.0.10",
|
58 |
| - "@types/node": "18.19.67", |
| 58 | + "@types/node": "18.19.70", |
59 | 59 | "@types/open-graph": "0.2.5",
|
60 | 60 | "@types/platform": "1.3.6",
|
61 | 61 | "@types/prettier": "^2.7.3",
|
|
78 | 78 | "babel-loader": "9.2.1",
|
79 | 79 | "babel-plugin-istanbul": "6.1.1",
|
80 | 80 | "commander": "12.1.0",
|
81 |
| - "core-js": "3.39.0", |
| 81 | + "core-js": "3.40.0", |
82 | 82 | "cross-env": "7.0.3",
|
83 | 83 | "css-loader": "7.1.2",
|
84 | 84 | "dotenv": "16.4.7",
|
85 |
| - "electron": "33.3.0", |
| 85 | + "electron": "34.0.0", |
86 | 86 | "electron-builder": "24.13.3",
|
87 | 87 | "electron-mocha": "12.3.1",
|
88 | 88 | "electron-packager": "17.1.2",
|
|
95 | 95 | "eslint-plugin-header": "3.1.1",
|
96 | 96 | "eslint-plugin-import": "^2.31.0",
|
97 | 97 | "eslint-plugin-jasmine": "4.2.2",
|
98 |
| - "eslint-plugin-jest": "28.9.0", |
| 98 | + "eslint-plugin-jest": "28.11.0", |
99 | 99 | "eslint-plugin-jest-dom": "5.5.0",
|
100 | 100 | "eslint-plugin-jsdoc": "48.11.0",
|
101 | 101 | "eslint-plugin-jsx-a11y": "6.10.2",
|
102 | 102 | "eslint-plugin-no-unsanitized": "4.0.2",
|
103 | 103 | "eslint-plugin-prettier": "4.2.1",
|
104 |
| - "eslint-plugin-react": "7.37.2", |
| 104 | + "eslint-plugin-react": "7.37.4", |
105 | 105 | "eslint-plugin-react-hooks": "4.6.2",
|
106 | 106 | "eslint-plugin-simple-import-sort": "12.1.1",
|
107 | 107 | "eslint-plugin-testing-library": "6.5.0",
|
|
111 | 111 | "is-ci": "3.0.1",
|
112 | 112 | "jest": "29.7.0",
|
113 | 113 | "jest-environment-jsdom": "29.7.0",
|
114 |
| - "lint-staged": "15.2.10", |
| 114 | + "lint-staged": "15.3.0", |
115 | 115 | "mocha": "10.8.2",
|
116 | 116 | "nock": "13.5.6",
|
117 | 117 | "nyc": "15.1.0",
|
|
121 | 121 | "sort-json": "2.0.1",
|
122 | 122 | "style-loader": "4.0.0",
|
123 | 123 | "ts-node": "10.9.2",
|
124 |
| - "typescript": "5.7.2", |
| 124 | + "typescript": "5.7.3", |
125 | 125 | "webpack": "5.97.1",
|
126 | 126 | "webpack-cli": "5.1.4"
|
127 | 127 | },
|
|
203 | 203 | "translate:upload": "ts-node -P tsconfig.bin.json ./bin/translations_upload.ts",
|
204 | 204 | "translate:download": "ts-node -P tsconfig.bin.json ./bin/translations_download.ts"
|
205 | 205 | },
|
206 |
| - "version": "3.38.0", |
| 206 | + "version": "3.39.0", |
207 | 207 | "packageManager": "[email protected]"
|
208 | 208 | }
|
0 commit comments