diff --git a/package-lock.json b/package-lock.json index 7ae6b7f..d7ebbac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.4.2", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.12.2", + "@boxyhq/saml20": "1.13.0", "next": "16.1.5", "react": "19.2.3", "react-dom": "19.2.3", @@ -334,9 +334,9 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.12.2.tgz", - "integrity": "sha512-KVC5CpLrxEkJK2yyyGLQcgDt0UZqUcn/JTzt5ghhEYcFhCUnQRuxLc6qOcruCPvO+pA0gkc3llwRsHWAjRaY0g==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.13.0.tgz", + "integrity": "sha512-f5A9Y6uCLBDu2X8nDIdNmvDxRrgeg8GNj7THFYdTymK3+FAa0S6hqVP3GE/nyk9dPWtn1kDriayKJJoEqu/zbw==", "license": "MIT", "dependencies": { "@xmldom/xmldom": "0.9.8", diff --git a/package.json b/package.json index a86925a..6fb85d0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "release": "git checkout release && git merge origin/main && release-it && git checkout main && git merge origin/release && git push origin main" }, "dependencies": { - "@boxyhq/saml20": "1.12.2", + "@boxyhq/saml20": "1.13.0", "next": "16.1.5", "react": "19.2.3", "react-dom": "19.2.3",