Skip to content

Commit

Permalink
fix(deps): update dependency alasql to v4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 0f31ce0 commit 804c7eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "node-red -u ./test/flotsam/userdir ./test/flotsam/userdir/alafiletests.json"
},
"dependencies": {
"alasql": "4.6.0",
"alasql": "4.6.2",
"fs-extra": "11.1.1"
},
"repository": {
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==

[email protected].0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/alasql/-/alasql-4.6.0.tgz#5c0aac00c140365196dc5a2de687915da2837bc1"
integrity sha512-2/gYKGEbcD2zaoBEJZhdAaNkczHnpoDW/gPECMEmJ80C0egQ0prnw+WwVTYLfyadhZAaAIxtxeHl5APnRDQj0A==
[email protected].2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/alasql/-/alasql-4.6.2.tgz#c288666374259ce612da03ca54a4f316beee7ffa"
integrity sha512-TqAGHU4Z6W/Y0aItg1rzv0apFXJRKmecoGA4hXXTuAnVisBzi8sC8XBqHs6CQfz0SwKDp0BrMajUukQTkf5tQg==
dependencies:
cross-fetch "4"
cross-fetch "4.1.0"
yargs "16"

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

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

emoji-regex@^8.0.0:
version "8.0.0"
Expand Down Expand Up @@ -99,10 +99,10 @@ jsonfile@^6.0.1:
optionalDependencies:
graceful-fs "^4.1.6"

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

Expand Down

0 comments on commit 804c7eb

Please sign in to comment.