Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#3792)
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 Oct 10, 2022
1 parent 9b6a307 commit 7591af9
Show file tree
Hide file tree
Showing 9 changed files with 470 additions and 447 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.0.3",
"@types/jest": "^29.1.1",
"@types/node": "^14.18.31",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"all-contributors-cli": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"all-contributors-cli": "^6.23.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.1.1",
"jest": "^29.1.2",
"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/check-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
},
"dependencies": {
"chalk": "^4.1.2",
"semver": "^7.3.7"
"semver": "^7.3.8"
}
}
2 changes: 1 addition & 1 deletion packages/@jsii/dotnet-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"@jsii/runtime": "^0.0.0",
"@types/semver": "^7.3.12",
"jsii-build-tools": "^0.0.0",
"semver": "^7.3.7"
"semver": "^7.3.8"
}
}
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.273"
"pyright": "^1.1.274"
}
}
2 changes: 1 addition & 1 deletion packages/jsii-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@jsii/spec": "^0.0.0",
"fs-extra": "^10.1.0",
"jsii-reflect": "^0.0.0",
"log4js": "^6.6.1",
"log4js": "^6.7.0",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jsii-pacmak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"fs-extra": "^10.1.0",
"jsii-reflect": "^0.0.0",
"jsii-rosetta": "^0.0.0",
"semver": "^7.3.7",
"semver": "^7.3.8",
"spdx-license-list": "^6.6.0",
"xmlbuilder": "^15.1.1",
"yargs": "^16.2.0"
Expand All @@ -65,7 +65,7 @@
"jsii": "^0.0.0",
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"pyright": "^1.1.273"
"pyright": "^1.1.274"
},
"keywords": [
"jsii",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-rosetta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@xmldom/xmldom": "^0.8.2",
"workerpool": "^6.2.1",
"yargs": "^16.2.0",
"semver": "^7.3.7",
"semver": "^7.3.8",
"semver-intersect": "^1.4.0",
"fast-glob": "^3.2.12",
"jsii": "0.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"chalk": "^4",
"fast-deep-equal": "^3.1.3",
"fs-extra": "^10.1.0",
"log4js": "^6.6.1",
"semver": "^7.3.7",
"log4js": "^6.7.0",
"semver": "^7.3.8",
"semver-intersect": "^1.4.0",
"sort-json": "^2.0.1",
"spdx-license-list": "^6.6.0",
Expand Down
Loading

0 comments on commit 7591af9

Please sign in to comment.