mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Upgrade luxon to address CVE-2023-22467 (#5731)
[GitHub Advisory](https://github.com/advisories/GHSA-3xq5-wjfh-ppjc)
This commit is contained in:
committed by
GitHub
parent
4a4e2be96c
commit
469ce32957
@@ -47,7 +47,7 @@
|
||||
"@types/lodash.isequal": "^4.5.6",
|
||||
"@types/lodash.merge": "^4.6.6",
|
||||
"@types/lodash.set": "^4.3.6",
|
||||
"@types/luxon": "^2.0.9",
|
||||
"@types/luxon": "^3.2.0",
|
||||
"@types/xml2js": "^0.4.3"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -62,7 +62,7 @@
|
||||
"lodash.isequal": "^4.5.0",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"lodash.set": "^4.3.2",
|
||||
"luxon": "^3.1.0",
|
||||
"luxon": "^3.3.0",
|
||||
"recast": "^0.21.5",
|
||||
"title-case": "^3.0.3",
|
||||
"transliteration": "^2.3.5",
|
||||
|
||||
Reference in New Issue
Block a user