Merge pull request #988 from github/dependabot/npm_and_yarn/dependencies/standard-16.0.2

Bump standard from 16.0.1 to 16.0.2 in /dependencies
This commit is contained in:
Lukas Gravley 2020-11-12 08:32:29 -06:00 committed by GitHub
commit 95c2c85f95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

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

@ -2519,11 +2519,11 @@
} }
}, },
"resolve": { "resolve": {
"version": "1.18.1", "version": "1.19.0",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.18.1.tgz", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz",
"integrity": "sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==", "integrity": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==",
"requires": { "requires": {
"is-core-module": "^2.0.0", "is-core-module": "^2.1.0",
"path-parse": "^1.0.6" "path-parse": "^1.0.6"
} }
} }
@ -3353,9 +3353,9 @@
"integrity": "sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==" "integrity": "sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw=="
}, },
"is-core-module": { "is-core-module": {
"version": "2.0.0", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.0.0.tgz", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.1.0.tgz",
"integrity": "sha512-jq1AH6C8MuteOoBPwkxHafmByhL9j5q4OaPGdbuD+ZtQJVzH+i6E3BJDQcBA09k57i2Hh2yQbEG8yObZ0jdlWw==", "integrity": "sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA==",
"requires": { "requires": {
"has": "^1.0.3" "has": "^1.0.3"
} }
@ -5456,9 +5456,9 @@
} }
}, },
"standard": { "standard": {
"version": "16.0.1", "version": "16.0.2",
"resolved": "https://registry.npmjs.org/standard/-/standard-16.0.1.tgz", "resolved": "https://registry.npmjs.org/standard/-/standard-16.0.2.tgz",
"integrity": "sha512-KiFEp96mkugCgW0mCrN9lAhlRdnmAiwNIU7mrUnYSL8QnzNGd1/bUtjRIfUtpwtFmFKrlYZDYa/ipX8Wy+03SA==", "integrity": "sha512-oWPZXPEP9MMYo6ohmb9QcmeYLCl7kX8QZ6DzhIhlol4JNgvJG2MydIcz2NgEdljk4FYCT8hh/CoXncaGsW8qLw==",
"requires": { "requires": {
"eslint": "~7.12.1", "eslint": "~7.12.1",
"eslint-config-standard": "16.0.1", "eslint-config-standard": "16.0.1",
@ -5467,7 +5467,7 @@
"eslint-plugin-node": "~11.1.0", "eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~4.2.1", "eslint-plugin-promise": "~4.2.1",
"eslint-plugin-react": "~7.21.5", "eslint-plugin-react": "~7.21.5",
"standard-engine": "^14.0.0" "standard-engine": "^14.0.1"
}, },
"dependencies": { "dependencies": {
"eslint": { "eslint": {

View file

@ -20,7 +20,7 @@
"prettier": "^2.1.2", "prettier": "^2.1.2",
"prettyjson": "^1.2.1", "prettyjson": "^1.2.1",
"sql-lint": "0.0.15", "sql-lint": "0.0.15",
"standard": "^16.0.1", "standard": "^16.0.2",
"stylelint": "^13.7.2", "stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0", "stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0", "stylelint-scss": "^3.18.0",