diff --git a/package-lock.json b/package-lock.json index 50ad3d76..e055e958 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@commitlint/cli": "^20.3.1", - "@commitlint/config-conventional": "^20.3.0", + "@commitlint/config-conventional": "^20.3.1", "@fullhuman/postcss-purgecss": "^7.0.2", "@gethinode/netlify-plugin-dartsass": "^0.3.0", "@semantic-release/exec": "^7.1.0", @@ -219,13 +219,13 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "20.3.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.3.0.tgz", - "integrity": "sha512-g1OXVl6E2v0xF1Ru2RpxQ+Vfy7XUcUsCmLKzGUrhFLS4hSNykje0QSy6djBtzOiOBQCepBrmIlqx/gRlzrSh5A==", + "version": "20.3.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.3.1.tgz", + "integrity": "sha512-NCzwvxepstBZbmVXsvg49s+shCxlJDJPWxXqONVcAtJH9wWrOlkMQw/zyl+dJmt8lyVopt5mwQ3mR5M2N2rUWg==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/types": "^20.2.0", + "@commitlint/types": "^20.3.1", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { diff --git a/package.json b/package.json index 727682bc..c4e94bf4 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "homepage": "https://gethinode.com", "devDependencies": { "@commitlint/cli": "^20.3.1", - "@commitlint/config-conventional": "^20.3.0", + "@commitlint/config-conventional": "^20.3.1", "@fullhuman/postcss-purgecss": "^7.0.2", "@gethinode/netlify-plugin-dartsass": "^0.3.0", "@semantic-release/exec": "^7.1.0",