Skip to content

Commit 1621c59

Browse files
fix(deps): update dependency alasql to v2.5.1 (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7ed381 commit 1621c59

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
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": "2.2.5",
14+
"alasql": "2.5.1",
1515
"fs-extra": "10.1.0"
1616
},
1717
"repository": {

yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ adler-32@~1.3.0:
1212
resolved "https://registry.yarnpkg.com/adler-32/-/adler-32-1.3.1.tgz#1dbf0b36dda0012189a32b3679061932df1821e2"
1313
integrity sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==
1414

15-
alasql@2.2.5:
16-
version "2.2.5"
17-
resolved "https://registry.yarnpkg.com/alasql/-/alasql-2.2.5.tgz#3e1ab56315ebf4a8197555ec9483a4eeaa8635b1"
18-
integrity sha512-hnxyte9U4/6z6l7YBLFHKeSx5UO+gV+/CgA9FaJtLLBgtq0crFAK5/bLrLz9VcR10yqXeckSjdBYIh2Wqz344w==
15+
alasql@2.5.1:
16+
version "2.5.1"
17+
resolved "https://registry.yarnpkg.com/alasql/-/alasql-2.5.1.tgz#621686263ceee2bff07519a9d65a292f65657a45"
18+
integrity sha512-FV0NxtBIhVcnEHw7xzuyrUMPx+8D4dkqXFKtw/jqc5F9vd+hS159tzptTBWvPF55XJImOPLeTcycXG4ocJZSeA==
1919
dependencies:
20+
cross-fetch "^3.1.5"
2021
dom-storage "2.1.0"
2122
es6-promise "4.2.8"
2223
node-fetch "2"
@@ -83,6 +84,13 @@ crc-32@~1.2.1:
8384
resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.2.tgz#3cad35a934b8bf71f25ca524b6da51fb7eace2ff"
8485
integrity sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==
8586

87+
cross-fetch@^3.1.5:
88+
version "3.1.5"
89+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
90+
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
91+
dependencies:
92+
node-fetch "2.6.7"
93+
8694
8795
version "2.1.0"
8896
resolved "https://registry.yarnpkg.com/dom-storage/-/dom-storage-2.1.0.tgz#00fb868bc9201357ea243c7bcfd3304c1e34ea39"
@@ -146,7 +154,7 @@ jsonfile@^6.0.1:
146154
optionalDependencies:
147155
graceful-fs "^4.1.6"
148156

149-
node-fetch@2:
157+
node-fetch@2, [email protected]:
150158
version "2.6.7"
151159
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
152160
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==

0 commit comments

Comments
 (0)