Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#3556)
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 May 20, 2022
1 parent 4acff2c commit ac939ce
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 74 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@jest/types": "^28.1.0",
"@types/jest": "^27.5.1",
"@types/node": "^12.20.51",
"@types/node": "^12.20.52",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"all-contributors-cli": "^6.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/glob": "^7.2.0",
"glob": "^8.0.1"
"glob": "^8.0.3"
},
"scripts": {
"build": "tsc --build && npm run lint",
Expand Down
4 changes: 2 additions & 2 deletions packages/@jsii/spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"package": "package-js"
},
"dependencies": {
"jsonschema": "^1.4.0"
"jsonschema": "^1.4.1"
},
"devDependencies": {
"jsii-build-tools": "^0.0.0",
"typescript-json-schema": "^0.53.0"
"typescript-json-schema": "^0.53.1"
}
}
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.6",
"log4js": "^6.4.7",
"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.6",
"log4js": "^6.4.7",
"semver": "^7.3.7",
"semver-intersect": "^1.4.0",
"sort-json": "^2.0.1",
Expand Down
154 changes: 86 additions & 68 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac939ce

Please sign in to comment.