Skip to content

Commit 92a305a

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554
1 parent 0f84573 commit 92a305a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"chalk": "^4.1.2",
2929
"lodash": "^4.17.21",
3030
"shelljs": "^0.9.2",
31-
"tmp": "^0.2.3",
31+
"tmp": "^0.2.4",
3232
"winston": "^3.17.0"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)