Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#4138)
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 Jun 13, 2023
1 parent 810ba06 commit 66939ca
Show file tree
Hide file tree
Showing 8 changed files with 173 additions and 163 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"devDependencies": {
"@jest/types": "^28.1.3",
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.2",
"@types/node": "^14.18.48",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"all-contributors-cli": "^6.26.0",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-typescript": "^3.5.5",
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 @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/glob": "^8.1.0",
"glob": "^10.2.6"
"glob": "^10.2.7"
},
"scripts": {
"build": "yarn --silent tsc --build && npm run lint",
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.311"
"pyright": "^1.1.313"
}
}
4 changes: 2 additions & 2 deletions 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": "^4.0.1",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1"
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/@jsii/spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"devDependencies": {
"fs-extra": "^10.1.0",
"jsii-build-tools": "^0.0.0",
"typescript-json-schema": "^0.56.0"
"typescript-json-schema": "^0.57.0"
}
}
2 changes: 1 addition & 1 deletion packages/@jsii/spec/src/assembly-utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe(loadAssemblyFromPath, () => {
});

expect(() => loadAssemblyFromPath(tmpdir)).toThrowError(
/Error: Invalid assembly redirect:\n \* redirect\/compression must be equal to one of the allowed values/m,
/Error: Invalid assembly redirect:\n \* redirect\/compression must be equal to constant/m,
);
});

Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-pacmak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"jsii": "^0.0.0",
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"pyright": "^1.1.311"
"pyright": "^1.1.313"
},
"keywords": [
"jsii",
Expand Down
314 changes: 162 additions & 152 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 66939ca

Please sign in to comment.