Skip to content

Commit a38ea53

Browse files
chore(deps-dev): update development dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ecc0e3 commit a38ea53

File tree

5 files changed

+120
-120
lines changed

5 files changed

+120
-120
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.38.0
20+
uses: bufbuild/buf-setup-action@v1.39.0
2121
with:
2222
github_token: ${{ github.token }}
2323

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.6.0
1+
22.7.0

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": "pnpm@9.8.0",
4+
"packageManager": "pnpm@9.9.0",
55
"engines": {
6-
"node": "22.6.0",
7-
"pnpm": "9.8.0"
6+
"node": "22.7.0",
7+
"pnpm": "9.9.0"
88
},
99
"scripts": {
1010
"all:parallel": "concurrently --group --prefix=none",
@@ -55,9 +55,9 @@
5555
"@microsoft/api-extractor": "7.47.7",
5656
"@tsconfig/node18": "18.2.4",
5757
"@tsconfig/strictest": "2.0.5",
58-
"@types/node": "18.19.45",
59-
"@typescript-eslint/eslint-plugin": "8.2.0",
60-
"@typescript-eslint/parser": "8.2.0",
58+
"@types/node": "18.19.47",
59+
"@typescript-eslint/eslint-plugin": "8.3.0",
60+
"@typescript-eslint/parser": "8.3.0",
6161
"concurrently": "8.2.2",
6262
"depcheck": "1.4.7",
6363
"eslint": "8.57.0",
@@ -66,7 +66,7 @@
6666
"prettier": "3.3.3",
6767
"prettier-plugin-pkg": "0.18.1",
6868
"ts-proto": "2.0.3",
69-
"tsx": "4.17.0",
69+
"tsx": "4.19.0",
7070
"typescript": "5.5.4"
7171
}
7272
}

0 commit comments

Comments
 (0)