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 0e873ec commit 86dd0f4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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": "^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 86dd0f4

Please sign in to comment.