chore: fix xml2js security warning (#10133)

pull/10171/head
Ben McCann 6 months ago committed by GitHub
parent aecd47e8df
commit f11f451bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,5 +42,10 @@
"prettier-plugin-svelte": "^3.1.2",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"pnpm": {
"overrides": {
"jimp>xml2js": "^0.6.0"
}
}
}

@ -4,6 +4,9 @@ settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
overrides:
jimp>xml2js: ^0.6.0
importers:
.:

Loading…
Cancel
Save