diff --git a/package-lock.json b/package-lock.json index ac2a541..83106ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.11", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.7.0", + "@boxyhq/saml20": "1.7.1", "daisyui": "4.12.23", "next": "15.1.6", "react": "19.0.0", @@ -75,14 +75,14 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.7.0.tgz", - "integrity": "sha512-LmVTz971+HpVis9HM1RO66edHv44UR+nbD9q9/kSGjplanKK7Rts53xu887UfBx0KOVz7x1lmMo+wxZm0dF1+w==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.7.1.tgz", + "integrity": "sha512-WOKJKcXhnI69d7qiDgCRTfXC6BFDWUq9qm9av23JAYXj+RN0MYaNVVZo4FHyJ4f0b/SaO97vLub/fjwC56Cb/w==", "license": "MIT", "dependencies": { - "@xmldom/xmldom": "0.9.6", + "@xmldom/xmldom": "0.9.7", "xml-crypto": "6.0.0", - "xml-encryption": "3.0.2", + "xml-encryption": "3.1.0", "xml2js": "0.6.2", "xmlbuilder": "15.1.1" } @@ -1909,9 +1909,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.9.6", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz", - "integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==", + "version": "0.9.7", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.7.tgz", + "integrity": "sha512-syvR8iIJjpTZ/stv7l89UAViwGFh6lbheeOaqSxkYx9YNmIVvPTRH+CT/fpykFtUx5N+8eSMDRvggF9J8GEPzQ==", "license": "MIT", "engines": { "node": ">=14.6" @@ -9146,17 +9146,14 @@ } }, "node_modules/xml-encryption": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.0.2.tgz", - "integrity": "sha512-VxYXPvsWB01/aqVLd6ZMPWZ+qaj0aIdF+cStrVJMcFj3iymwZeI0ABzB3VqMYv48DkSpRhnrXqTUkR34j+UDyg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.1.0.tgz", + "integrity": "sha512-PV7qnYpoAMXbf1kvQkqMScLeQpjCMixddAKq9PtqVrho8HnYbBOWNfG0kA4R7zxQDo7w9kiYAyzS/ullAyO55Q==", "license": "MIT", "dependencies": { "@xmldom/xmldom": "^0.8.5", "escape-html": "^1.0.3", "xpath": "0.0.32" - }, - "engines": { - "node": ">=12" } }, "node_modules/xml-encryption/node_modules/@xmldom/xmldom": { diff --git a/package.json b/package.json index b858f91..25d5716 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.7.0", + "@boxyhq/saml20": "1.7.1", "daisyui": "4.12.23", "next": "15.1.6", "react": "19.0.0",