Skip to content

Commit

Permalink
chore: upgrade deps to latest
Browse files Browse the repository at this point in the history
BREAKING CHNAGE: drop node14.x support
  • Loading branch information
killagu committed Dec 12, 2024
1 parent 9e647c8 commit 36099dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,26 @@
},
"homepage": "https://github.com/X-Profiler/xtransit#readme",
"dependencies": {
"address": "^1.1.2",
"form-data": "^4.0.0",
"address": "^2.0.3",
"form-data": "^4.0.1",
"moment": "^2.28.0",
"nounou": "^1.2.1",
"p-map": "^4.0.0",
"split2": "^3.2.2",
"split2": "^4.0.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"
"ws": "^8.18.0"
},
"devDependencies": {
"autod": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-egg": "^8.1.2",
"eslint": "^9.16.0",
"eslint-config-egg": "^14.0.0",
"expect.js": "^0.3.1",
"mocha": "^7.2.0",
"nodemon": "^2.0.4",
"nyc": "^15.1.0",
"mocha": "^11.0.2",
"nodemon": "^3.1.7",
"nyc": "^17.1.0",
"mm": "^3.4.0"
},
"nodemonConfig": {
Expand Down

0 comments on commit 36099dd

Please sign in to comment.