Skip to content

Commit bc0a1de

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

File tree

4 files changed

+181
-181
lines changed

4 files changed

+181
-181
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"@jest/types": "^29.6.3",
2020
"@types/jest": "^29.5.14",
2121
"@types/node": "^18",
22-
"@typescript-eslint/eslint-plugin": "^8.30.1",
23-
"@typescript-eslint/parser": "^8.30.1",
22+
"@typescript-eslint/eslint-plugin": "^8.31.0",
23+
"@typescript-eslint/parser": "^8.31.0",
2424
"all-contributors-cli": "^6.26.1",
25-
"eslint": "^9.25.0",
25+
"eslint": "^9.25.1",
2626
"eslint-config-prettier": "^10.1.2",
2727
"eslint-import-resolver-node": "^0.3.9",
28-
"eslint-import-resolver-typescript": "^4.3.3",
28+
"eslint-import-resolver-typescript": "^4.3.4",
2929
"eslint-plugin-import": "2.31.0",
3030
"eslint-plugin-prettier": "^5.2.6",
3131
"jest": "^29.7.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"jsii-build-tools": "^0.0.0",
4545
"jsii-calc": "^3.20.120",
4646
"jsii-pacmak": "^0.0.0",
47-
"pyright": "^1.1.398"
47+
"pyright": "^1.1.400"
4848
}
4949
}

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-build-tools": "^0.0.0",
6666
"jsii-calc": "^3.20.120",
6767
"jsii-rosetta": "~5.8.0",
68-
"pyright": "^1.1.398"
68+
"pyright": "^1.1.400"
6969
},
7070
"peerDependencies": {
7171
"jsii-rosetta": ">=5.5.0"

0 commit comments

Comments
 (0)