From ce5cb5ceaa627596ae114ab81a50464da982ffd4 Mon Sep 17 00:00:00 2001 From: david-renaud-okta <97122670+david-renaud-okta@users.noreply.github.com> Date: Wed, 18 May 2022 06:04:10 -0400 Subject: [PATCH] fix: install updated saml to address issue with malformed pem (#129) See https://github.com/auth0/node-saml/releases/tag/v3.0.0 --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8466dce..97b0028 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [12.x, 14.x, 15.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/package.json b/package.json index 112e19d..ea2e558 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "ejs": "2.5.5", "flowstate": "^0.4.0", "querystring": "^0.2.0", - "saml": "^2.0.1", + "saml": "^3.0.0", "xml-crypto": "^2.0.0", "@auth0/xmldom": "0.1.21", "xpath": "0.0.5",