Skip to content

Commit 0f31ce0

Browse files
fix(deps): update dependency alasql to v4.6.0 (#87)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 38358a0 commit 0f31ce0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
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": "4.5.2",
14+
"alasql": "4.6.0",
1515
"fs-extra": "11.1.1"
1616
},
1717
"repository": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
88
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
99

10-
alasql@4.5.2:
11-
version "4.5.2"
12-
resolved "https://registry.yarnpkg.com/alasql/-/alasql-4.5.2.tgz#5e11b403e656a12e9d7125c1cde996651d2b3d3f"
13-
integrity sha512-2J0YGxt6+BBpa4R+8iFDcjZCW68sm/15pLRr7rv+bde1R08b/ONjcY6u23oScQn60BqkBB2qmVvQ5co9OiwWtw==
10+
alasql@4.6.0:
11+
version "4.6.0"
12+
resolved "https://registry.yarnpkg.com/alasql/-/alasql-4.6.0.tgz#5c0aac00c140365196dc5a2de687915da2837bc1"
13+
integrity sha512-2/gYKGEbcD2zaoBEJZhdAaNkczHnpoDW/gPECMEmJ80C0egQ0prnw+WwVTYLfyadhZAaAIxtxeHl5APnRDQj0A==
1414
dependencies:
1515
cross-fetch "4"
1616
yargs "16"

0 commit comments

Comments
 (0)