@bigbinary/neeto-audit-frontend 2.0.20 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -15881,7 +15881,7 @@ const getPackageJson = async (debug) => {
15881
15881
 
15882
15882
  const NVMRC_FILE_PATH = "./.nvmrc";
15883
15883
 
15884
- const REQUIRED_NODE_VERSION = { major: 18, minor: 0, patch: 0 };
15884
+ const REQUIRED_NODE_VERSION = { major: 22, minor: 0, patch: 0 };
15885
15885
 
15886
15886
  const getSemVer = (version) =>
15887
15887
  version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-audit-frontend",
3
- "version": "2.0.20",
3
+ "version": "2.1.0",
4
4
  "description": "Audits neeto frontend codebase for issues and suggests a fix.",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",
@@ -1,3 +1,3 @@
1
1
  export const NVMRC_FILE_PATH = "./.nvmrc";
2
2
 
3
- export const REQUIRED_NODE_VERSION = { major: 18, minor: 0, patch: 0 };
3
+ export const REQUIRED_NODE_VERSION = { major: 22, minor: 0, patch: 0 };