mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Bump sql-lint from 0.0.18 to 0.0.19 in /dependencies (#1742)
Bumps [sql-lint](https://github.com/joereynolds/sql-lint) from 0.0.18 to 0.0.19. - [Release notes](https://github.com/joereynolds/sql-lint/releases) - [Commits](https://github.com/joereynolds/sql-lint/compare/v0.0.18...v0.0.19) --- updated-dependencies: - dependency-name: sql-lint 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>
This commit is contained in:
parent
703597a192
commit
9e2ef682f4
2 changed files with 8 additions and 8 deletions
14
dependencies/package-lock.json
generated
vendored
14
dependencies/package-lock.json
generated
vendored
|
@ -34,7 +34,7 @@
|
|||
"prettier": "^2.3.2",
|
||||
"prettyjson": "^1.2.1",
|
||||
"pug": "^3.0.1",
|
||||
"sql-lint": "0.0.18",
|
||||
"sql-lint": "0.0.19",
|
||||
"standard": "^16.0.3",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-sass-guidelines": "^8.0.0",
|
||||
|
@ -8084,9 +8084,9 @@
|
|||
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
|
||||
},
|
||||
"node_modules/sql-lint": {
|
||||
"version": "0.0.18",
|
||||
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-0.0.18.tgz",
|
||||
"integrity": "sha512-DsLzZQmWcFAQ8kpiCY5hW3SsMtH9s3sPc6OdtBE5wc2Gn2ZtoF3qwrLsWQqT5UnWlcQ4LRhlJEUs/bTVXfCqRA==",
|
||||
"version": "0.0.19",
|
||||
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-0.0.19.tgz",
|
||||
"integrity": "sha512-h/epb9LR2UgwC/+fN+ZxClna12vC6e2r3R3R4Ax2AsQ0s6cUt1jiYxylKSXTV3ijySRBD0q8O9q8O5qVxOVu/Q==",
|
||||
"dependencies": {
|
||||
"@types/moo": "^0.5.3",
|
||||
"@types/nearley": "^2.11.1",
|
||||
|
@ -15848,9 +15848,9 @@
|
|||
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
|
||||
},
|
||||
"sql-lint": {
|
||||
"version": "0.0.18",
|
||||
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-0.0.18.tgz",
|
||||
"integrity": "sha512-DsLzZQmWcFAQ8kpiCY5hW3SsMtH9s3sPc6OdtBE5wc2Gn2ZtoF3qwrLsWQqT5UnWlcQ4LRhlJEUs/bTVXfCqRA==",
|
||||
"version": "0.0.19",
|
||||
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-0.0.19.tgz",
|
||||
"integrity": "sha512-h/epb9LR2UgwC/+fN+ZxClna12vC6e2r3R3R4Ax2AsQ0s6cUt1jiYxylKSXTV3ijySRBD0q8O9q8O5qVxOVu/Q==",
|
||||
"requires": {
|
||||
"@types/moo": "^0.5.3",
|
||||
"@types/nearley": "^2.11.1",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -29,7 +29,7 @@
|
|||
"prettier": "^2.3.2",
|
||||
"prettyjson": "^1.2.1",
|
||||
"pug": "^3.0.1",
|
||||
"sql-lint": "0.0.18",
|
||||
"sql-lint": "0.0.19",
|
||||
"standard": "^16.0.3",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-sass-guidelines": "^8.0.0",
|
||||
|
|
Loading…
Reference in a new issue