Skip to content

Commit 05318da

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

File tree

2 files changed

+125
-61
lines changed

2 files changed

+125
-61
lines changed

script/package-lock.json

Lines changed: 124 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)