Skip to content

Commit

Permalink
chore: dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
Soontao committed Aug 7, 2024
1 parent 71105ee commit e94dbac
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 30 deletions.
59 changes: 31 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start": "node lib/index.js",
"dev": "cross-env NODE_ENV=dev nodemon --inspect lib/index.js",
"lint": "eslint lib --fix --no-error-on-unmatched-pattern",
"test": "cross-env NODE_ENV=test jest -w 4 --forceExit --coverage"
"test": "cross-env NODE_ENV=test RSSHUB_TEST=true jest -w 4 --forceExit --coverage"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -84,7 +84,7 @@
"tiny-async-pool": "^1.3.0",
"tough-cookie": "^4.1.4",
"turndown": "^7.2.0",
"undici": "^6.19.4"
"undici": "^6.19.5"
},
"overrides": {
"uglify-js": "^3.17.4"
Expand Down

0 comments on commit e94dbac

Please sign in to comment.