mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 07:21:20 +00:00
chore(deps): update dependency xml2js to ^0.6.0
This commit is contained in:
parent
acea7d7ac9
commit
8478648af7
2 changed files with 6 additions and 6 deletions
|
@ -63,7 +63,7 @@
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"xml2js": "^0.5.0"
|
"xml2js": "^0.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@ settings:
|
||||||
excludeLinksFromLockfile: false
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
overrides:
|
overrides:
|
||||||
xml2js: ^0.5.0
|
xml2js: ^0.6.0
|
||||||
|
|
||||||
importers:
|
importers:
|
||||||
|
|
||||||
|
@ -3876,8 +3876,8 @@ packages:
|
||||||
resolution: {integrity: sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==}
|
resolution: {integrity: sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
|
|
||||||
xml2js@0.5.0:
|
xml2js@0.6.2:
|
||||||
resolution: {integrity: sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==}
|
resolution: {integrity: sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==}
|
||||||
engines: {node: '>=4.0.0'}
|
engines: {node: '>=4.0.0'}
|
||||||
|
|
||||||
xmlbuilder@11.0.1:
|
xmlbuilder@11.0.1:
|
||||||
|
@ -7266,7 +7266,7 @@ snapshots:
|
||||||
got: 11.8.6
|
got: 11.8.6
|
||||||
is-gzip: 2.0.0
|
is-gzip: 2.0.0
|
||||||
p-limit: 3.1.0
|
p-limit: 3.1.0
|
||||||
xml2js: 0.5.0
|
xml2js: 0.6.2
|
||||||
|
|
||||||
slash@3.0.0: {}
|
slash@3.0.0: {}
|
||||||
|
|
||||||
|
@ -7894,7 +7894,7 @@ snapshots:
|
||||||
|
|
||||||
xdg-basedir@4.0.0: {}
|
xdg-basedir@4.0.0: {}
|
||||||
|
|
||||||
xml2js@0.5.0:
|
xml2js@0.6.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
sax: 1.4.1
|
sax: 1.4.1
|
||||||
xmlbuilder: 11.0.1
|
xmlbuilder: 11.0.1
|
||||||
|
|
Loading…
Reference in a new issue