fix(core): Upgrade crypto-js to address CVE-2023-46233 (#7519)

[GH Advisory](https://github.com/advisories/GHSA-xwcq-pm8m-c4vf)
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-10-26 11:21:53 +02:00
committed by GitHub
parent df89685e15
commit 65e5593233
7 changed files with 49 additions and 11 deletions

View File

@@ -51,7 +51,7 @@
"@n8n/tournament": "^1.0.2",
"@n8n_io/riot-tmpl": "^4.0.0",
"ast-types": "0.15.2",
"crypto-js": "^4.1.1",
"crypto-js": "^4.2.0",
"deep-equal": "^2.2.0",
"esprima-next": "5.8.4",
"form-data": "^4.0.0",