Skip to content

Commit e680bd5

Browse files
committed
fix: script/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887
1 parent 5460faf commit e680bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"tello": "1.2.0",
5353
"terser": "^3.8.1",
5454
"webdriverio": "^5.9.2",
55-
"yargs": "4.8.1"
55+
"yargs": "16.0.0"
5656
},
5757
"scripts": {
5858
"postinstall": "node ./redownload-electron-bins.js"

0 commit comments

Comments
 (0)