Skip to content

Commit 52e3e7e

Browse files
fix(deps): update dependency alasql to v4.2.0 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2503c45 commit 52e3e7e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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": "4.1.9",
14+
"alasql": "4.2.0",
1515
"fs-extra": "11.1.1"
1616
},
1717
"repository": {

yarn.lock

Lines changed: 4 additions & 4 deletions
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.1.9:
11-
version "4.1.9"
12-
resolved "https://registry.yarnpkg.com/alasql/-/alasql-4.1.9.tgz#a89010a749f281a8717c4c2d09e81151d7a1fbc9"
13-
integrity sha512-pzwQ1Rw9PaEXGqS9XavZbXByYbpI0+YI79rCekc8SijDELchjAarOOLzC7HPCAXe28dSK0G97+VbEalEyWt51g==
10+
alasql@4.2.0:
11+
version "4.2.0"
12+
resolved "https://registry.yarnpkg.com/alasql/-/alasql-4.2.0.tgz#50dd8eefdaa6ff5e1ec9b892a269189857e261c1"
13+
integrity sha512-jBgkYM2smjScIp573IS3AFWbX6YMmLtXKERiRJ1nGDWGticQPAsdB04u0ri+H3l6bhf7/FYkOdVEp+cBzcDtZw==
1414
dependencies:
1515
cross-fetch "4"
1616
yargs "16"

0 commit comments

Comments
 (0)