Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit b38a5e8

Browse files
authored
fix: javascript/node/selenium-webdriver/package.json to reduce vulnerabilities (#11)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
1 parent e5be6d2 commit b38a5e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/node/selenium-webdriver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"ws": "^7.3.1"
3030
},
3131
"devDependencies": {
32-
"eslint": "^7.15.0",
32+
"eslint": "^7.16.0",
3333
"eslint-config-prettier": "^7.0.0",
3434
"eslint-plugin-no-only-tests": "^2.4.0",
3535
"eslint-plugin-node": "^11.1.0",
3636
"eslint-plugin-prettier": "^3.2.0",
3737
"express": "^4.17.1",
3838
"jasmine": "^3.6.1",
39-
"mocha": "^8.2.1",
39+
"mocha": "^8.3.0",
4040
"multer": "^1.4.2",
4141
"prettier": "^2.2.1",
4242
"serve-index": "^1.9.1",

0 commit comments

Comments
 (0)