From 1852b1ad33c9e8fe55c00221814fae09836866a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 12:54:15 +0000 Subject: [PATCH] chore(deps): bump fast-xml-parser from 4.0.13 to 4.2.5 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.0.13 to 4.2.5. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.0.13...v4.2.5) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] chore: increase commit body max line length --- commitlint.config.cjs | 3 ++- packages/connectors/connector-saml/package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) 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 43ce4c0f9..0812fb571 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2108,8 +2108,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 @@ -12605,15 +12605,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