Follow-up to #136 / #137. The audit gate in make audit / make verify runs with --omit=dev because brace-expansion <=5.0.7 (GHSA-mh99-v99m-4gvg) has no fix compatible with eslint 9 / eslint-config-next's minimatch@3 chain.
When eslint / eslint-config-next's plugins move off minimatch@3 (check with npm ls minimatch brace-expansion), remove --omit=dev from both audit invocations in the Makefile and drop the comment above the audit target.
Follow-up to #136 / #137. The audit gate in
make audit/make verifyruns with--omit=devbecause brace-expansion <=5.0.7 (GHSA-mh99-v99m-4gvg) has no fix compatible with eslint 9 / eslint-config-next's minimatch@3 chain.When eslint / eslint-config-next's plugins move off minimatch@3 (check with
npm ls minimatch brace-expansion), remove--omit=devfrom both audit invocations in the Makefile and drop the comment above theaudittarget.