Skip to content

Commit 262eb8a

Browse files
snyk-bottwilio-product-security
authored andcommitted
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
1 parent 2d6bcce commit 262eb8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"@oclif/test": "^1",
3232
"@types/jest": "^25.1.3",
3333
"chai": "^4.2.0",
34-
"eslint": "^6.8.0",
34+
"eslint": "^7.0.0",
3535
"husky": "^4.2.3",
36-
"jest": "^25.1.0",
36+
"jest": "^26.0.0",
3737
"lint-staged": "^10.0.8",
3838
"prettier": "^1.19.1",
3939
"superagent": "^5.2.2",

0 commit comments

Comments
 (0)