mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
Merge pull request #4280 from logto-io/dependabot/npm_and_yarn/fast-xml-parser-4.2.5
chore(deps): bump fast-xml-parser from 4.0.13 to 4.2.5
This commit is contained in:
commit
8cba35d116
3 changed files with 9 additions and 8 deletions
|
@ -9,6 +9,7 @@ module.exports = {
|
||||||
'type-enum': [2, 'always', [...rules['type-enum'][2], 'api', 'release']],
|
'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']],
|
'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
|
// 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],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@logto/connector-kit": "workspace:^1.1.0",
|
"@logto/connector-kit": "workspace:^1.1.0",
|
||||||
"fast-xml-parser": "^4.0.13",
|
"fast-xml-parser": "^4.2.5",
|
||||||
"samlify": "2.8.10"
|
"samlify": "2.8.10"
|
||||||
},
|
},
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
|
|
|
@ -2187,8 +2187,8 @@ importers:
|
||||||
specifier: ^2.5.0
|
specifier: ^2.5.0
|
||||||
version: 2.5.0
|
version: 2.5.0
|
||||||
fast-xml-parser:
|
fast-xml-parser:
|
||||||
specifier: ^4.0.13
|
specifier: ^4.2.5
|
||||||
version: 4.0.13
|
version: 4.2.5
|
||||||
got:
|
got:
|
||||||
specifier: ^13.0.0
|
specifier: ^13.0.0
|
||||||
version: 13.0.0
|
version: 13.0.0
|
||||||
|
@ -12728,15 +12728,15 @@ packages:
|
||||||
strnum: 1.0.5
|
strnum: 1.0.5
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/fast-xml-parser@4.0.13:
|
/fast-xml-parser@4.1.2:
|
||||||
resolution: {integrity: sha512-g+OboAw8ol1FgTHhKLR7ZHcItNudceiY04BBrvqa0JBWoPhi/+e5r4H5AeW+EsQCroJLJwsuOP3dD3c6cc5uOg==}
|
resolution: {integrity: sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
strnum: 1.0.5
|
strnum: 1.0.5
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/fast-xml-parser@4.1.2:
|
/fast-xml-parser@4.2.5:
|
||||||
resolution: {integrity: sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==}
|
resolution: {integrity: sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
strnum: 1.0.5
|
strnum: 1.0.5
|
||||||
|
|
Loading…
Reference in a new issue