mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
[fix][CVE-2024-27307] update jsonata dependency (#2159)
This is a minor change bumping `jsonata` following security advisory note that tagged this package vulnerability as critical: https://www.cve.org/CVERecord?id=CVE-2024-27307 https://github.com/jsonata-js/jsonata/security/advisories/GHSA-fqg8-vfv7-8fj8 Got this through Webstorm extension taggin dependency issue. Thanks!
This commit is contained in:
committed by
GitHub
parent
3e77359fd0
commit
906e7ba427
15
package-lock.json
generated
15
package-lock.json
generated
@@ -58,7 +58,7 @@
|
||||
"globby": "^13.2.2",
|
||||
"husky": "^8.0.3",
|
||||
"jsdom": "^22.1.0",
|
||||
"jsonata": "^2.0.3",
|
||||
"jsonata": "^2.0.4",
|
||||
"lint-staged": "^14.0.1",
|
||||
"lunr": "^2.3.9",
|
||||
"markdown-it-container": "^3.0.0",
|
||||
@@ -11312,10 +11312,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/jsonata": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.3.tgz",
|
||||
"integrity": "sha512-Up2H81MUtjqI/dWwWX7p4+bUMfMrQJVMN/jW6clFMTiYP528fBOBNtRu944QhKTs3+IsVWbgMeUTny5fw2VMUA==",
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.5.tgz",
|
||||
"integrity": "sha512-wEse9+QLIIU5IaCgtJCPsFi/H4F3qcikWzF4bAELZiRz08ohfx3Q6CjDRf4ZPF5P/92RI3KIHtb7u3jqPaHXdQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 8"
|
||||
}
|
||||
@@ -27299,9 +27300,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"jsonata": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.3.tgz",
|
||||
"integrity": "sha512-Up2H81MUtjqI/dWwWX7p4+bUMfMrQJVMN/jW6clFMTiYP528fBOBNtRu944QhKTs3+IsVWbgMeUTny5fw2VMUA==",
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.5.tgz",
|
||||
"integrity": "sha512-wEse9+QLIIU5IaCgtJCPsFi/H4F3qcikWzF4bAELZiRz08ohfx3Q6CjDRf4ZPF5P/92RI3KIHtb7u3jqPaHXdQ==",
|
||||
"dev": true
|
||||
},
|
||||
"jsonfile": {
|
||||
|
||||
Reference in New Issue
Block a user