Skip to content

Commit 1147038

Browse files
Update dependency alasql to v2.1.4 (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a10ff82 commit 1147038

File tree

2 files changed

+40
-13
lines changed

2 files changed

+40
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/mathiasrw/alasql-logictest",
2424
"dependencies": {
25-
"alasql": "2.1.1",
25+
"alasql": "2.1.4",
2626
"comparray": "1.1.2",
2727
"md5": "2.3.0",
2828
"numeral": "2.0.6",

yarn.lock

Lines changed: 39 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ ajv@^6.12.3:
1717
json-schema-traverse "^0.4.1"
1818
uri-js "^4.2.2"
1919

20-
21-
version "2.1.1"
22-
resolved "https://registry.yarnpkg.com/alasql/-/alasql-2.1.1.tgz#6261f5c85f6c0358096d518fa98c084fa90ea6e2"
23-
integrity sha512-oN6rHdzAcLb+vlNhAw5AfbCwGw9qhV2FO0Wd98xJ+wmL1R+VdUNGc1q3MGHU7Tui1t+EWdyq0oVoXzJcfDhmBg==
20+
21+
version "2.1.4"
22+
resolved "https://registry.yarnpkg.com/alasql/-/alasql-2.1.4.tgz#2a7bc720a61341d79c661b226f204161aa840c14"
23+
integrity sha512-O6moT3cETFobPVlrKckhd6Jj95RrRl0EwTuzRJ/IWaWKUIl1l9K53MJ/ttn2RgVCOP5tJn3zGpUVj+gDUdKPtQ==
2424
dependencies:
25-
dom-storage "^2.1.0"
26-
es6-promise "^4.2.6"
25+
dom-storage "2.1.0"
26+
es6-promise "4.2.8"
2727
lodash "4.17.21"
2828
request "2.88.2"
29-
xlsx "^0.18.5"
30-
yargs "^17.4.1"
29+
xlsx "0.18"
30+
yargs "16"
3131

3232
ansi-regex@^5.0.1:
3333
version "5.0.1"
@@ -93,6 +93,15 @@ [email protected]:
9393
resolved "https://registry.yarnpkg.com/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667"
9494
integrity sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==
9595

96+
cliui@^7.0.2:
97+
version "7.0.4"
98+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
99+
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
100+
dependencies:
101+
string-width "^4.2.0"
102+
strip-ansi "^6.0.0"
103+
wrap-ansi "^7.0.0"
104+
96105
cliui@^8.0.1:
97106
version "8.0.1"
98107
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
@@ -163,7 +172,7 @@ delayed-stream@~1.0.0:
163172
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
164173
integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
165174

166-
dom-storage@^2.1.0:
175+
167176
version "2.1.0"
168177
resolved "https://registry.yarnpkg.com/dom-storage/-/dom-storage-2.1.0.tgz#00fb868bc9201357ea243c7bcfd3304c1e34ea39"
169178
integrity sha512-g6RpyWXzl0RR6OTElHKBl7nwnK87GUyZMYC7JWsB/IA73vpqK2K6LT39x4VepLxlSsWBFrPVLnsSR5Jyty0+2Q==
@@ -181,7 +190,7 @@ emoji-regex@^8.0.0:
181190
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
182191
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
183192

184-
es6-promise@^4.2.6:
193+
185194
version "4.2.8"
186195
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a"
187196
integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==
@@ -547,7 +556,7 @@ wrap-ansi@^7.0.0:
547556
string-width "^4.1.0"
548557
strip-ansi "^6.0.0"
549558

550-
xlsx@^0.18.5:
559+
551560
version "0.18.5"
552561
resolved "https://registry.yarnpkg.com/xlsx/-/xlsx-0.18.5.tgz#16711b9113c848076b8a177022799ad356eba7d0"
553562
integrity sha512-dmg3LCjBPHZnQp5/F/+nnTa+miPJxUXB6vtk42YjBBKayDNagxGEeIdWApkYPOf3Z3pm3k62Knjzp7lMeTEtFQ==
@@ -565,12 +574,30 @@ y18n@^5.0.5:
565574
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
566575
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
567576

577+
yargs-parser@^20.2.2:
578+
version "20.2.9"
579+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
580+
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
581+
568582
yargs-parser@^21.0.0:
569583
version "21.1.1"
570584
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
571585
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
572586

573-
[email protected], yargs@^17.4.1:
587+
yargs@16:
588+
version "16.2.0"
589+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
590+
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
591+
dependencies:
592+
cliui "^7.0.2"
593+
escalade "^3.1.1"
594+
get-caller-file "^2.0.5"
595+
require-directory "^2.1.1"
596+
string-width "^4.2.0"
597+
y18n "^5.0.5"
598+
yargs-parser "^20.2.2"
599+
600+
574601
version "17.6.0"
575602
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.0.tgz#e134900fc1f218bc230192bdec06a0a5f973e46c"
576603
integrity sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==

0 commit comments

Comments
 (0)