Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 801e01f

Browse files
authored
fix: Upgrade all non-breaking node dependencies (#2759)
* fix: Upgrade all non breaking webhook node dependencies * fix: Upgrade all non breaking binary syncer node dependencies * fix: Upgrade all non breaking runners node dependencies
1 parent 8728523 commit 801e01f

File tree

6 files changed

+1732
-1926
lines changed

6 files changed

+1732
-1926
lines changed

Diff for: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,30 @@
1212
"build": "ncc build src/lambda.ts -o dist",
1313
"dist": "yarn build && cd dist && zip ../runner-binaries-syncer.zip index.js",
1414
"format": "prettier --write \"**/*.ts\"",
15-
"format-check": "prettier --check \"**/*.ts\""
15+
"format-check": "prettier --check \"**/*.ts\"",
16+
"all": "yarn build && yarn format && yarn lint && yarn test"
1617
},
1718
"devDependencies": {
1819
"@octokit/rest": "^19.0.5",
19-
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
20+
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
2021
"@types/jest": "^29.2.4",
21-
"@types/node": "^18.11.12",
22+
"@types/node": "^18.11.14",
2223
"@types/request": "^2.48.8",
23-
"@typescript-eslint/eslint-plugin": "^4.33.0",
24-
"@typescript-eslint/parser": "^4.33.0",
25-
"@vercel/ncc": "^0.34.0",
26-
"aws-sdk": "^2.1271.0",
27-
"eslint": "^7.32.0",
24+
"@typescript-eslint/eslint-plugin": "^5.46.1",
25+
"@typescript-eslint/parser": "^5.46.1",
26+
"@vercel/ncc": "^0.36.0",
27+
"aws-sdk": "^2.1273.0",
28+
"eslint": "^8.29.0",
2829
"eslint-plugin-prettier": "4.2.1",
2930
"jest": "^29.3",
3031
"jest-mock": "^29.3.1",
31-
"prettier": "2.8.0",
32+
"prettier": "2.8.1",
3233
"ts-jest": "^29.0.3",
3334
"ts-node-dev": "^2.0.0",
34-
"typescript": "^4.9.3"
35+
"typescript": "^4.9.4"
3536
},
3637
"dependencies": {
37-
"axios": "^1.2.0",
38+
"axios": "^1.2.1",
3839
"tslog": "^3.3.4"
3940
}
4041
}

0 commit comments

Comments
 (0)