Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#3821)
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 Nov 8, 2022
1 parent 962be4f commit ec202e2
Show file tree
Hide file tree
Showing 10 changed files with 191 additions and 185 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},
"devDependencies": {
"@jest/types": "^28.1.3",
"@types/jest": "^29.2.0",
"@types/node": "^14.18.32",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@types/jest": "^29.2.1",
"@types/node": "^14.18.33",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"all-contributors-cli": "^6.24.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.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 @@ -8,7 +8,7 @@
"fs-extra": "^10.1.0",
"jsii": "^0.0.0",
"npm": "^8.19.2",
"tar": "^6.1.11",
"tar": "^6.1.12",
"typescript": "~3.9.10",
"yargs": "^16.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/dotnet-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@jsii/runtime": "^0.0.0",
"@types/semver": "^7.3.12",
"@types/semver": "^7.3.13",
"jsii-build-tools": "^0.0.0",
"semver": "^7.3.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/integ-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"jsii": "^0.0.0",
"jsii-pacmak": "^0.0.0",
"jsii-rosetta": "^0.0.0",
"tar": "^6.1.11"
"tar": "^6.1.12"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@jsii/spec": "^0.0.0",
"fs-extra": "^10.1.0",
"lockfile": "^1.0.4",
"tar": "^6.1.11"
"tar": "^6.1.12"
},
"devDependencies": {
"@scope/jsii-calc-base": "^0.0.0",
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.277"
"pyright": "^1.1.278"
}
}
4 changes: 2 additions & 2 deletions packages/jsii-pacmak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
"@types/diff": "^5.0.2",
"@types/commonmark": "^0.27.5",
"@types/fs-extra": "^9.0.13",
"@types/semver": "^7.3.12",
"@types/semver": "^7.3.13",
"diff": "^5.1.0",
"jsii": "^0.0.0",
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"pyright": "^1.1.277"
"pyright": "^1.1.278"
},
"keywords": [
"jsii",
Expand Down
6 changes: 3 additions & 3 deletions packages/jsii-rosetta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"@types/commonmark": "^0.27.5",
"@types/mock-fs": "^4.13.1",
"@types/workerpool": "^6.1.0",
"@types/semver": "^7.3.12",
"@types/semver": "^7.3.13",
"jsii-build-tools": "0.0.0",
"memory-streams": "^0.1.3",
"mock-fs": "^5.1.4"
"mock-fs": "^5.2.0"
},
"dependencies": {
"@jsii/check-node": "0.0.0",
"@jsii/spec": "0.0.0",
"commonmark": "^0.30.0",
"typescript": "~3.9.10",
"@xmldom/xmldom": "^0.8.3",
"@xmldom/xmldom": "^0.8.5",
"workerpool": "^6.3.0",
"yargs": "^16.2.0",
"semver": "^7.3.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/clone": "^2.1.1",
"@types/deep-equal": "^1.0.1",
"@types/fs-extra": "^9.0.13",
"@types/semver": "^7.3.12",
"@types/semver": "^7.3.13",
"clone": "^2.1.2",
"jsii-build-tools": "^0.0.0"
}
Expand Down
Loading

0 comments on commit ec202e2

Please sign in to comment.