Skip to content

Commit d158d9c

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 - https://snyk.io/vuln/SNYK-JS-Y18N-1021887
1 parent ba72f89 commit d158d9c

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
@@ -92,12 +92,12 @@
9292
"binary": "^0.3.0",
9393
"chalk": "^2.4.2",
9494
"core-js": "^3.6.5",
95-
"expect": "^26.4.2",
95+
"expect": "^27.2.2",
9696
"lodash": "^4.17.11",
9797
"pi-spi": "^1.2.1",
9898
"pixelblaze-expander": "^0.1.1",
9999
"source-map-support": "^0.5.19",
100-
"yargs": "^16.0.3"
100+
"yargs": "^17.6.0"
101101
},
102102
"jest": {
103103
"setupFiles": [

0 commit comments

Comments
 (0)