Skip to content

Commit

Permalink
fix sec issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyingda committed Aug 21, 2024
1 parent 085b1fc commit 5efc2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "a reliable web crawling & scraping framework for Node.js.",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/test.js",
"test": "./node_modules/.bin/mocha test/test.js",
"postinstall": "npx playwright install && opencollective-postinstall || true",
"lint": "./node_modules/.bin/eslint ./lib/"
},
Expand Down Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"mocha": "^8.3.0",
"mocha": "^10.7.3",
"proxyquire": "^2.1.3"
},
"collective": {
Expand Down

0 comments on commit 5efc2e4

Please sign in to comment.