Bump sql-lint from 0.0.15 to 0.0.16 in /dependencies (#1380)

Bumps [sql-lint](https://github.com/joereynolds/sql-lint) from 0.0.15 to 0.0.16.
- [Release notes](https://github.com/joereynolds/sql-lint/releases)
- [Commits](https://github.com/joereynolds/sql-lint/compare/v0.0.15...v0.0.16)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-03-22 08:48:37 -05:00 committed by GitHub
parent 701fd3b339
commit a68b522bc1
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 12 deletions

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

@ -33,7 +33,7 @@
"prettier": "^2.2.1",
"prettyjson": "^1.2.1",
"pug": "^3.0.1",
"sql-lint": "0.0.15",
"sql-lint": "0.0.16",
"standard": "^16.0.3",
"stylelint": "^13.12.0",
"stylelint-config-sass-guidelines": "^8.0.0",
@ -859,7 +859,6 @@
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
"dependencies": {
"graceful-fs": "^4.1.6",
"universalify": "^2.0.0"
},
"optionalDependencies": {
@ -2222,7 +2221,6 @@
"dependencies": {
"anymatch": "~3.1.1",
"braces": "~3.0.2",
"fsevents": "~2.1.2",
"glob-parent": "~5.1.0",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
@ -2258,7 +2256,6 @@
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.0.tgz",
"integrity": "sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ==",
"dependencies": {
"colors": "^1.1.2",
"object-assign": "^4.1.0",
"string-width": "^4.2.0"
},
@ -5158,7 +5155,6 @@
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
"dependencies": {
"graceful-fs": "^4.1.6",
"universalify": "^2.0.0"
},
"optionalDependencies": {
@ -7950,9 +7946,9 @@
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
},
"node_modules/sql-lint": {
"version": "0.0.15",
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-0.0.15.tgz",
"integrity": "sha512-HotT4tUH2daWTQzO3oPYRA+8qGKB+vyVmneDmfRjaYM5J8eqVHPHTt5RQRVZDIoELLB8Lt3U0Redbkul2wi1SA==",
"version": "0.0.16",
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-0.0.16.tgz",
"integrity": "sha512-nh0Uxglntl8zlCV5qw6HTSaInHI2HHjDq1AWb2s3dg4RatkHG1NFsUWeYT0+BOagh+vYhwDBIZAWXRR14D0Jkw==",
"dependencies": {
"@types/moo": "^0.5.3",
"@types/mysql": "^2.15.9",
@ -15742,9 +15738,9 @@
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
},
"sql-lint": {
"version": "0.0.15",
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-0.0.15.tgz",
"integrity": "sha512-HotT4tUH2daWTQzO3oPYRA+8qGKB+vyVmneDmfRjaYM5J8eqVHPHTt5RQRVZDIoELLB8Lt3U0Redbkul2wi1SA==",
"version": "0.0.16",
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-0.0.16.tgz",
"integrity": "sha512-nh0Uxglntl8zlCV5qw6HTSaInHI2HHjDq1AWb2s3dg4RatkHG1NFsUWeYT0+BOagh+vYhwDBIZAWXRR14D0Jkw==",
"requires": {
"@types/moo": "^0.5.3",
"@types/mysql": "^2.15.9",

View file

@ -28,7 +28,7 @@
"prettier": "^2.2.1",
"prettyjson": "^1.2.1",
"pug": "^3.0.1",
"sql-lint": "0.0.15",
"sql-lint": "0.0.16",
"standard": "^16.0.3",
"stylelint": "^13.12.0",
"stylelint-config-sass-guidelines": "^8.0.0",