Bump @coffeelint/cli from 5.0.3 to 5.0.4 in /dependencies (#1999)

Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/coffeelint/coffeelint/releases)
- [Changelog](https://github.com/coffeelint/coffeelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/coffeelint/coffeelint/compare/v5.0.3...v5.0.4)

---
updated-dependencies:
- dependency-name: "@coffeelint/cli"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
dependabot[bot] 2021-09-27 16:30:17 -05:00 committed by GitHub
parent fac14701aa
commit ccfc5eba91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
dependencies/package-lock.json generated vendored
View file

@ -6,7 +6,7 @@
"": { "": {
"name": "super-linter", "name": "super-linter",
"dependencies": { "dependencies": {
"@coffeelint/cli": "^5.0.3", "@coffeelint/cli": "^5.0.4",
"@stoplight/spectral": "^5.9.2", "@stoplight/spectral": "^5.9.2",
"@typescript-eslint/eslint-plugin": "^4.31.2", "@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2", "@typescript-eslint/parser": "^4.31.2",
@ -762,9 +762,9 @@
} }
}, },
"node_modules/@coffeelint/cli": { "node_modules/@coffeelint/cli": {
"version": "5.0.3", "version": "5.0.4",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.3.tgz", "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.4.tgz",
"integrity": "sha512-0LwToXFqX0PxTem+/JtgTjrlIfiMOYpSgOYhymzcdI+LDtanWH1QA8hCNt+mzXapj6NmHWmhqh6fzqmsZ+EspQ==", "integrity": "sha512-MHEp0TdhIToSi8RTZGZFKFo+QqHLeMYnd0mFwu9/+0XDU8bCCI+RbOfs61k8TTe9IoQSFt7rR3GveIyEf4G55g==",
"dependencies": { "dependencies": {
"coffeescript": "2.6.0", "coffeescript": "2.6.0",
"glob": "^7.1.6", "glob": "^7.1.6",
@ -9947,9 +9947,9 @@
} }
}, },
"@coffeelint/cli": { "@coffeelint/cli": {
"version": "5.0.3", "version": "5.0.4",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.3.tgz", "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.4.tgz",
"integrity": "sha512-0LwToXFqX0PxTem+/JtgTjrlIfiMOYpSgOYhymzcdI+LDtanWH1QA8hCNt+mzXapj6NmHWmhqh6fzqmsZ+EspQ==", "integrity": "sha512-MHEp0TdhIToSi8RTZGZFKFo+QqHLeMYnd0mFwu9/+0XDU8bCCI+RbOfs61k8TTe9IoQSFt7rR3GveIyEf4G55g==",
"requires": { "requires": {
"coffeescript": "2.6.0", "coffeescript": "2.6.0",
"glob": "^7.1.6", "glob": "^7.1.6",

View file

@ -1,7 +1,7 @@
{ {
"name": "super-linter", "name": "super-linter",
"dependencies": { "dependencies": {
"@coffeelint/cli": "^5.0.3", "@coffeelint/cli": "^5.0.4",
"@stoplight/spectral": "^5.9.2", "@stoplight/spectral": "^5.9.2",
"@typescript-eslint/eslint-plugin": "^4.31.2", "@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2", "@typescript-eslint/parser": "^4.31.2",