Skip to content

Commit d0161ae

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
1 parent f61c1a3 commit d0161ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"homepage": "https://jsganttimproved.github.io/jsgantt-improved/docs/",
3131
"dependencies": {
3232
"@types/node": "^12.0.10",
33-
"webdriver-manager": "^12.1.8"
33+
"webdriver-manager": "^13.0.0"
3434
},
3535
"devDependencies": {
3636
"@types/chai": "^4.1.5",

0 commit comments

Comments
 (0)