mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
chore(dependencies): Bump @commitlint/cli from 5.0.0 to 5.2.5
Bumps [@commitlint/cli](https://github.com/marionebl/commitlint) from 5.0.0 to 5.2.5. - [Release notes](https://github.com/marionebl/commitlint/releases) - [Changelog](https://github.com/marionebl/commitlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/marionebl/commitlint/compare/v5.0.0...v5.2.5)
This commit is contained in:
parent
dd9a0b0fe1
commit
e70ae51980
138
package-lock.json
generated
138
package-lock.json
generated
@ -5,12 +5,12 @@
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@commitlint/cli": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-5.0.0.tgz",
|
||||
"integrity": "sha512-Y+Y8xAWy+n7uqG7/miBPlnvCoelGVfwPQcdQ4KLkDDFwKzmfwqt5jdiWKgyofUrBbqmL9ioNprh8cUuYLQwq4A==",
|
||||
"version": "5.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-5.2.5.tgz",
|
||||
"integrity": "sha512-UoWLCBuLHpZ6yMq1WUQhOD4YGAx3vakxe98kAiv5ekKCWN2PNJpXAyjyYjqS5P4IMKE0fU37FL1f9LqjsiS5+w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/core": "5.0.0",
|
||||
"@commitlint/core": "5.2.5",
|
||||
"babel-polyfill": "6.26.0",
|
||||
"chalk": "2.3.0",
|
||||
"get-stdin": "5.0.1",
|
||||
@ -18,6 +18,27 @@
|
||||
"meow": "3.7.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/core": {
|
||||
"version": "5.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/core/-/core-5.2.5.tgz",
|
||||
"integrity": "sha512-YWyxMQT8x2VJ9xkXLYbruq272A9TfjLGZTClNl/C4EX2o0bdBce6Kk/2PdyPWpA2++1bTZ0T4zUAE1wqh1Y75g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@marionebl/sander": "0.6.1",
|
||||
"babel-runtime": "6.26.0",
|
||||
"chalk": "2.3.0",
|
||||
"conventional-changelog-angular": "1.5.2",
|
||||
"conventional-commits-parser": "2.1.0",
|
||||
"cosmiconfig": "3.1.0",
|
||||
"find-up": "2.1.0",
|
||||
"git-raw-commits": "1.3.0",
|
||||
"lodash": "4.17.4",
|
||||
"require-uncached": "1.0.3",
|
||||
"resolve-from": "4.0.0",
|
||||
"resolve-global": "0.1.0",
|
||||
"semver": "5.4.1"
|
||||
}
|
||||
},
|
||||
"ansi-styles": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz",
|
||||
@ -44,6 +65,12 @@
|
||||
"integrity": "sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=",
|
||||
"dev": true
|
||||
},
|
||||
"resolve-from": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
||||
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
||||
"dev": true
|
||||
},
|
||||
"supports-color": {
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz",
|
||||
@ -72,91 +99,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"@commitlint/core": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/core/-/core-5.0.0.tgz",
|
||||
"integrity": "sha512-xi0kqMHCfFabXKTtvWIeHvHAf7DsdT2cLx2Hyq7A/FYMzor8QJhgLRQ3zUwiFAwbkbIwtfPHLCL4uPGurANi8g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@marionebl/conventional-commits-parser": "3.0.0",
|
||||
"@marionebl/git-raw-commits": "1.2.0",
|
||||
"@marionebl/sander": "0.6.1",
|
||||
"babel-runtime": "6.26.0",
|
||||
"chalk": "2.3.0",
|
||||
"conventional-changelog-angular": "1.5.2",
|
||||
"cosmiconfig": "3.1.0",
|
||||
"find-up": "2.1.0",
|
||||
"lodash": "4.17.4",
|
||||
"path-exists": "3.0.0",
|
||||
"resolve-from": "3.0.0",
|
||||
"semver": "5.4.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"ansi-styles": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz",
|
||||
"integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"color-convert": "1.9.1"
|
||||
}
|
||||
},
|
||||
"chalk": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz",
|
||||
"integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"ansi-styles": "3.2.0",
|
||||
"escape-string-regexp": "1.0.5",
|
||||
"supports-color": "4.5.0"
|
||||
}
|
||||
},
|
||||
"resolve-from": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
|
||||
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
||||
"dev": true
|
||||
},
|
||||
"supports-color": {
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz",
|
||||
"integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"has-flag": "2.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@marionebl/conventional-commits-parser": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@marionebl/conventional-commits-parser/-/conventional-commits-parser-3.0.0.tgz",
|
||||
"integrity": "sha1-naKbTSyPBcD5zdApNnE7gJbJWNM=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"JSONStream": "1.3.1",
|
||||
"is-text-path": "1.0.1",
|
||||
"lodash": "4.17.4",
|
||||
"meow": "3.7.0",
|
||||
"split2": "2.2.0",
|
||||
"through2": "2.0.3",
|
||||
"trim-off-newlines": "1.0.1"
|
||||
}
|
||||
},
|
||||
"@marionebl/git-raw-commits": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@marionebl/git-raw-commits/-/git-raw-commits-1.2.0.tgz",
|
||||
"integrity": "sha512-kI7s1W+GFMLJkuesgBdMgr1NCkChqfhP+wT6REoPsgtJGGwN0L/84gSw9pyH3u1bAK3uHjAkGZQ2bileBVVWtg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"dargs": "4.1.0",
|
||||
"lodash.template": "4.4.0",
|
||||
"meow": "3.7.0",
|
||||
"split2": "2.2.0",
|
||||
"through2": "2.0.3"
|
||||
}
|
||||
},
|
||||
"@marionebl/sander": {
|
||||
"version": "0.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@marionebl/sander/-/sander-0.6.1.tgz",
|
||||
@ -4645,6 +4587,15 @@
|
||||
"is-glob": "2.0.1"
|
||||
}
|
||||
},
|
||||
"global-dirs": {
|
||||
"version": "0.1.1",
|
||||
"resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz",
|
||||
"integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"ini": "1.3.4"
|
||||
}
|
||||
},
|
||||
"global-modules": {
|
||||
"version": "0.2.3",
|
||||
"resolved": "https://registry.npmjs.org/global-modules/-/global-modules-0.2.3.tgz",
|
||||
@ -8577,6 +8528,15 @@
|
||||
"integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=",
|
||||
"dev": true
|
||||
},
|
||||
"resolve-global": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/resolve-global/-/resolve-global-0.1.0.tgz",
|
||||
"integrity": "sha1-j7As/Vt9sgEY6IYxHxWvlb0V+9k=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"global-dirs": "0.1.1"
|
||||
}
|
||||
},
|
||||
"responselike": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz",
|
||||
|
@ -25,7 +25,7 @@
|
||||
"classnames": "^2.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^5.0.0",
|
||||
"@commitlint/cli": "^5.2.5",
|
||||
"@commitlint/config-angular": "^5.1.1",
|
||||
"babel-cli": "^6.24.1",
|
||||
"babel-loader": "^7.1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user