diff --git a/package-lock.json b/package-lock.json index 4ca2211b..29c47711 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "version": "1.17.3", "devDependencies": { - "@commitlint/cli": "^17.0.0", + "@commitlint/cli": "^17.0.1", "@commitlint/config-conventional": "^17.0.0", "eslint-config-wikimedia": "0.22.1", "grunt-banana-checker": "0.9.0", @@ -139,9 +139,9 @@ } }, "node_modules/@commitlint/cli": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.0.tgz", - "integrity": "sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==", + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.1.tgz", + "integrity": "sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==", "dev": true, "dependencies": { "@commitlint/format": "^17.0.0", @@ -149,6 +149,7 @@ "@commitlint/load": "^17.0.0", "@commitlint/read": "^17.0.0", "@commitlint/types": "^17.0.0", + "execa": "^5.0.0", "lodash": "^4.17.19", "resolve-from": "5.0.0", "resolve-global": "1.0.0", @@ -6102,9 +6103,9 @@ "dev": true }, "@commitlint/cli": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.0.tgz", - "integrity": "sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==", + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.1.tgz", + "integrity": "sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==", "dev": true, "requires": { "@commitlint/format": "^17.0.0", @@ -6112,6 +6113,7 @@ "@commitlint/load": "^17.0.0", "@commitlint/read": "^17.0.0", "@commitlint/types": "^17.0.0", + "execa": "^5.0.0", "lodash": "^4.17.19", "resolve-from": "5.0.0", "resolve-global": "1.0.0", diff --git a/package.json b/package.json index ac0886d7..46fb9e33 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "release:major": "standard-version --release-as major" }, "devDependencies": { - "@commitlint/cli": "^17.0.0", + "@commitlint/cli": "^17.0.1", "@commitlint/config-conventional": "^17.0.0", "eslint-config-wikimedia": "0.22.1", "grunt-banana-checker": "0.9.0",