Skip to content

Commit 3abe20f

Browse files
chore: npm-check-updates && yarn upgrade (#3667)
Co-authored-by: AWS CDK Automation <[email protected]>
1 parent d220fd6 commit 3abe20f

File tree

3 files changed

+555
-559
lines changed

3 files changed

+555
-559
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@
1515
"compliance": "(cd tools/jsii-compliance && yarn report)"
1616
},
1717
"devDependencies": {
18-
"@jest/types": "^28.1.1",
19-
"@types/jest": "^28.1.5",
20-
"@types/node": "^14.18.21",
21-
"@typescript-eslint/eslint-plugin": "^5.30.6",
22-
"@typescript-eslint/parser": "^5.30.6",
18+
"@jest/types": "^28.1.3",
19+
"@types/jest": "^28.1.6",
20+
"@types/node": "^14.18.22",
21+
"@typescript-eslint/eslint-plugin": "^5.30.7",
22+
"@typescript-eslint/parser": "^5.30.7",
2323
"all-contributors-cli": "^6.20.0",
24-
"eslint": "^8.19.0",
24+
"eslint": "^8.20.0",
2525
"eslint-config-prettier": "^8.5.0",
2626
"eslint-import-resolver-node": "^0.3.6",
27-
"eslint-import-resolver-typescript": "^3.2.5",
27+
"eslint-import-resolver-typescript": "^3.3.0",
2828
"eslint-plugin-import": "^2.26.0",
2929
"eslint-plugin-prettier": "^4.2.1",
30-
"jest": "^28.1.2",
31-
"jest-circus": "^28.1.2",
32-
"jest-config": "^28.1.2",
30+
"jest": "^28.1.3",
31+
"jest-circus": "^28.1.3",
32+
"jest-config": "^28.1.3",
3333
"jest-expect-message": "^1.0.2",
3434
"lerna": "^5.1.8",
3535
"prettier": "^2.7.1",
3636
"standard-version": "^9.5.0",
37-
"ts-node": "^10.8.2",
37+
"ts-node": "^10.9.1",
3838
"typescript": "~4.7.4"
3939
},
4040
"repository": {

packages/@jsii/benchmarks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"fs-extra": "^10.1.0",
99
"jsii": "^0.0.0",
10-
"npm": "^8.13.2",
10+
"npm": "^8.14.0",
1111
"tar": "^6.1.11",
1212
"typescript": "~3.9.10",
1313
"yargs": "^16.2.0"

0 commit comments

Comments
 (0)