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

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] <support@github.com>

chore: increase commit body max line length
This commit is contained in:
dependabot[bot] 2023-08-02 12:54:15 +00:00 committed by Gao Sun
parent 7ce014d033
commit 1852b1ad33
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
3 changed files with 9 additions and 8 deletions

View file

@ -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],
},
};

View file

@ -5,7 +5,7 @@
"author": "Silverhand Inc. <contact@silverhand.io>",
"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",

View file

@ -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