Skip to content

Commit

Permalink
chore: upgrade urllib to 4.x (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu authored Dec 12, 2024
1 parent 995f992 commit 0e873ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
node-version: [ 12, 14, 16, 18, 20, 22 ]
node-version: [ 16, 18, 20, 22 ]
steps:
- name: Checkout Git Source
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"split2": "^3.2.2",
"synp": "^1.9.9",
"through2": "^4.0.2",
"urllib": "^2.36.1",
"urllib": "^4.6.3",
"uuid": "^9.0.1",
"ws": "^7.3.1"
},
Expand Down

0 comments on commit 0e873ec

Please sign in to comment.