Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#3351)
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 committed Jan 26, 2022
1 parent 5769771 commit 32bf95c
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 181 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"devDependencies": {
"@jest/types": "^27.4.2",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"all-contributors-cli": "^6.20.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@jsii/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"source-map-loader": "^3.0.1",
"ts-jest": "^27.1.3",
"typescript": "~3.9.10",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"
"webpack": "^5.67.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": "^9.1.0",
"jsii-reflect": "^0.0.0",
"log4js": "^6.3.0",
"log4js": "^6.4.1",
"typescript": "~3.9.10",
"yargs": "^16.2.0"
},
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": "^9.1.0",
"log4js": "^6.3.0",
"log4js": "^6.4.1",
"semver": "^7.3.5",
"semver-intersect": "^1.4.0",
"sort-json": "^2.0.0",
Expand Down

0 comments on commit 32bf95c

Please sign in to comment.