Skip to content

Commit d519318

Browse files
authored
revert dependancy major bump (#145)
* ci: automerge only minor semver * revert bump major ws
1 parent 0dca815 commit d519318

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ jobs:
4242
- uses: fastify/[email protected]
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
45+
target: minor

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
},
4141
"dependencies": {
4242
"fastify-plugin": "^3.0.0",
43-
"ws": "^8.0.0"
43+
"ws": "^7.5.4"
4444
}
4545
}

0 commit comments

Comments
 (0)