Skip to content

Commit f4e0aca

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 35dc8b4 commit f4e0aca

2 files changed

Lines changed: 10 additions & 39 deletions

File tree

package-lock.json

Lines changed: 9 additions & 38 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
@@ -35,7 +35,7 @@
3535
"fs-extra": "^9.0.0",
3636
"lodash": "^4.17.21",
3737
"replace-in-file": "^6.1.0",
38-
"tmp": "^0.2.1"
38+
"tmp": "^0.2.4"
3939
},
4040
"devDependencies": {
4141
"@asyncapi/generator": "^2.5.0",

0 commit comments

Comments
 (0)