mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
Bump standard from 15.0.0 to 15.0.1 in /dependencies
Bumps [standard](https://github.com/standard/standard) from 15.0.0 to 15.0.1. - [Release notes](https://github.com/standard/standard/releases) - [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/standard/compare/v15.0.0...v15.0.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
001bc9901d
commit
d20d0205f3
2 changed files with 8 additions and 8 deletions
14
dependencies/package-lock.json
generated
vendored
14
dependencies/package-lock.json
generated
vendored
|
@ -2180,9 +2180,9 @@
|
|||
}
|
||||
},
|
||||
"eslint-config-standard": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-15.0.0.tgz",
|
||||
"integrity": "sha512-MZ8KRhUJLtMbjQo9PsEzFG29vqbQJfLoLBHrTaAaFMtDx9PIm1GZgyUanOLgf1xOE1aWrtZZSbxBYCy8dJCCBg=="
|
||||
"version": "15.0.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-15.0.1.tgz",
|
||||
"integrity": "sha512-UGorkix49kBium7Y124o2U9Qy7Lpa+nO0FsaqQSIPeno5hGNxZtSBJbqJX6gtpYfDFWCtqCAN9wyK+oDd9jT7Q=="
|
||||
},
|
||||
"eslint-config-standard-jsx": {
|
||||
"version": "9.0.0",
|
||||
|
@ -5469,12 +5469,12 @@
|
|||
}
|
||||
},
|
||||
"standard": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/standard/-/standard-15.0.0.tgz",
|
||||
"integrity": "sha512-VoyBbvaC6r+PO/M+PMh8J6Ie7eOf1xpk6comMg0tq+O4XUSzGsnFgV2yMnmDu90BMjR2ro4w1nxPe63Hr1e4Yg==",
|
||||
"version": "15.0.1",
|
||||
"resolved": "https://registry.npmjs.org/standard/-/standard-15.0.1.tgz",
|
||||
"integrity": "sha512-iMBSYGe/dhCPjK9Gwh0X7d4S88Mk1ty3HmZkq0A0PBbr30qfKMswraMvQVrdhMoUjVkVbBsjbjX0zV6OQl7WbQ==",
|
||||
"requires": {
|
||||
"eslint": "~7.11.0",
|
||||
"eslint-config-standard": "15.0.0",
|
||||
"eslint-config-standard": "15.0.1",
|
||||
"eslint-config-standard-jsx": "9.0.0",
|
||||
"eslint-plugin-import": "~2.22.1",
|
||||
"eslint-plugin-node": "~11.1.0",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -20,7 +20,7 @@
|
|||
"prettier": "^2.1.2",
|
||||
"prettyjson": "^1.2.1",
|
||||
"sql-lint": "0.0.15",
|
||||
"standard": "^15.0.0",
|
||||
"standard": "^15.0.1",
|
||||
"stylelint": "^13.7.2",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"stylelint-scss": "^3.18.0",
|
||||
|
|
Loading…
Reference in a new issue