updated deps

This commit is contained in:
Deepak Prabhakara 2022-10-20 11:18:36 +01:00
parent b5ee006839
commit 4a7785223d
2 changed files with 69 additions and 123 deletions

186
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.3", "version": "1.0.3",
"license": "Apache 2.0", "license": "Apache 2.0",
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.0.8", "@boxyhq/saml20": "1.0.10",
"daisyui": "2.31.0", "daisyui": "2.31.0",
"next": "12.3.1", "next": "12.3.1",
"react": "18.2.0", "react": "18.2.0",
@ -20,7 +20,7 @@
"xmlbuilder": "15.1.1" "xmlbuilder": "15.1.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "18.11.0", "@types/node": "18.11.2",
"@types/node-forge": "1.3.0", "@types/node-forge": "1.3.0",
"@types/react": "18.0.21", "@types/react": "18.0.21",
"@types/react-gtm-module": "2.0.1", "@types/react-gtm-module": "2.0.1",
@ -32,7 +32,7 @@
"postcss": "8.4.18", "postcss": "8.4.18",
"prettier": "2.7.1", "prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.13", "prettier-plugin-tailwindcss": "0.1.13",
"tailwindcss": "3.1.8", "tailwindcss": "3.2.0",
"typescript": "4.8.4" "typescript": "4.8.4"
}, },
"engines": { "engines": {
@ -41,13 +41,13 @@
}, },
"node_modules/@authenio/xml-encryption": { "node_modules/@authenio/xml-encryption": {
"name": "xml-encryption", "name": "xml-encryption",
"version": "2.0.0", "version": "3.0.0",
"resolved": "git+ssh://git@github.com/boxyhq/node-xml-encryption.git#70b915d7dd107f8191a8e671e9b1e59aed0258f4", "resolved": "git+ssh://git@github.com/boxyhq/node-xml-encryption.git#57c697695c43399cc39f68bf5d8097b83f2e94af",
"integrity": "sha512-lvqidyGYK+D3slGxlL4w6LXXxtLAP7euiyjB/N9KPrL42vLPaa6sFNNgjRRsd/jyCA90OCEK6RpN3sdMU7FffA==", "integrity": "sha512-gSCxJ1yG2wci7FneZ5l+f7+K0Sge7R6UhX17tLMKABSAs1oP1EJGJwIQiTiWNNS8tae+kJQUhbT6byrUObGutQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "0.8.2", "@xmldom/xmldom": "^0.8.3",
"escape-html": "1.0.3", "escape-html": "^1.0.3",
"xpath": "0.0.32" "xpath": "0.0.32"
}, },
"engines": { "engines": {
@ -78,48 +78,20 @@
} }
}, },
"node_modules/@boxyhq/saml20": { "node_modules/@boxyhq/saml20": {
"version": "1.0.8", "version": "1.0.10",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.8.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.10.tgz",
"integrity": "sha512-Pn//y9e/tdirUVxLObA/c4uVKkLvt6M4SL43t04fqyBO0RrmE74JZq+2moElLjeBJ0Vg6saTk//h5TBYq9Q+2w==", "integrity": "sha512-AqQLMo4Q/ibSpUeZVBptynTdsfStEfjmRAOYiUFqDrf6Eh7ZMTrFsNPR2mijKuGur8qXWOKXeHpLiAzWzFOvnA==",
"dependencies": { "dependencies": {
"@authenio/xml-encryption": "git+https://github.com/boxyhq/node-xml-encryption.git#70b915d7dd107f8191a8e671e9b1e59aed0258f4", "@authenio/xml-encryption": "git+https://github.com/boxyhq/node-xml-encryption.git#57c697695c43399cc39f68bf5d8097b83f2e94af",
"@xmldom/xmldom": "0.8.3", "@xmldom/xmldom": "0.8.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"rambda": "7.3.0", "rambda": "7.3.0",
"thumbprint": "0.0.1", "thumbprint": "0.0.1",
"xml-crypto": "2.1.4", "xml-crypto": "3.0.0",
"xml2js": "0.4.23", "xml2js": "0.4.23",
"xmlbuilder": "15.1.1" "xmlbuilder": "15.1.1"
} }
}, },
"node_modules/@boxyhq/saml20/node_modules/@xmldom/xmldom": {
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.3.tgz",
"integrity": "sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ==",
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/@boxyhq/saml20/node_modules/xml-crypto": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-2.1.4.tgz",
"integrity": "sha512-ModFeGOy67L/XXHcuepnYGF7DASEDw7fhvy+qIs1ORoH55G1IIr+fN0kaMtttwvmNFFMskD9AHro8wx352/mUg==",
"dependencies": {
"@xmldom/xmldom": "^0.7.0",
"xpath": "0.0.32"
},
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/@boxyhq/saml20/node_modules/xml-crypto/node_modules/@xmldom/xmldom": {
"version": "0.7.6",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.6.tgz",
"integrity": "sha512-HHXP9hskkFQHy8QxxUXkS7946FFIhYVfGqsk0WLwllmexN9x/+R4UBLvurHEuyXRfVEObVR8APuQehykLviwSQ==",
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/@eslint/eslintrc": { "node_modules/@eslint/eslintrc": {
"version": "1.3.3", "version": "1.3.3",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz",
@ -435,9 +407,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "18.11.0", "version": "18.11.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.0.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.2.tgz",
"integrity": "sha512-IOXCvVRToe7e0ny7HpT/X9Rb2RYtElG1a+VshjwT00HxrM2dWBApHQoqsI6WiY7Q03vdf2bCrIGzVrkF/5t10w==", "integrity": "sha512-BWN3M23gLO2jVG8g/XHIRFWiiV4/GckeFIqbU/C4V3xpoBBWSMk4OZomouN0wCkfQFPqgZikyLr7DOYDysIkkw==",
"dev": true "dev": true
}, },
"node_modules/@types/node-forge": { "node_modules/@types/node-forge": {
@ -603,8 +575,9 @@
} }
}, },
"node_modules/@xmldom/xmldom": { "node_modules/@xmldom/xmldom": {
"version": "0.8.2", "version": "0.8.3",
"license": "MIT", "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.3.tgz",
"integrity": "sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ==",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
} }
@ -1824,8 +1797,9 @@
"dev": true "dev": true
}, },
"node_modules/fast-glob": { "node_modules/fast-glob": {
"version": "3.2.11", "version": "3.2.12",
"license": "MIT", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz",
"integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
"dependencies": { "dependencies": {
"@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3", "@nodelib/fs.walk": "^1.2.3",
@ -2986,10 +2960,11 @@
} }
}, },
"node_modules/postcss-nested": { "node_modules/postcss-nested": {
"version": "5.0.6", "version": "6.0.0",
"license": "MIT", "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz",
"integrity": "sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==",
"dependencies": { "dependencies": {
"postcss-selector-parser": "^6.0.6" "postcss-selector-parser": "^6.0.10"
}, },
"engines": { "engines": {
"node": ">=12.0" "node": ">=12.0"
@ -3454,9 +3429,9 @@
} }
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "3.1.8", "version": "3.2.0",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.8.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.0.tgz",
"integrity": "sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==", "integrity": "sha512-ARh/W0uH5UlWIC2nn02V0+5fyF0k6qZliyt4QYic2upOhPUE/Spu1EURNc9txJ3+4j8OEmdigqfDpw4d2tA4vA==",
"dependencies": { "dependencies": {
"arg": "^5.0.2", "arg": "^5.0.2",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
@ -3464,18 +3439,18 @@
"detective": "^5.2.1", "detective": "^5.2.1",
"didyoumean": "^1.2.2", "didyoumean": "^1.2.2",
"dlv": "^1.1.3", "dlv": "^1.1.3",
"fast-glob": "^3.2.11", "fast-glob": "^3.2.12",
"glob-parent": "^6.0.2", "glob-parent": "^6.0.2",
"is-glob": "^4.0.3", "is-glob": "^4.0.3",
"lilconfig": "^2.0.6", "lilconfig": "^2.0.6",
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"object-hash": "^3.0.0", "object-hash": "^3.0.0",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"postcss": "^8.4.14", "postcss": "^8.4.17",
"postcss-import": "^14.1.0", "postcss-import": "^14.1.0",
"postcss-js": "^4.0.0", "postcss-js": "^4.0.0",
"postcss-load-config": "^3.1.4", "postcss-load-config": "^3.1.4",
"postcss-nested": "5.0.6", "postcss-nested": "6.0.0",
"postcss-selector-parser": "^6.0.10", "postcss-selector-parser": "^6.0.10",
"postcss-value-parser": "^4.2.0", "postcss-value-parser": "^4.2.0",
"quick-lru": "^5.1.1", "quick-lru": "^5.1.1",
@ -3654,7 +3629,8 @@
}, },
"node_modules/util-deprecate": { "node_modules/util-deprecate": {
"version": "1.0.2", "version": "1.0.2",
"license": "MIT" "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
}, },
"node_modules/which": { "node_modules/which": {
"version": "2.0.2", "version": "2.0.2",
@ -3711,14 +3687,6 @@
"node": ">=0.4.0" "node": ">=0.4.0"
} }
}, },
"node_modules/xml-crypto/node_modules/@xmldom/xmldom": {
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.3.tgz",
"integrity": "sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ==",
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/xml2js": { "node_modules/xml2js": {
"version": "0.4.23", "version": "0.4.23",
"license": "MIT", "license": "MIT",
@ -3788,12 +3756,12 @@
}, },
"dependencies": { "dependencies": {
"@authenio/xml-encryption": { "@authenio/xml-encryption": {
"version": "git+ssh://git@github.com/boxyhq/node-xml-encryption.git#70b915d7dd107f8191a8e671e9b1e59aed0258f4", "version": "git+ssh://git@github.com/boxyhq/node-xml-encryption.git#57c697695c43399cc39f68bf5d8097b83f2e94af",
"integrity": "sha512-lvqidyGYK+D3slGxlL4w6LXXxtLAP7euiyjB/N9KPrL42vLPaa6sFNNgjRRsd/jyCA90OCEK6RpN3sdMU7FffA==", "integrity": "sha512-gSCxJ1yG2wci7FneZ5l+f7+K0Sge7R6UhX17tLMKABSAs1oP1EJGJwIQiTiWNNS8tae+kJQUhbT6byrUObGutQ==",
"from": "@authenio/xml-encryption@git+https://github.com/boxyhq/node-xml-encryption.git#70b915d7dd107f8191a8e671e9b1e59aed0258f4", "from": "@authenio/xml-encryption@git+https://github.com/boxyhq/node-xml-encryption.git#57c697695c43399cc39f68bf5d8097b83f2e94af",
"requires": { "requires": {
"@xmldom/xmldom": "0.8.2", "@xmldom/xmldom": "^0.8.3",
"escape-html": "1.0.3", "escape-html": "^1.0.3",
"xpath": "0.0.32" "xpath": "0.0.32"
} }
}, },
@ -3813,41 +3781,18 @@
} }
}, },
"@boxyhq/saml20": { "@boxyhq/saml20": {
"version": "1.0.8", "version": "1.0.10",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.8.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.10.tgz",
"integrity": "sha512-Pn//y9e/tdirUVxLObA/c4uVKkLvt6M4SL43t04fqyBO0RrmE74JZq+2moElLjeBJ0Vg6saTk//h5TBYq9Q+2w==", "integrity": "sha512-AqQLMo4Q/ibSpUeZVBptynTdsfStEfjmRAOYiUFqDrf6Eh7ZMTrFsNPR2mijKuGur8qXWOKXeHpLiAzWzFOvnA==",
"requires": { "requires": {
"@authenio/xml-encryption": "git+https://github.com/boxyhq/node-xml-encryption.git#70b915d7dd107f8191a8e671e9b1e59aed0258f4", "@authenio/xml-encryption": "git+https://github.com/boxyhq/node-xml-encryption.git#57c697695c43399cc39f68bf5d8097b83f2e94af",
"@xmldom/xmldom": "0.8.3", "@xmldom/xmldom": "0.8.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"rambda": "7.3.0", "rambda": "7.3.0",
"thumbprint": "0.0.1", "thumbprint": "0.0.1",
"xml-crypto": "2.1.4", "xml-crypto": "3.0.0",
"xml2js": "0.4.23", "xml2js": "0.4.23",
"xmlbuilder": "15.1.1" "xmlbuilder": "15.1.1"
},
"dependencies": {
"@xmldom/xmldom": {
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.3.tgz",
"integrity": "sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ=="
},
"xml-crypto": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-2.1.4.tgz",
"integrity": "sha512-ModFeGOy67L/XXHcuepnYGF7DASEDw7fhvy+qIs1ORoH55G1IIr+fN0kaMtttwvmNFFMskD9AHro8wx352/mUg==",
"requires": {
"@xmldom/xmldom": "^0.7.0",
"xpath": "0.0.32"
},
"dependencies": {
"@xmldom/xmldom": {
"version": "0.7.6",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.6.tgz",
"integrity": "sha512-HHXP9hskkFQHy8QxxUXkS7946FFIhYVfGqsk0WLwllmexN9x/+R4UBLvurHEuyXRfVEObVR8APuQehykLviwSQ=="
}
}
}
} }
}, },
"@eslint/eslintrc": { "@eslint/eslintrc": {
@ -4020,9 +3965,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "18.11.0", "version": "18.11.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.0.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.2.tgz",
"integrity": "sha512-IOXCvVRToe7e0ny7HpT/X9Rb2RYtElG1a+VshjwT00HxrM2dWBApHQoqsI6WiY7Q03vdf2bCrIGzVrkF/5t10w==", "integrity": "sha512-BWN3M23gLO2jVG8g/XHIRFWiiV4/GckeFIqbU/C4V3xpoBBWSMk4OZomouN0wCkfQFPqgZikyLr7DOYDysIkkw==",
"dev": true "dev": true
}, },
"@types/node-forge": { "@types/node-forge": {
@ -4134,7 +4079,9 @@
} }
}, },
"@xmldom/xmldom": { "@xmldom/xmldom": {
"version": "0.8.2" "version": "0.8.3",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.3.tgz",
"integrity": "sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ=="
}, },
"acorn": { "acorn": {
"version": "8.8.0", "version": "8.8.0",
@ -4966,7 +4913,9 @@
"dev": true "dev": true
}, },
"fast-glob": { "fast-glob": {
"version": "3.2.11", "version": "3.2.12",
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz",
"integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
"requires": { "requires": {
"@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3", "@nodelib/fs.walk": "^1.2.3",
@ -5691,9 +5640,11 @@
} }
}, },
"postcss-nested": { "postcss-nested": {
"version": "5.0.6", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz",
"integrity": "sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==",
"requires": { "requires": {
"postcss-selector-parser": "^6.0.6" "postcss-selector-parser": "^6.0.10"
} }
}, },
"postcss-selector-parser": { "postcss-selector-parser": {
@ -5973,9 +5924,9 @@
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
}, },
"tailwindcss": { "tailwindcss": {
"version": "3.1.8", "version": "3.2.0",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.8.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.0.tgz",
"integrity": "sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==", "integrity": "sha512-ARh/W0uH5UlWIC2nn02V0+5fyF0k6qZliyt4QYic2upOhPUE/Spu1EURNc9txJ3+4j8OEmdigqfDpw4d2tA4vA==",
"requires": { "requires": {
"arg": "^5.0.2", "arg": "^5.0.2",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
@ -5983,18 +5934,18 @@
"detective": "^5.2.1", "detective": "^5.2.1",
"didyoumean": "^1.2.2", "didyoumean": "^1.2.2",
"dlv": "^1.1.3", "dlv": "^1.1.3",
"fast-glob": "^3.2.11", "fast-glob": "^3.2.12",
"glob-parent": "^6.0.2", "glob-parent": "^6.0.2",
"is-glob": "^4.0.3", "is-glob": "^4.0.3",
"lilconfig": "^2.0.6", "lilconfig": "^2.0.6",
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"object-hash": "^3.0.0", "object-hash": "^3.0.0",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"postcss": "^8.4.14", "postcss": "^8.4.17",
"postcss-import": "^14.1.0", "postcss-import": "^14.1.0",
"postcss-js": "^4.0.0", "postcss-js": "^4.0.0",
"postcss-load-config": "^3.1.4", "postcss-load-config": "^3.1.4",
"postcss-nested": "5.0.6", "postcss-nested": "6.0.0",
"postcss-selector-parser": "^6.0.10", "postcss-selector-parser": "^6.0.10",
"postcss-value-parser": "^4.2.0", "postcss-value-parser": "^4.2.0",
"quick-lru": "^5.1.1", "quick-lru": "^5.1.1",
@ -6112,7 +6063,9 @@
"requires": {} "requires": {}
}, },
"util-deprecate": { "util-deprecate": {
"version": "1.0.2" "version": "1.0.2",
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
}, },
"which": { "which": {
"version": "2.0.2", "version": "2.0.2",
@ -6149,13 +6102,6 @@
"requires": { "requires": {
"@xmldom/xmldom": "^0.8.3", "@xmldom/xmldom": "^0.8.3",
"xpath": "0.0.32" "xpath": "0.0.32"
},
"dependencies": {
"@xmldom/xmldom": {
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.3.tgz",
"integrity": "sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ=="
}
} }
}, },
"xml2js": { "xml2js": {

View File

@ -11,7 +11,7 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.0.8", "@boxyhq/saml20": "1.0.10",
"daisyui": "2.31.0", "daisyui": "2.31.0",
"next": "12.3.1", "next": "12.3.1",
"react": "18.2.0", "react": "18.2.0",
@ -22,7 +22,7 @@
"xmlbuilder": "15.1.1" "xmlbuilder": "15.1.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "18.11.0", "@types/node": "18.11.2",
"@types/node-forge": "1.3.0", "@types/node-forge": "1.3.0",
"@types/react": "18.0.21", "@types/react": "18.0.21",
"@types/react-gtm-module": "2.0.1", "@types/react-gtm-module": "2.0.1",
@ -34,7 +34,7 @@
"postcss": "8.4.18", "postcss": "8.4.18",
"prettier": "2.7.1", "prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.13", "prettier-plugin-tailwindcss": "0.1.13",
"tailwindcss": "3.1.8", "tailwindcss": "3.2.0",
"typescript": "4.8.4" "typescript": "4.8.4"
}, },
"engines": { "engines": {