Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#3583)
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.

Co-authored-by: AWS CDK Automation <aws-cdk-automation@users.noreply.github.com>
  • Loading branch information
aws-cdk-automation and aws-cdk-automation committed Jun 13, 2022
1 parent f754baa commit 3052275
Show file tree
Hide file tree
Showing 6 changed files with 1,032 additions and 1,088 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
"compliance": "(cd tools/jsii-compliance && yarn report)"
},
"devDependencies": {
"@jest/types": "^28.1.0",
"@types/jest": "^28.1.0",
"@types/node": "^12.20.54",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@jest/types": "^28.1.1",
"@types/jest": "^28.1.1",
"@types/node": "^12.20.55",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"all-contributors-cli": "^6.20.0",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.0",
"jest-circus": "^28.1.0",
"jest-config": "^28.1.0",
"jest": "^28.1.1",
"jest-circus": "^28.1.1",
"jest-config": "^28.1.1",
"jest-expect-message": "^1.0.2",
"lerna": "^5.0.0",
"lerna": "^5.1.0",
"prettier": "^2.6.2",
"standard-version": "^9.5.0",
"ts-node": "^10.8.0",
"typescript": "~4.7.2"
"ts-node": "^10.8.1",
"typescript": "~4.7.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"source-map-loader": "^3.0.1",
"webpack": "^5.72.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
}
}
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.4.7",
"log4js": "^6.5.2",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"chalk": "^4",
"deep-equal": "^2.0.5",
"fs-extra": "^10.1.0",
"log4js": "^6.4.7",
"log4js": "^6.5.2",
"semver": "^7.3.7",
"semver-intersect": "^1.4.0",
"sort-json": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tools/jsii-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"chalk": "^4.1.2",
"diff": "^5.0.0"
"diff": "^5.1.0"
}
}
Loading

0 comments on commit 3052275

Please sign in to comment.