From 98a6d784b8f431b4f2fde263dc77216fa1ac4921 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 13 Aug 2021 11:58:21 +0200 Subject: [PATCH] :arrow_up: Set crypto-js@4.1.1 on n8n-core Snyk has created this PR to upgrade crypto-js from 4.0.0 to 4.1.1. See this package in npm: https://www.npmjs.com/package/crypto-js See this project in Snyk: https://app.snyk.io/org/janober/project/2579c34e-cd60-421b-a46b-41f87f875eec?utm_source=github&utm_medium=upgrade-pr --- packages/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 8cbacdc85..95b06cf27 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -43,7 +43,7 @@ "dependencies": { "client-oauth2": "^4.2.5", "cron": "^1.7.2", - "crypto-js": "4.0.0", + "crypto-js": "4.1.1", "file-type": "^14.6.2", "lodash.get": "^4.4.2", "mime-types": "^2.1.27",