⬆ Bump commitlint-config-gitmoji from 2.2.1 to 2.2.2

Bumps [commitlint-config-gitmoji](https://github.com/arvinxx/gitmoji-commit-workflow) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/arvinxx/gitmoji-commit-workflow/releases)
- [Changelog](https://github.com/arvinxx/gitmoji-commit-workflow/blob/master/.releaserc.js)
- [Commits](https://github.com/arvinxx/gitmoji-commit-workflow/compare/commitlint-config-gitmoji@2.2.1...commitlint-config-gitmoji@2.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-03-03 00:46:32 +00:00
committed by Bruce Markham
parent e185d3f49f
commit 85d6b78e58

14
package-lock.json generated
View File

@@ -751,9 +751,9 @@
"dev": true
},
"@gitmoji/parser-opts": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/@gitmoji/parser-opts/-/parser-opts-1.2.5.tgz",
"integrity": "sha512-Imxx7OjuZH374H7wNMBEwJ9i1U/0xGEPxjcyYfX47fKzdWZ57UNmiYEC4HoAV8sDpGi4AG0uU4o4NgOiQP1sEg==",
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/@gitmoji/parser-opts/-/parser-opts-1.2.6.tgz",
"integrity": "sha512-90e0sDneqK5EdtUqEn/e6p8hRmQ/+VDcHOm+mS/9d+4QDx1BQ8tULKhBc+cmZqRihTluZWsp2W1zNcS2VqRm8A==",
"dev": true
},
"@istanbuljs/load-nyc-config": {
@@ -3458,13 +3458,13 @@
"optional": true
},
"commitlint-config-gitmoji": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/commitlint-config-gitmoji/-/commitlint-config-gitmoji-2.2.1.tgz",
"integrity": "sha512-VSIC5TJdMqDcYsrswil5max//85170RZcqRRG0pUsVmAB92ntge6XVprgJMi70poPeZHpaDQBraEGaNNnJvsDw==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/commitlint-config-gitmoji/-/commitlint-config-gitmoji-2.2.2.tgz",
"integrity": "sha512-dIodTBQHMQQ0sij+6etqtjJzIxIfddPQE2fsOFC6DcNWdRod3C0iccThbpgmT37q5XrmeZTfnyeBM+rw7Bvvrg==",
"dev": true,
"requires": {
"@gitmoji/commit-types": "1.1.5",
"@gitmoji/parser-opts": "1.2.5",
"@gitmoji/parser-opts": "1.2.6",
"commitlint-plugin-gitmoji": "2.0.6"
}
},