Skip to content

Commit

Permalink
fix(deps): update dependency alasql to v2 (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2022
1 parent b0fd379 commit 0763940
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "node-red -u ./test/flotsam/userdir ./test/flotsam/userdir/alafiletests.json"
},
"dependencies": {
"alasql": "1.7.4",
"alasql": "2.0.5",
"fs-extra": "10.1.0"
},
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ ajv@^6.5.5:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

alasql@1.7.4:
version "1.7.4"
resolved "https://registry.yarnpkg.com/alasql/-/alasql-1.7.4.tgz#1cd40293ca766c852a6fc2a41cf982d1d505c5cb"
integrity sha512-1s1umBPBMSREGwRcHxwlWkPfW+1xY/WQtIR26N9hzlTpY9kTm0wJHRin+60FwSSunsZo/wV//KoKyn6bek8/0g==
alasql@2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/alasql/-/alasql-2.0.5.tgz#ad9edce88a16518e1580407fbe506c25bd24506a"
integrity sha512-Asyi3KiipPgA/nmGoiI+KZQRWQSoCIS97DEWDu/avGaASMtRObt7XvlBkoLUzzkNM+vfgMjG2gpVJlhLuKHzyw==
dependencies:
dom-storage "^2.1.0"
es6-promise "^4.2.6"
Expand Down

0 comments on commit 0763940

Please sign in to comment.