Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#4247)
Browse files Browse the repository at this point in the history
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
  • Loading branch information
aws-cdk-automation authored Aug 23, 2023
1 parent 5914627 commit e0c4e5c
Show file tree
Hide file tree
Showing 5 changed files with 553 additions and 542 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
},
"devDependencies": {
"@jest/types": "^28.1.3",
"@types/jest": "^29.5.3",
"@types/node": "^14.18.54",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@types/jest": "^29.5.4",
"@types/node": "^14.18.55",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"all-contributors-cli": "^6.26.1",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.2",
"jest": "^29.6.3",
"jest-circus": "^28.1.3",
"jest-config": "^28.1.3",
"jest-expect-message": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/python-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"jsii-pacmak": "^0.0.0",
"pyright": "^1.1.323"
"pyright": "^1.1.324"
}
}
2 changes: 1 addition & 1 deletion packages/jsii-pacmak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"jsii": "^0.0.0",
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"pyright": "^1.1.323"
"pyright": "^1.1.324"
},
"keywords": [
"jsii",
Expand Down
4 changes: 2 additions & 2 deletions packages/jsii-rosetta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/commonmark": "^0.27.6",
"@types/mock-fs": "^4.13.1",
"@types/stream-json": "^1.7.3",
"@types/workerpool": "^6.4.0",
"@types/workerpool": "^6.4.1",
"@types/semver": "^7.5.0",
"jsii-build-tools": "0.0.0",
"memory-streams": "^0.1.3",
Expand All @@ -31,7 +31,7 @@
"commonmark": "^0.30.0",
"typescript": "~3.9.10",
"@xmldom/xmldom": "^0.8.10",
"workerpool": "^6.4.0",
"workerpool": "^6.4.2",
"yargs": "^16.2.0",
"stream-json": "^1.8.0",
"semver": "^7.5.4",
Expand Down
Loading

0 comments on commit e0c4e5c

Please sign in to comment.