From e68d19e7b52978000903fece44a90e29709e9476 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 23:10:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20commitlint-config-gitmoji=20?= =?UTF-8?q?from=202.1.2=20to=202.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [commitlint-config-gitmoji](https://github.com/arvinxx/gitmoji-commit-workflow) from 2.1.2 to 2.2.1. - [Release notes](https://github.com/arvinxx/gitmoji-commit-workflow/releases) - [Changelog](https://github.com/arvinxx/gitmoji-commit-workflow/blob/master/.changelogrc.js) - [Commits](https://github.com/arvinxx/gitmoji-commit-workflow/compare/commitlint-config-gitmoji@2.1.2...commitlint-config-gitmoji@2.2.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91c54a1..58ef07c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -731,15 +731,15 @@ "dev": true }, "@gitmoji/commit-types": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@gitmoji/commit-types/-/commit-types-1.0.0.tgz", - "integrity": "sha512-LmFQvuE4QR8R8qEjZMfXK+TuyBmRsWlMjBHfNDrb7c1Zm+WU4F22SAEVjGK170CF5wsqjgPmoPYiiQwgUo04Rg==", + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@gitmoji/commit-types/-/commit-types-1.1.5.tgz", + "integrity": "sha512-8D3FZMRY+gtYpTcHG1SOGmm9CFqxNh6rI9xDoCydxHxnWgqInbdF3nk9gibW5gXA58Hf2cVcJaLEcGOKLRAtmw==", "dev": true }, "@gitmoji/parser-opts": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@gitmoji/parser-opts/-/parser-opts-1.2.1.tgz", - "integrity": "sha512-6XJSIBOGDS4zcXb9n58ERYcJfdUqyGhmAQtffHuDQ5yv9PiomdK4Uzv5S5s4vywIYMY+rGGCfoDVh6xgL3C+Aw==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@gitmoji/parser-opts/-/parser-opts-1.2.5.tgz", + "integrity": "sha512-Imxx7OjuZH374H7wNMBEwJ9i1U/0xGEPxjcyYfX47fKzdWZ57UNmiYEC4HoAV8sDpGi4AG0uU4o4NgOiQP1sEg==", "dev": true }, "@istanbuljs/load-nyc-config": { @@ -3439,20 +3439,20 @@ "optional": true }, "commitlint-config-gitmoji": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/commitlint-config-gitmoji/-/commitlint-config-gitmoji-2.1.2.tgz", - "integrity": "sha512-HhJutKvccyhGf6vL3xvVSANOPfVyp3PzxQZF8TjCuH1OQgVWELzWQHNjffJn1b0Ca3+U3DsRQxfLTDEqCM8qUw==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/commitlint-config-gitmoji/-/commitlint-config-gitmoji-2.2.1.tgz", + "integrity": "sha512-VSIC5TJdMqDcYsrswil5max//85170RZcqRRG0pUsVmAB92ntge6XVprgJMi70poPeZHpaDQBraEGaNNnJvsDw==", "dev": true, "requires": { - "@gitmoji/commit-types": "^1.0.0", - "@gitmoji/parser-opts": "^1.2.1", - "commitlint-plugin-gitmoji": "^2.0.1" + "@gitmoji/commit-types": "1.1.5", + "@gitmoji/parser-opts": "1.2.5", + "commitlint-plugin-gitmoji": "2.0.6" } }, "commitlint-plugin-gitmoji": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/commitlint-plugin-gitmoji/-/commitlint-plugin-gitmoji-2.0.1.tgz", - "integrity": "sha512-tlbrt7ApEWl6UWHmH0ErKwwIH6/9yQfk3ETkIHQLDmhbxJxTN8hwql7SCL0nLwhHLluvlahqDvezcUY1OznsHQ==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/commitlint-plugin-gitmoji/-/commitlint-plugin-gitmoji-2.0.6.tgz", + "integrity": "sha512-8SdmLPtxKbJiAiLQThO+SJVUO2AIyNCG2WpIL6h7pT1dED+10Rk0T3KWk8zcWJQmQHy+dyMlTMHx3k28BK+M+A==", "dev": true }, "compare-func": {