From f7ea0bc9e946bffdd955a657b77e987423d147ea Mon Sep 17 00:00:00 2001 From: uberbinge <1692495+uberbinge@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:12:12 +0100 Subject: [PATCH] chore: run projen synthesis to fix release pipeline --- .projenrc.js | 2 +- LICENSE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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