diff --git a/package-lock.json b/package-lock.json index 54f211e6..56adf0b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@commitlint/cli": "^20.4.3", - "@commitlint/config-conventional": "^20.4.2", + "@commitlint/config-conventional": "^20.4.3", "@fullhuman/postcss-purgecss": "^8.0.0", "@gethinode/netlify-plugin-dartsass": "^0.3.0", "@semantic-release/exec": "^7.1.0", @@ -219,14 +219,14 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "20.4.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.4.2.tgz", - "integrity": "sha512-rwkTF55q7Q+6dpSKUmJoScV0f3EpDlWKw2UPzklkLS4o5krMN1tPWAVOgHRtyUTMneIapLeQwaCjn44Td6OzBQ==", + "version": "20.4.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.4.3.tgz", + "integrity": "sha512-9RtLySbYQAs8yEqWEqhSZo9nYhbm57jx7qHXtgRmv/nmeQIjjMcwf6Dl+y5UZcGWgWx435TAYBURONaJIuCjWg==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/types": "^20.4.0", - "conventional-changelog-conventionalcommits": "^9.1.0" + "@commitlint/types": "^20.4.3", + "conventional-changelog-conventionalcommits": "^9.2.0" }, "engines": { "node": ">=v18" @@ -3652,9 +3652,9 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.1.0.tgz", - "integrity": "sha512-MnbEysR8wWa8dAEvbj5xcBgJKQlX/m0lhS8DsyAAWDHdfs2faDJxTgzRYlRYpXSe7UiKrIIlB4TrBKU9q9DgkA==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.2.0.tgz", + "integrity": "sha512-fCf+ODjseueTV09wVBoC0HXLi3OyuBJ+HfE3L63Khxqnr99f9nUcnQh3a15lCWHlGLihyZShW/mVVkBagr9JvQ==", "dev": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index d1374e66..616884a5 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "homepage": "https://gethinode.com", "devDependencies": { "@commitlint/cli": "^20.4.3", - "@commitlint/config-conventional": "^20.4.2", + "@commitlint/config-conventional": "^20.4.3", "@fullhuman/postcss-purgecss": "^8.0.0", "@gethinode/netlify-plugin-dartsass": "^0.3.0", "@semantic-release/exec": "^7.1.0",