Skip to content

Commit a36db6e

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-LODASH-15053838
1 parent 35dc8b4 commit a36db6e

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

package-lock.json

Lines changed: 8 additions & 7 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
@@ -33,7 +33,7 @@
3333
"@asyncapi/generator-filters": "^2.1.0",
3434
"@asyncapi/generator-hooks": "^0.1.0",
3535
"fs-extra": "^9.0.0",
36-
"lodash": "^4.17.21",
36+
"lodash": "^4.17.23",
3737
"replace-in-file": "^6.1.0",
3838
"tmp": "^0.2.1"
3939
},

0 commit comments

Comments
 (0)