Skip to content

Commit 6c35e22

Browse files
authoredDec 29, 2024
fix(deps): update dependency alasql to v4.6.1
1 parent 0f31ce0 commit 6c35e22

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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.6.0",
14+
"alasql": "4.6.1",
1515
"fs-extra": "11.1.1"
1616
},
1717
"repository": {

‎yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
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.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==
10+
alasql@4.6.1:
11+
version "4.6.1"
12+
resolved "https://registry.yarnpkg.com/alasql/-/alasql-4.6.1.tgz#10a80febaef36903ee6e12bdab989d13450f3f99"
13+
integrity sha512-ffPLJEoZeGLYmUMWwpbE4eJjfE8tWkFAglEp4vpoWiHDT46QNUdqsH7BN+Rf8qHPpMxcvSQYmWUfgpqZbvgfTA==
1414
dependencies:
15-
cross-fetch "4"
15+
cross-fetch "4.1.0"
1616
yargs "16"
1717

1818
ansi-regex@^5.0.0:
@@ -49,12 +49,12 @@ color-name@~1.1.4:
4949
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
5050
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
5151

52-
cross-fetch@4:
53-
version "4.0.0"
54-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.0.0.tgz#f037aef1580bb3a1a35164ea2a848ba81b445983"
55-
integrity sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==
52+
cross-fetch@4.1.0:
53+
version "4.1.0"
54+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.1.0.tgz#8f69355007ee182e47fa692ecbaa37a52e43c3d2"
55+
integrity sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw==
5656
dependencies:
57-
node-fetch "^2.6.12"
57+
node-fetch "^2.7.0"
5858

5959
emoji-regex@^8.0.0:
6060
version "8.0.0"
@@ -99,10 +99,10 @@ jsonfile@^6.0.1:
9999
optionalDependencies:
100100
graceful-fs "^4.1.6"
101101

102-
node-fetch@^2.6.12:
103-
version "2.6.12"
104-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.12.tgz#02eb8e22074018e3d5a83016649d04df0e348fba"
105-
integrity sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==
102+
node-fetch@^2.7.0:
103+
version "2.7.0"
104+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
105+
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
106106
dependencies:
107107
whatwg-url "^5.0.0"
108108

0 commit comments

Comments
 (0)