diff --git a/package-lock.json b/package-lock.json index 0653d20..c5b0dc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -547,9 +547,9 @@ } }, "node_modules/@badisi/latest-version": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@badisi/latest-version/-/latest-version-6.1.10.tgz", - "integrity": "sha512-aIZnfHlfVvjn0vVZWHnegNOMf896XZwsSHeP5g+t7Ill3pEfiXrN8ilyrnRWSm9A+UnxIBfKxLn3Rh7no2WxTA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@badisi/latest-version/-/latest-version-7.0.0.tgz", + "integrity": "sha512-IwX6T1xBkzbsISise/PN8/ddeKIhpmZkghyeUZrEvbJOWEzaWC+YFjXvqlaMOAihfzZu2905/xxSP6iuzDu1RQ==", "dependencies": { "@colors/colors": "^1.6.0", "global-dirs": "^3.0.1", @@ -562,7 +562,7 @@ "lv": "bin/latest-version" }, "engines": { - "node": ">= 15" + "node": ">= 18" } }, "node_modules/@badisi/latest-version/node_modules/global-dirs": { @@ -9644,7 +9644,7 @@ "version": "7.0.0", "license": "GPL-3.0-only", "dependencies": { - "@badisi/latest-version": "^6.1.10", + "@badisi/latest-version": "^7.0.0", "@colors/colors": "^1.6.0", "ora": "5.4.1", "semver": "^7.5.4" diff --git a/projects/lib/package.json b/projects/lib/package.json index 1d99315..78e8a33 100644 --- a/projects/lib/package.json +++ b/projects/lib/package.json @@ -56,7 +56,7 @@ "@schematics/angular": ">= 14" }, "dependencies": { - "@badisi/latest-version": "^6.1.10", + "@badisi/latest-version": "^7.0.0", "@colors/colors": "^1.6.0", "ora": "5.4.1", "semver": "^7.5.4"