diff --git a/package-lock.json b/package-lock.json index 258a6cd9..449c29c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "devDependencies": { "@rollup/plugin-node-resolve": "^15.2.3", "@swc/core": "^1.3.94", - "@tada5hi/commitlint-config": "^1.1.2", + "@tada5hi/commitlint-config": "^1.1.3", "@tada5hi/eslint-config-typescript": "^1.2.5", "@tada5hi/semantic-release": "^0.3.0", "@tada5hi/tsconfig": "^0.5.0", @@ -861,15 +861,15 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "17.7.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.7.0.tgz", - "integrity": "sha512-iicqh2o6et+9kWaqsQiEYZzfLbtoWv9uZl8kbI8EGfnc0HeGafQBF7AJ0ylN9D/2kj6txltsdyQs8+2fTMwWEw==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.1.0.tgz", + "integrity": "sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA==", "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": { @@ -3794,12 +3794,12 @@ "dev": true }, "node_modules/@tada5hi/commitlint-config": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tada5hi/commitlint-config/-/commitlint-config-1.1.2.tgz", - "integrity": "sha512-ssfd/FtotNoRdKHVU4p47o9yrKpzJseLb2n7UIJMeQ+sAUnZdgBymUrVCAeAOrwX/lWfAezn3GQ7cdNzd4dWXw==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@tada5hi/commitlint-config/-/commitlint-config-1.1.3.tgz", + "integrity": "sha512-EEnfzX+EeaKCI3b31oMJlKYOAbX6UmIqNBsx1ipXhw8OVAiWtU599TSPf43pFNlbirU6j9SUWoagd1trH+qN0A==", "dev": true, "dependencies": { - "@commitlint/config-conventional": "^17.7.0" + "@commitlint/config-conventional": "^18.0.0" }, "peerDependencies": { "@commitlint/cli": "^17.x" @@ -5675,15 +5675,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-writer": { diff --git a/package.json b/package.json index 063b326d..c7a53fe3 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "devDependencies": { "@rollup/plugin-node-resolve": "^15.2.3", "@swc/core": "^1.3.94", - "@tada5hi/commitlint-config": "^1.1.2", + "@tada5hi/commitlint-config": "^1.1.3", "@tada5hi/eslint-config-typescript": "^1.2.5", "@tada5hi/semantic-release": "^0.3.0", "@tada5hi/tsconfig": "^0.5.0",