diff --git a/package-lock.json b/package-lock.json index e37d9a3..611a83d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.5", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.4.12", + "@boxyhq/saml20": "1.4.13", "daisyui": "4.7.2", "next": "14.1.2", "react": "18.2.0", @@ -248,12 +248,11 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.4.12", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.12.tgz", - "integrity": "sha512-DPWSI/oBL7MrvV1ixfeFAVMiGlUc56Qo0wbbc+Qt0IlIczZNZbaKl4n/XELcyEzlLPUk4aq8N5GnCaWUxFondg==", + "version": "1.4.13", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.13.tgz", + "integrity": "sha512-ypj3/0pQqLGJxWtXjAr+sXcCNQz0DnMK00FTb3RUyTxFyksr8gVTO66cd+Qlu3rDzYLSEp+d6PLAGTb4ThTwkA==", "dependencies": { "@xmldom/xmldom": "0.8.10", - "lodash": "4.17.21", "xml-crypto": "6.0.0", "xml-encryption": "3.0.2", "xml2js": "0.6.2", @@ -5149,7 +5148,8 @@ "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true }, "node_modules/lodash.capitalize": { "version": "4.2.1", diff --git a/package.json b/package.json index f669198..97c183d 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.12", + "@boxyhq/saml20": "1.4.13", "daisyui": "4.7.2", "next": "14.1.2", "react": "18.2.0",