Skip to content

Commit 8ab7c57

Browse files
chore: npm-check-updates && yarn upgrade (#3761)
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
1 parent ee52c24 commit 8ab7c57

File tree

4 files changed

+584
-597
lines changed

4 files changed

+584
-597
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717
"devDependencies": {
1818
"@jest/types": "^28.1.3",
19-
"@types/jest": "^29.0.2",
19+
"@types/jest": "^29.0.3",
2020
"@types/node": "^14.18.29",
21-
"@typescript-eslint/eslint-plugin": "^5.37.0",
22-
"@typescript-eslint/parser": "^5.37.0",
21+
"@typescript-eslint/eslint-plugin": "^5.38.0",
22+
"@typescript-eslint/parser": "^5.38.0",
2323
"all-contributors-cli": "^6.20.4",
2424
"eslint": "^8.23.1",
2525
"eslint-config-prettier": "^8.5.0",
@@ -31,7 +31,7 @@
3131
"jest-circus": "^28.1.3",
3232
"jest-config": "^28.1.3",
3333
"jest-expect-message": "^1.1.2",
34-
"lerna": "^5.5.1",
34+
"lerna": "^5.5.2",
3535
"prettier": "^2.7.1",
3636
"standard-version": "^9.5.0",
3737
"ts-node": "^10.9.1",

packages/@jsii/python-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"jsii-build-tools": "^0.0.0",
4343
"jsii-calc": "^3.20.120",
4444
"jsii-pacmak": "^0.0.0",
45-
"pyright": "^1.1.271"
45+
"pyright": "^1.1.272"
4646
}
4747
}

packages/jsii-pacmak/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"jsii": "^0.0.0",
6666
"jsii-build-tools": "^0.0.0",
6767
"jsii-calc": "^3.20.120",
68-
"pyright": "^1.1.271"
68+
"pyright": "^1.1.272"
6969
},
7070
"keywords": [
7171
"jsii",

0 commit comments

Comments
 (0)