Skip to content

Commit 4a49f17

Browse files
committed
Update dependencies
1 parent a6c6d43 commit 4a49f17

File tree

3 files changed

+404
-427
lines changed

3 files changed

+404
-427
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "EOF" >> $GITHUB_OUTPUT
3737
- name: Create the release
3838
if: steps.changelog.outputs.changelog_content != ''
39-
uses: softprops/action-gh-release@v1
39+
uses: softprops/action-gh-release@v2
4040
with:
4141
name: ${{ github.ref_name }}
4242
body: '${{ steps.changelog.outputs.changelog_content }}'

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@logux/actions": "^0.4.0",
3636
"@logux/core": "^0.9.0",
37-
"cookie": "^0.6.0",
37+
"cookie": "^0.7.1",
3838
"dotenv": "^16.4.5",
3939
"fastq": "^1.17.1",
4040
"nanoevents": "^9.0.0",
@@ -44,27 +44,27 @@
4444
"pino-abstract-transport": "^2.0.0",
4545
"semver": "^7.6.3",
4646
"strip-ansi": "^7.1.0",
47-
"tinyglobby": "^0.2.6",
47+
"tinyglobby": "^0.2.9",
4848
"url-pattern": "^1.0.3",
4949
"ws": "^8.18.0"
5050
},
5151
"devDependencies": {
5252
"@logux/eslint-config": "^53.4.0",
5353
"@types/cross-spawn": "^6.0.6",
54-
"@types/node": "^22.5.4",
54+
"@types/node": "^22.7.4",
5555
"@types/ws": "^8.5.12",
56-
"@typescript-eslint/eslint-plugin": "^8.5.0",
57-
"@typescript-eslint/parser": "^8.5.0",
58-
"@vitest/coverage-v8": "^2.0.5",
56+
"@typescript-eslint/eslint-plugin": "^8.8.0",
57+
"@typescript-eslint/parser": "^8.8.0",
58+
"@vitest/coverage-v8": "^2.1.2",
5959
"check-dts": "^0.8.2",
6060
"clean-publish": "^5.0.0",
6161
"cross-spawn": "^7.0.3",
62-
"eslint": "^9.10.0",
62+
"eslint": "^9.12.0",
6363
"nanospy": "^1.0.0",
6464
"print-snapshots": "^0.4.2",
6565
"typescript": "^5.6.2",
66-
"vite": "^5.4.3",
67-
"vitest": "^2.0.5"
66+
"vite": "^5.4.8",
67+
"vitest": "^2.1.2"
6868
},
6969
"prettier": {
7070
"arrowParens": "avoid",

0 commit comments

Comments
 (0)