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:
कारतोफ्फेलस्क्रिप्ट™
2023-03-21 09:50:29 +01:00
committed by GitHub
parent 4a4e2be96c
commit 469ce32957
5 changed files with 23 additions and 23 deletions

View File

@@ -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",