Skip to content

Commit 2526bb3

Browse files
authored
fix: packages/visual-engine/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15869625 - https://snyk.io/vuln/SNYK-JS-LODASH-15869619
1 parent 9ae6187 commit 2526bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/visual-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@readapt/settings": "^1.8.4",
2626
"@readapt/text-engine": "^1.8.4",
27-
"lodash": "^4.17.21"
27+
"lodash": "^4.18.1"
2828
},
2929
"devDependencies": {
3030
"@types/lodash": "^4.14.179",

0 commit comments

Comments
 (0)