Skip to content

Commit 647e042

Browse files
committed
Upgrade dependencies
1 parent 20f0b1f commit 647e042

File tree

3 files changed

+355
-408
lines changed

3 files changed

+355
-408
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: corepack enable
2222
- uses: actions/setup-node@v4
2323
env:
24-
yarn: 4.5.1
24+
yarn: 4.5.3
2525
with:
2626
node-version: 22
2727
cache: 'yarn'
@@ -50,7 +50,7 @@ jobs:
5050
run: corepack enable
5151
- uses: actions/setup-node@v4
5252
env:
53-
yarn: 4.5.1
53+
yarn: 4.5.3
5454
with:
5555
node-version: 22
5656
cache: 'yarn'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
"ts-jest": "^29.1.0",
3737
"typescript": "^5.0.3"
3838
},
39-
"packageManager": "[email protected].1"
39+
"packageManager": "[email protected].3"
4040
}

0 commit comments

Comments
 (0)