Skip to content

Commit 83d8306

Browse files
authored
chore: run projen synthesis to fix release pipeline (#89)
1 parent d0f26f8 commit 83d8306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.projenrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ project.addBundledDeps('js-toml@^1.0.2');
4949
// js-toml -> chevrotain -> lodash-es@4.17.21 is vulnerable
5050
// Force chevrotain@11.1.1+ which uses lodash-es@4.17.23 (patched)
5151
project.package.addField('resolutions', {
52-
'chevrotain': '^11.1.1',
52+
chevrotain: '^11.1.1',
5353
});
5454

5555
project.addGitIgnore('target');

LICENSE

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)