Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
bump xmldom (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
pahud committed Aug 5, 2021
1 parent 15d0b40 commit 8c29661
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
3 changes: 3 additions & 0 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c29661

Please sign in to comment.