Merge pull request #917 from github/dependabot/npm_and_yarn/dependencies/standard-15.0.1

Bump standard from 15.0.0 to 15.0.1 in /dependencies
This commit is contained in:
Lukas Gravley 2020-10-28 13:25:26 -05:00 committed by GitHub
commit 7ed2bbc699
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

@ -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",

View file

@ -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",