Skip to content

Commit

Permalink
fix(deps): update dependency alasql to v4.2.0 (#84)
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 Nov 10, 2023
1 parent 2503c45 commit 52e3e7e
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": "4.1.9",
"alasql": "4.2.0",
"fs-extra": "11.1.1"
},
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==

alasql@4.1.9:
version "4.1.9"
resolved "https://registry.yarnpkg.com/alasql/-/alasql-4.1.9.tgz#a89010a749f281a8717c4c2d09e81151d7a1fbc9"
integrity sha512-pzwQ1Rw9PaEXGqS9XavZbXByYbpI0+YI79rCekc8SijDELchjAarOOLzC7HPCAXe28dSK0G97+VbEalEyWt51g==
alasql@4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/alasql/-/alasql-4.2.0.tgz#50dd8eefdaa6ff5e1ec9b892a269189857e261c1"
integrity sha512-jBgkYM2smjScIp573IS3AFWbX6YMmLtXKERiRJ1nGDWGticQPAsdB04u0ri+H3l6bhf7/FYkOdVEp+cBzcDtZw==
dependencies:
cross-fetch "4"
yargs "16"
Expand Down

0 comments on commit 52e3e7e

Please sign in to comment.