Skip to content

Commit 89348df

Browse files
committed
deps: upgrade dependencies
1 parent f36bcca commit 89348df

File tree

2 files changed

+962
-801
lines changed

2 files changed

+962
-801
lines changed

package.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,35 +25,34 @@
2525
"test:ci": "jest --runInBand --coverage"
2626
},
2727
"dependencies": {
28-
"@electron/get": "^1.12.4",
29-
"debug": "^4.3.1",
28+
"@electron/get": "^1.13.1",
29+
"debug": "^4.3.3",
3030
"env-paths": "^2.2.1",
3131
"extract-zip": "^2.0.1",
3232
"fs-extra": "^10.0.0",
3333
"getos": "^3.2.1",
3434
"node-fetch": "^2.6.1",
3535
"semver": "^7.3.5",
36-
"simple-git": "^2.41.2"
36+
"simple-git": "^2.48.0"
3737
},
3838
"devDependencies": {
39-
"@microsoft/api-extractor": "^7.18.4",
39+
"@microsoft/api-extractor": "^7.19.4",
4040
"@types/debug": "^4.1.5",
41-
"@types/fs-extra": "^9.0.12",
41+
"@types/fs-extra": "^9.0.13",
4242
"@types/getos": "^3.0.1",
43-
"@types/jest": "^26.0.24",
43+
"@types/jest": "^27.4.0",
4444
"@types/node-fetch": "^2.5.11",
45-
"@types/semver": "^7.3.8",
46-
"@typescript-eslint/eslint-plugin": "^4.28.5",
47-
"@typescript-eslint/parser": "^4.28.5",
48-
"eslint": "^7.31.0",
45+
"@types/semver": "^7.3.9",
46+
"@typescript-eslint/eslint-plugin": "^5.9.1",
47+
"@typescript-eslint/parser": "^5.9.1",
48+
"eslint": "^8.6.0",
4949
"eslint-config-prettier": "^8.3.0",
50-
"eslint-plugin-prettier": "^3.4.0",
51-
"jest": "^27.0.6",
52-
"nock": "^13.1.1",
50+
"eslint-plugin-prettier": "^4.0.0",
51+
"jest": "^27.4.7",
52+
"nock": "^13.2.2",
5353
"npm-run-all": "^4.1.5",
54-
"p-limit": "^3.1.0",
55-
"prettier": "^2.3.2",
56-
"ts-jest": "^27.0.4",
57-
"typescript": "^4.3.5"
54+
"prettier": "^2.5.1",
55+
"ts-jest": "^27.1.2",
56+
"typescript": "^4.5.4"
5857
}
5958
}

0 commit comments

Comments
 (0)