Skip to content

Commit

Permalink
[JS] Update npm libs to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Oct 6, 2023
1 parent c04e433 commit 04f5c9f
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
136 changes: 68 additions & 68 deletions javascript/node/selenium-webdriver/package-lock.json

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

8 changes: 4 additions & 4 deletions javascript/node/selenium-webdriver/package.json
Expand Up @@ -25,20 +25,20 @@
"dependencies": {
"jszip": "^3.10.1",
"tmp": "^0.2.1",
"ws": ">=8.13.0"
"ws": ">=8.14.2"
},
"devDependencies": {
"eslint": "^8.46.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"express": "^4.18.2",
"mocha": "^10.2.0",
"multer": "^1.4.5-lts.1",
"prettier": "^3.0.1",
"prettier": "^3.0.3",
"serve-index": "^1.9.1",
"sinon": "^15.2.0"
"sinon": "^16.1.0"
},
"scripts": {
"lint": "eslint --ignore-pattern node_modules --ignore-pattern generator --ext js lib/http.js \"**/*.js\"",
Expand Down

0 comments on commit 04f5c9f

Please sign in to comment.