Skip to content

Commit 57c1464

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ALASQL-1082932 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724
1 parent 7547d32 commit 57c1464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "node-red -u ./test/flotsam/userdir ./test/flotsam/userdir/alafiletests.json"
1212
},
1313
"dependencies": {
14-
"alasql": "^0.6.5",
14+
"alasql": "^0.7.1",
1515
"fs-extra": "^9.0.1"
1616
},
1717
"repository": {

0 commit comments

Comments
 (0)