diff --git a/.projenrc.js b/.projenrc.js index cfc608c..4e0b717 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -49,7 +49,7 @@ project.addBundledDeps('js-toml@^1.0.2'); // js-toml -> chevrotain -> lodash-es@4.17.21 is vulnerable // Force chevrotain@11.1.1+ which uses lodash-es@4.17.23 (patched) project.package.addField('resolutions', { - 'chevrotain': '^11.1.1', + chevrotain: '^11.1.1', }); project.addGitIgnore('target'); diff --git a/LICENSE b/LICENSE index 919f9d7..894922d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2025 David Calavera +Copyright (c) 2026 David Calavera Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal