diff --git a/package-lock.json b/package-lock.json index e80fdd1..5c2a149 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@babel/eslint-parser": "^7.15.8", "@babel/preset-env": "^7.16.5", "@commitlint/cli": "^17.0.3", - "@commitlint/config-conventional": "^17.0.3", + "@commitlint/config-conventional": "^17.4.3", "@tailwindcss/typography": "^0.5.0", "autoprefixer": "^10.2.4", "browserslist": "^4.16.6", @@ -1994,9 +1994,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "17.4.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.4.2.tgz", - "integrity": "sha512-JVo1moSj5eDMoql159q8zKCU8lkOhQ+b23Vl3LVVrS6PXDLQIELnJ34ChQmFVbBdSSRNAbbXnRDhosFU+wnuHw==", + "version": "17.4.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.4.3.tgz", + "integrity": "sha512-8EsY2iDw74hCk3hIQSg7/E0R8/KtPjnFPZVwmmHxcjhZjkSykmxysefICPDnbI3xgxfov0zwL1WKDHM8zglJdw==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^5.0.0" diff --git a/package.json b/package.json index 818fbb1..78da06b 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@babel/eslint-parser": "^7.15.8", "@babel/preset-env": "^7.16.5", "@commitlint/cli": "^17.0.3", - "@commitlint/config-conventional": "^17.0.3", + "@commitlint/config-conventional": "^17.4.3", "@tailwindcss/typography": "^0.5.0", "autoprefixer": "^10.2.4", "browserslist": "^4.16.6",