Skip to content

Commit 79868cd

Browse files
committed
Fix security issues
1 parent 81f8e73 commit 79868cd

File tree

2 files changed

+94
-63
lines changed

2 files changed

+94
-63
lines changed

package-lock.json

+90-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"glob": "^7.1.6",
2626
"pretty-hrtime": "^1.0.3",
2727
"yaml": "^1.10.0",
28-
"yargs": "^15.3.1"
28+
"yargs": "^15.4.0"
2929
},
3030
"pkg": {
3131
"targets": [
@@ -37,15 +37,15 @@
3737
"devDependencies": {
3838
"@types/deep-extend": "^0.4.31",
3939
"@types/fs-extra": "^9.0.1",
40-
"@types/js-yaml": "^3.12.4",
40+
"@types/js-yaml": "^3.12.5",
4141
"@types/pretty-hrtime": "^1.0.0",
4242
"@types/shelljs": "^0.8.8",
4343
"@types/yaml": "^1.9.7",
4444
"@types/yargs": "^15.0.5",
4545
"npm-check-updates": "^7.0.1",
46-
"pkg": "^4.4.8",
46+
"pkg": "^4.4.9",
4747
"source-map-support": "^0.5.19",
4848
"tslint": "^6.1.2",
49-
"typescript": "^3.9.5"
49+
"typescript": "^3.9.6"
5050
}
5151
}

0 commit comments

Comments
 (0)