@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:
|
|
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