Skip to content

Commit 5edec0f

Browse files
committed
fix: upgrade packages to latest
1 parent fd42b39 commit 5edec0f

File tree

2 files changed

+88
-34
lines changed

2 files changed

+88
-34
lines changed

package-lock.json

Lines changed: 74 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,38 +38,38 @@
3838
"dependencies": {
3939
"@kubernetes/client-node": "^0.15.1",
4040
"@snyk/dep-graph": "^1.29.0",
41-
"async": "^3.2.1",
42-
"aws-sdk": "^2.1012.0",
41+
"async": "^3.2.2",
42+
"aws-sdk": "^2.1032.0",
4343
"bunyan": "^1.8.15",
4444
"child-process-promise": "^2.2.1",
4545
"fs-extra": "^10.0.0",
4646
"lru-cache": "^6.0.0",
47-
"needle": "^2.9.1",
47+
"needle": "^3.0.0",
4848
"sleep-promise": "^9.1.0",
4949
"snyk-config": "5.0.0",
5050
"snyk-docker-plugin": "^4.26.1",
51-
"source-map-support": "^0.5.20",
51+
"source-map-support": "^0.5.21",
5252
"tunnel": "0.0.6",
53-
"typescript": "^4.4.4",
53+
"typescript": "^4.5.2",
5454
"yaml": "^1.10.2"
5555
},
5656
"devDependencies": {
5757
"@commitlint/cli": "^12.1.4",
58-
"@types/async": "^3.2.5",
59-
"@types/child-process-promise": "^2.2.1",
58+
"@types/async": "^3.2.10",
59+
"@types/child-process-promise": "^2.2.2",
6060
"@types/jest": "^26.0.21",
6161
"@types/lru-cache": "^5.1.0",
62-
"@types/needle": "^2.0.4",
63-
"@types/node": "^16.11.6",
62+
"@types/needle": "^2.5.2",
63+
"@types/node": "^16.11.9",
6464
"@types/tunnel": "0.0.2",
65-
"@typescript-eslint/eslint-plugin": "^4.25.0",
66-
"@typescript-eslint/parser": "^4.25.0",
67-
"eslint": "^7.27.0",
65+
"@typescript-eslint/eslint-plugin": "^4.33.0",
66+
"@typescript-eslint/parser": "^4.33.0",
67+
"eslint": "^7.32.0",
6868
"eslint-config-prettier": "^8.3.0",
69-
"eslint-plugin-prettier": "^3.4.0",
69+
"eslint-plugin-prettier": "^3.4.1",
7070
"jest": "^26.6.3",
7171
"nock": "^13.0.11",
72-
"prettier": "^2.3.0",
72+
"prettier": "^2.4.1",
7373
"ts-jest": "^26.5.6",
7474
"ts-node": "^10.4.0",
7575
"tsc-watch": "^4.5.0"

0 commit comments

Comments
 (0)