0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(deps): update dependency samlify to v2.8.11 (#5458)

Co-authored-by: Gao Sun <gao@silverhand.io>
This commit is contained in:
renovate[bot] 2024-04-10 22:49:55 +08:00 committed by GitHub
parent 34d525d13c
commit 01fee1dd9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 11 deletions

View file

@ -6,7 +6,7 @@
"dependencies": { "dependencies": {
"@logto/connector-kit": "workspace:^3.0.0", "@logto/connector-kit": "workspace:^3.0.0",
"fast-xml-parser": "^4.2.5", "fast-xml-parser": "^4.2.5",
"samlify": "2.8.10" "samlify": "2.8.11"
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"module": "./lib/index.js", "module": "./lib/index.js",

View file

@ -83,7 +83,7 @@
"qrcode": "^1.5.3", "qrcode": "^1.5.3",
"redis": "^4.6.5", "redis": "^4.6.5",
"roarr": "^7.11.0", "roarr": "^7.11.0",
"samlify": "2.8.10", "samlify": "2.8.11",
"semver": "^7.3.8", "semver": "^7.3.8",
"@silverhand/slonik": "31.0.0-beta.2", "@silverhand/slonik": "31.0.0-beta.2",
"snake-case": "^4.0.0", "snake-case": "^4.0.0",

View file

@ -2049,8 +2049,8 @@ importers:
specifier: ^14.0.0 specifier: ^14.0.0
version: 14.0.0 version: 14.0.0
samlify: samlify:
specifier: 2.8.10 specifier: 2.8.11
version: 2.8.10 version: 2.8.11
snakecase-keys: snakecase-keys:
specifier: ^8.0.0 specifier: ^8.0.0
version: 8.0.0 version: 8.0.0
@ -3010,7 +3010,7 @@ importers:
dependencies: dependencies:
'@authenio/samlify-node-xmllint': '@authenio/samlify-node-xmllint':
specifier: ^2.0.0 specifier: ^2.0.0
version: 2.0.0(samlify@2.8.10) version: 2.0.0(samlify@2.8.11)
'@aws-sdk/client-s3': '@aws-sdk/client-s3':
specifier: ^3.315.0 specifier: ^3.315.0
version: 3.315.0 version: 3.315.0
@ -3186,8 +3186,8 @@ importers:
specifier: ^7.11.0 specifier: ^7.11.0
version: 7.11.0 version: 7.11.0
samlify: samlify:
specifier: 2.8.10 specifier: 2.8.11
version: 2.8.10 version: 2.8.11
semver: semver:
specifier: ^7.3.8 specifier: ^7.3.8
version: 7.5.2 version: 7.5.2
@ -4090,13 +4090,13 @@ packages:
openapi-types: 12.1.3 openapi-types: 12.1.3
dev: true dev: true
/@authenio/samlify-node-xmllint@2.0.0(samlify@2.8.10): /@authenio/samlify-node-xmllint@2.0.0(samlify@2.8.11):
resolution: {integrity: sha512-V9cQ0CHqu3JwOmbSecGPUnzIES5kHxD00FEZKnWh90ksQUJG5/TscV2r9XLbKp7MlRMOSUfWxecM35xPSLFdSg==} resolution: {integrity: sha512-V9cQ0CHqu3JwOmbSecGPUnzIES5kHxD00FEZKnWh90ksQUJG5/TscV2r9XLbKp7MlRMOSUfWxecM35xPSLFdSg==}
peerDependencies: peerDependencies:
samlify: '>= 2.6.0' samlify: '>= 2.6.0'
dependencies: dependencies:
node-xmllint: 1.0.0 node-xmllint: 1.0.0
samlify: 2.8.10 samlify: 2.8.11
dev: false dev: false
/@authenio/xml-encryption@2.0.2: /@authenio/xml-encryption@2.0.2:
@ -19690,8 +19690,8 @@ packages:
/safer-buffer@2.1.2: /safer-buffer@2.1.2:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
/samlify@2.8.10: /samlify@2.8.11:
resolution: {integrity: sha512-g2M1Qq2uL7GHtmBRaTVYcJD0Vb+XOyvXHsPARHCoqQ54Vp7m5h3NMUGzvLEIFGujxaamyM3BhEi9fdVAkJMvHw==} resolution: {integrity: sha512-EDO9CMba0rtHSek2NyUcS8brIxK1E521X5fT+1qLKTRkm1dddITeuPqU8/by4Lcf95ngMKjsn5Z600eVhXDqxQ==}
dependencies: dependencies:
'@authenio/xml-encryption': 2.0.2 '@authenio/xml-encryption': 2.0.2
'@xmldom/xmldom': 0.8.7 '@xmldom/xmldom': 0.8.7
@ -19702,6 +19702,7 @@ packages:
uuid: 8.3.2 uuid: 8.3.2
xml: 1.0.1 xml: 1.0.1
xml-crypto: 3.0.1 xml-crypto: 3.0.1
xml-escape: 1.1.0
xpath: 0.0.32 xpath: 0.0.32
dev: false dev: false
@ -21763,6 +21764,10 @@ packages:
xpath: 0.0.32 xpath: 0.0.32
dev: false dev: false
/xml-escape@1.1.0:
resolution: {integrity: sha512-B/T4sDK8Z6aUh/qNr7mjKAwwncIljFuUP+DO/D5hloYFj+90O88z8Wf7oSucZTHxBAsC1/CTP4rtx/x1Uf72Mg==}
dev: false
/xml-name-validator@4.0.0: /xml-name-validator@4.0.0:
resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==}
engines: {node: '>=12'} engines: {node: '>=12'}