diff --git a/package-lock.json b/package-lock.json index 062f8fb7..f7baa84a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "16.14.17", "license": "Apache-2.0", "dependencies": { + "@types/semver-utils": "^1.1.1", "chalk": "^5.3.0", "cli-table3": "^0.6.3", "commander": "^10.0.1", @@ -69,7 +70,6 @@ "@types/remote-git-tags": "^4.0.0", "@types/rimraf": "^3.0.2", "@types/semver": "^7.5.3", - "@types/semver-utils": "^1.1.1", "@types/sinon": "^10.0.19", "@types/update-notifier": "^6.0.5", "@typescript-eslint/eslint-plugin": "^5.62.0", @@ -1259,8 +1259,7 @@ "node_modules/@types/semver-utils": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/@types/semver-utils/-/semver-utils-1.1.1.tgz", - "integrity": "sha512-WLZZQdwo5P+H6R+bDDCFqFSlP5Jtk6gyXpE0R0KAVQbcMGmxpVsNX8dah640hY4+PpRG2+Ph3dcwDHzrOAOZ7A==", - "dev": true + "integrity": "sha512-WLZZQdwo5P+H6R+bDDCFqFSlP5Jtk6gyXpE0R0KAVQbcMGmxpVsNX8dah640hY4+PpRG2+Ph3dcwDHzrOAOZ7A==" }, "node_modules/@types/sinon": { "version": "10.0.19", diff --git a/package.json b/package.json index 6cb72a9b..ee113795 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "url": "https://github.com/raineorshine/npm-check-updates/issues" }, "dependencies": { + "@types/semver-utils": "^1.1.1", "chalk": "^5.3.0", "cli-table3": "^0.6.3", "commander": "^10.0.1", @@ -112,7 +113,6 @@ "@types/remote-git-tags": "^4.0.0", "@types/rimraf": "^3.0.2", "@types/semver": "^7.5.3", - "@types/semver-utils": "^1.1.1", "@types/sinon": "^10.0.19", "@types/update-notifier": "^6.0.5", "@typescript-eslint/eslint-plugin": "^5.62.0",