diff --git a/.projenrc.js b/.projenrc.js index a6f737a..4422165 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -52,6 +52,10 @@ const project = new AwsCdkConstructLibrary({ }, }); +project.package.addField('resolutions', { + xmldom: 'github:xmldom/xmldom#0.7.0', +}); + const common_exclude = ['cdk.out', 'cdk.context.json', 'docker-compose.yml', 'images', 'yarn-error.log']; project.npmignore.exclude(...common_exclude, '/codebase'); project.gitignore.exclude(...common_exclude); diff --git a/package.json b/package.json index 6509400..69236da 100644 --- a/package.json +++ b/package.json @@ -146,5 +146,8 @@ "twitter": "pahudnet", "announce": false }, + "resolutions": { + "xmldom": "github:xmldom/xmldom#0.7.0" + }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 3d1f2d3..39a3860 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7724,10 +7724,9 @@ xmlchars@^2.2.0: resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== -xmldom@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.6.0.tgz#43a96ecb8beece991cef382c08397d82d4d0c46f" - integrity sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg== +xmldom@^0.6.0, "xmldom@github:xmldom/xmldom#0.7.0": + version "0.7.0" + resolved "https://codeload.github.com/xmldom/xmldom/tar.gz/c568938641cc1f121cef5b4df80fcfda1e489b6e" xtend@~4.0.1: version "4.0.2"