diff --git a/package-lock.json b/package-lock.json index 7e042ee..5ee34b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,13 +12,9 @@ "lodash": "^4.17.21", "tslib": "^2.5.2" }, - "bin": { - "npm-dev-version.ts": "bin/npm-dev-version.ts", - "prepublish.ts": "bin/prepublish.ts" - }, "devDependencies": { "@commitlint/cli": "^17.6.3", - "@commitlint/config-conventional": "^17.6.3", + "@commitlint/config-conventional": "^18.5.0", "@faker-js/faker": "^8.0.1", "@goparrot/eslint-config": "^1.1.1", "@nestjs/common": "^10.2.10", @@ -52,8 +48,7 @@ "typescript": "^5.0.4" }, "engines": { - "node": ">=16", - "npm": "^8" + "node": ">=16" }, "peerDependencies": { "@nestjs/common": "^10.0.0", @@ -789,15 +784,15 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "17.8.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz", - "integrity": "sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==", + "version": "18.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.5.0.tgz", + "integrity": "sha512-XGmU4u3Z7bCn0H0nTEG9LUn6hMDUIPP4P6dun7PKFhtnt/wwiKAqmPj+QRmFiqWjkOWcmrh7w7xRiDL32cWS5g==", "dev": true, "dependencies": { - "conventional-changelog-conventionalcommits": "^6.1.0" + "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { - "node": ">=v14" + "node": ">=v18" } }, "node_modules/@commitlint/config-validator": { @@ -4118,15 +4113,15 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz", - "integrity": "sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", + "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", "dev": true, "dependencies": { "compare-func": "^2.0.0" }, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/conventional-changelog-core": { diff --git a/package.json b/package.json index 20b4e60..4d1ef5d 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ }, "devDependencies": { "@commitlint/cli": "^17.6.3", - "@commitlint/config-conventional": "^17.6.3", + "@commitlint/config-conventional": "^18.5.0", "@faker-js/faker": "^8.0.1", "@goparrot/eslint-config": "^1.1.1", "@nestjs/common": "^10.2.10",