0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

chore(core): update xml-crypto dep (#7169)

upate xml-crypto dep
This commit is contained in:
simeng-li 2025-03-24 09:57:42 +08:00 committed by GitHub
parent 9b6dbf28e2
commit c8cc6af701
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 7 deletions

View file

@ -58,7 +58,8 @@
"puppeteer-core@<23.10.3": "^23.10.3",
"rollup@>=4.0.0 <4.22.4": "^4.22.4",
"vite@>=5.0.0 <5.4.12": "^5.4.12",
"ws@>=8.0.0 <8.17.1": "^8.18.0"
"ws@>=8.0.0 <8.17.1": "^8.18.0",
"xml-crypto@3.0.1": "^3.2.1"
},
"peerDependencyRules": {
"allowedVersions": {

19
pnpm-lock.yaml generated
View file

@ -22,6 +22,7 @@ overrides:
rollup@>=4.0.0 <4.22.4: ^4.22.4
vite@>=5.0.0 <5.4.12: ^5.4.12
ws@>=8.0.0 <8.17.1: ^8.18.0
xml-crypto@3.0.1: ^3.2.1
importers:
@ -7680,6 +7681,10 @@ packages:
'@withtyped/shared@0.2.2':
resolution: {integrity: sha512-Vpcj12NqaoZ8M5Z/1kffheI9FBZEm9goed0THmgTcMKXLHjXSRbMZMp0olVxovEgaTIAydshqJOQUXKZMctIZw==}
'@xmldom/xmldom@0.8.10':
resolution: {integrity: sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==}
engines: {node: '>=10.0.0'}
'@xmldom/xmldom@0.8.7':
resolution: {integrity: sha512-sI1Ly2cODlWStkINzqGrZ8K6n+MTSbAeQnAipGyL+KZCXuHaRlj2gyyy8B/9MvsFFqN7XHryQnB2QwhzvJXovg==}
engines: {node: '>=10.0.0'}
@ -14241,9 +14246,9 @@ packages:
utf-8-validate:
optional: true
xml-crypto@3.0.1:
resolution: {integrity: sha512-7XrwB3ujd95KCO6+u9fidb8ajvRJvIfGNWD0XLJoTWlBKz+tFpUzEYxsN+Il/6/gHtEs1RgRh2RH+TzhcWBZUw==}
engines: {node: '>=0.4.0'}
xml-crypto@3.2.1:
resolution: {integrity: sha512-0GUNbPtQt+PLMsC5HoZRONX+K6NBJEqpXe/lsvrFj0EqfpGPpVfJKGE7a5jCg8s2+Wkrf/2U1G41kIH+zC9eyQ==}
engines: {node: '>=4.0.0'}
xml-escape@1.1.0:
resolution: {integrity: sha512-B/T4sDK8Z6aUh/qNr7mjKAwwncIljFuUP+DO/D5hloYFj+90O88z8Wf7oSucZTHxBAsC1/CTP4rtx/x1Uf72Mg==}
@ -18585,6 +18590,8 @@ snapshots:
'@withtyped/shared@0.2.2': {}
'@xmldom/xmldom@0.8.10': {}
'@xmldom/xmldom@0.8.7': {}
JSONStream@1.3.5:
@ -25204,7 +25211,7 @@ snapshots:
pako: 1.0.11
uuid: 8.3.2
xml: 1.0.1
xml-crypto: 3.0.1
xml-crypto: 3.2.1
xml-escape: 1.1.0
xpath: 0.0.32
@ -26711,9 +26718,9 @@ snapshots:
ws@8.18.0: {}
xml-crypto@3.0.1:
xml-crypto@3.2.1:
dependencies:
'@xmldom/xmldom': 0.8.7
'@xmldom/xmldom': 0.8.10
xpath: 0.0.32
xml-escape@1.1.0: {}