refactor(core): Migrate from crypto-js to native crypto (#7556)

[`crypto-js` has been
discontinued](1da3dabf93)

PS: We'll remove `crypto-js` usage from `n8n-workflow` and
`@n8n_io/license-sdk` in separate PRs.
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-11-03 13:26:20 +01:00
committed by GitHub
parent 135f9214f5
commit 0bd4e742da
4 changed files with 34 additions and 15 deletions

View File

@@ -37,7 +37,6 @@
"@types/aws4": "^1.5.1",
"@types/concat-stream": "^2.0.0",
"@types/cron": "~1.7.1",
"@types/crypto-js": "^4.1.3",
"@types/express": "^4.17.6",
"@types/lodash": "^4.14.195",
"@types/mime-types": "^2.1.0",
@@ -54,7 +53,6 @@
"axios": "^0.21.1",
"concat-stream": "^2.0.0",
"cron": "~1.7.2",
"crypto-js": "^4.2.0",
"fast-glob": "^3.2.5",
"file-type": "^16.5.4",
"flatted": "^3.2.4",