diff --git a/package-lock.json b/package-lock.json index 5e1b8b3..decaff0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "devDependencies": { "@commitlint/cli": "^20.4.4", - "@commitlint/config-conventional": "^20.4.3", + "@commitlint/config-conventional": "^20.4.4", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "cpy-cli": "^7.0.0", @@ -145,13 +145,13 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "20.4.3", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.4.3.tgz", - "integrity": "sha512-9RtLySbYQAs8yEqWEqhSZo9nYhbm57jx7qHXtgRmv/nmeQIjjMcwf6Dl+y5UZcGWgWx435TAYBURONaJIuCjWg==", + "version": "20.4.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.4.4.tgz", + "integrity": "sha512-Usg+XXbPNG2GtFWTgRURNWCge1iH1y6jQIvvklOdAbyn2t8ajfVwZCnf5t5X4gUsy17BOiY+myszGsSMIvhOVA==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/types": "^20.4.3", + "@commitlint/types": "^20.4.4", "conventional-changelog-conventionalcommits": "^9.2.0" }, "engines": { diff --git a/package.json b/package.json index 464c7b1..79e4d18 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "homepage": "https://gethinode.com", "devDependencies": { "@commitlint/cli": "^20.4.4", - "@commitlint/config-conventional": "^20.4.3", + "@commitlint/config-conventional": "^20.4.4", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "cpy-cli": "^7.0.0",