Skip to content

Commit cde3db6

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

File tree

6 files changed

+268
-229
lines changed

6 files changed

+268
-229
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@jest/types": "^28.1.3",
1919
"@types/jest": "^29.5.3",
2020
"@types/node": "^14.18.53",
21-
"@typescript-eslint/eslint-plugin": "^6.0.0",
22-
"@typescript-eslint/parser": "^6.0.0",
21+
"@typescript-eslint/eslint-plugin": "^6.1.0",
22+
"@typescript-eslint/parser": "^6.1.0",
2323
"all-contributors-cli": "^6.26.1",
24-
"eslint": "^8.44.0",
24+
"eslint": "^8.45.0",
2525
"eslint-config-prettier": "^8.8.0",
2626
"eslint-import-resolver-node": "^0.3.7",
2727
"eslint-import-resolver-typescript": "^3.5.5",
@@ -31,7 +31,7 @@
3131
"jest-circus": "^28.1.3",
3232
"jest-config": "^28.1.3",
3333
"jest-expect-message": "^1.1.3",
34-
"lerna": "^7.1.3",
34+
"lerna": "^7.1.4",
3535
"prettier": "^3.0.0",
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.317"
45+
"pyright": "^1.1.318"
4646
}
4747
}

packages/@jsii/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"jsii-build-tools": "^0.0.0",
4545
"jsii-calc": "^3.20.120",
4646
"source-map-loader": "^4.0.1",
47-
"webpack": "^5.88.1",
47+
"webpack": "^5.88.2",
4848
"webpack-cli": "^5.1.4"
4949
}
5050
}

packages/@jsii/spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"devDependencies": {
3737
"fs-extra": "^10.1.0",
3838
"jsii-build-tools": "^0.0.0",
39-
"typescript-json-schema": "^0.58.1"
39+
"typescript-json-schema": "^0.59.0"
4040
}
4141
}

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.317"
68+
"pyright": "^1.1.318"
6969
},
7070
"keywords": [
7171
"jsii",

0 commit comments

Comments
 (0)