diff --git a/commitlint.config.cjs b/commitlint.config.cjs index 423983949..6b008dbae 100644 --- a/commitlint.config.cjs +++ b/commitlint.config.cjs @@ -9,6 +9,7 @@ module.exports = { 'type-enum': [2, 'always', [...rules['type-enum'][2], 'api', 'release']], 'scope-enum': [2, 'always', ['connector', 'console', 'core', 'demo-app', 'test', 'phrases', 'schemas', 'shared', 'ui', 'deps','cli', 'toolkit', 'cloud', 'app-insights']], // Slightly increase the tolerance to allow the appending PR number - ...(isCi && { 'header-max-length': [2, 'always', 110] }) + ...(isCi && { 'header-max-length': [2, 'always', 110] }), + 'body-max-line-length': [2, 'always', 110], }, }; diff --git a/packages/connectors/connector-saml/package.json b/packages/connectors/connector-saml/package.json index 8da0db76c..e5fbf5dab 100644 --- a/packages/connectors/connector-saml/package.json +++ b/packages/connectors/connector-saml/package.json @@ -5,7 +5,7 @@ "author": "Silverhand Inc. ", "dependencies": { "@logto/connector-kit": "workspace:^1.1.0", - "fast-xml-parser": "^4.0.13", + "fast-xml-parser": "^4.2.5", "samlify": "2.8.10" }, "main": "./lib/index.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7763536f2..86242c7b8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2187,8 +2187,8 @@ importers: specifier: ^2.5.0 version: 2.5.0 fast-xml-parser: - specifier: ^4.0.13 - version: 4.0.13 + specifier: ^4.2.5 + version: 4.2.5 got: specifier: ^13.0.0 version: 13.0.0 @@ -12728,15 +12728,15 @@ packages: strnum: 1.0.5 dev: false - /fast-xml-parser@4.0.13: - resolution: {integrity: sha512-g+OboAw8ol1FgTHhKLR7ZHcItNudceiY04BBrvqa0JBWoPhi/+e5r4H5AeW+EsQCroJLJwsuOP3dD3c6cc5uOg==} + /fast-xml-parser@4.1.2: + resolution: {integrity: sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==} hasBin: true dependencies: strnum: 1.0.5 dev: false - /fast-xml-parser@4.1.2: - resolution: {integrity: sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==} + /fast-xml-parser@4.2.5: + resolution: {integrity: sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==} hasBin: true dependencies: strnum: 1.0.5