diff --git a/package-lock.json b/package-lock.json index e47154f..4db437b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.3", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.4.9", + "@boxyhq/saml20": "1.4.10", "daisyui": "4.6.1", "next": "14.1.0", "react": "18.2.0", @@ -248,9 +248,9 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.4.9", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.9.tgz", - "integrity": "sha512-S86wTvQkFDbCuwCeyu3AUbHUh3qWtqge557RwIeo2T0L3kL2xMeOJK1QcRBEfborxUXdL9zRmn5sUqceCuWYjQ==", + "version": "1.4.10", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.10.tgz", + "integrity": "sha512-d6KQD1ZlI18034Sweej0ekWpJDutyqDHaaDyOBVXVOnKnjIUNCQHiUeUtzLcitSHGHCPsNMO7bZLDyZbQVDWhw==", "dependencies": { "@xmldom/xmldom": "0.8.10", "lodash": "4.17.21", diff --git a/package.json b/package.json index 015e828..05802ec 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.4.9", + "@boxyhq/saml20": "1.4.10", "daisyui": "4.6.1", "next": "14.1.0", "react": "18.2.0",