Skip to content

Commit 84c5e75

Browse files
chore(deps-dev): update development dependencies (#1025)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7cc461 commit 84c5e75

File tree

4 files changed

+145
-145
lines changed

4 files changed

+145
-145
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Install Buf
20-
uses: bufbuild/buf-setup-action@v1.44.0
20+
uses: bufbuild/buf-setup-action@v1.45.0
2121
with:
2222
github_token: ${{ github.token }}
2323

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "cerbos-sdk-javascript",
33
"private": true,
4-
"packageManager": "[email protected].0",
4+
"packageManager": "[email protected].1",
55
"engines": {
66
"node": "22.9.0",
7-
"pnpm": "9.12.0"
7+
"pnpm": "9.12.1"
88
},
99
"scripts": {
1010
"all:parallel": "concurrently --group --prefix=none",
@@ -55,18 +55,18 @@
5555
"@microsoft/api-extractor": "7.47.9",
5656
"@tsconfig/node18": "18.2.4",
5757
"@tsconfig/strictest": "2.0.5",
58-
"@types/node": "18.19.54",
59-
"@typescript-eslint/eslint-plugin": "8.8.0",
60-
"@typescript-eslint/parser": "8.8.0",
58+
"@types/node": "18.19.55",
59+
"@typescript-eslint/eslint-plugin": "8.8.1",
60+
"@typescript-eslint/parser": "8.8.1",
6161
"concurrently": "9.0.1",
6262
"depcheck": "1.4.7",
6363
"eslint": "8.57.1",
6464
"eslint-plugin-import": "2.31.0",
6565
"eslint-plugin-tsdoc": "0.3.0",
6666
"prettier": "3.3.3",
6767
"prettier-plugin-pkg": "0.18.1",
68-
"ts-proto": "2.2.2",
68+
"ts-proto": "2.2.3",
6969
"tsx": "4.19.1",
70-
"typescript": "5.6.2"
70+
"typescript": "5.6.3"
7171
}
7272
}

0 commit comments

Comments
 (0)