diff --git a/package-lock.json b/package-lock.json index aa02ce26..4525d377 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.3.0", "devDependencies": { "@commitlint/cli": "^18.4.1", - "@commitlint/config-conventional": "^18.1.0", + "@commitlint/config-conventional": "^18.4.0", "devmoji": "^2.3.0", "eslint-config-wikimedia": "0.25.1", "grunt-banana-checker": "0.11.1", @@ -246,9 +246,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.1.0.tgz", - "integrity": "sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA==", + "version": "18.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.4.0.tgz", + "integrity": "sha512-vArwCZopsZs0FnGsh9AR7uUTPZ5oVGk8+qnEZWq2KTsMjrE0k80b+oZ32GSQmXQT2iMKVrDC8pKX5uKNkCe9Sw==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^7.0.2" diff --git a/package.json b/package.json index 6fa43d20..5e9abf5c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@commitlint/cli": "^18.4.1", - "@commitlint/config-conventional": "^18.1.0", + "@commitlint/config-conventional": "^18.4.0", "devmoji": "^2.3.0", "eslint-config-wikimedia": "0.25.1", "grunt-banana-checker": "0.11.1",