From 35abba28bfa9a0cb01a97da03912b13de8058313 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Apr 2024 19:05:06 +0000 Subject: [PATCH] fix: upgrade xtend from 2.0.6 to 2.2.0 Snyk has created this PR to upgrade xtend from 2.0.6 to 2.2.0. See this package in npm: https://www.npmjs.com/package/xtend See this project in Snyk: https://app.snyk.io/org/iam-KPWiZJYntQ5PW7Pgqw4LGq/project/369a468f-7019-42af-b7c4-4cfec2bcaec1?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d93a430..e953c14 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "ejs": "2.5.5", "jsonwebtoken": "^9.0.0", "saml": "^1.0.0", - "xtend": "~2.0.3" + "xtend": "~2.2.0" }, "devDependencies": { "@commitlint/cli": "^11.0.0",