Bump sql-lint from 0.0.19 to 1.0.0 in /dependencies (#3057)

Bumps [sql-lint](https://github.com/joereynolds/sql-lint) from 0.0.19 to 1.0.0.
- [Release notes](https://github.com/joereynolds/sql-lint/releases)
- [Commits](https://github.com/joereynolds/sql-lint/compare/v0.0.19...v1.0.0)

---
updated-dependencies:
- dependency-name: sql-lint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
dependabot[bot] 2022-06-22 08:49:43 -05:00 committed by GitHub
parent 1b29e74880
commit aed614c622
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

@ -40,7 +40,7 @@
"prettier": "^2.6.2",
"prettyjson": "^1.2.5",
"pug": "^3.0.2",
"sql-lint": "0.0.19",
"sql-lint": "1.0.0",
"standard": "^17.0.0",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
@ -9317,9 +9317,9 @@
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
},
"node_modules/sql-lint": {
"version": "0.0.19",
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-0.0.19.tgz",
"integrity": "sha512-h/epb9LR2UgwC/+fN+ZxClna12vC6e2r3R3R4Ax2AsQ0s6cUt1jiYxylKSXTV3ijySRBD0q8O9q8O5qVxOVu/Q==",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-1.0.0.tgz",
"integrity": "sha512-9o4Oww+IhFFLzPbmMSPNr+uDpk6xjrCYHSpRtqD+dPIu/pU2hdZhokfmgms9zq/3IKmnmoA5+KQdCgGFE2Uj8A==",
"dependencies": {
"@types/moo": "^0.5.3",
"@types/nearley": "^2.11.1",
@ -18389,9 +18389,9 @@
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
},
"sql-lint": {
"version": "0.0.19",
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-0.0.19.tgz",
"integrity": "sha512-h/epb9LR2UgwC/+fN+ZxClna12vC6e2r3R3R4Ax2AsQ0s6cUt1jiYxylKSXTV3ijySRBD0q8O9q8O5qVxOVu/Q==",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-1.0.0.tgz",
"integrity": "sha512-9o4Oww+IhFFLzPbmMSPNr+uDpk6xjrCYHSpRtqD+dPIu/pU2hdZhokfmgms9zq/3IKmnmoA5+KQdCgGFE2Uj8A==",
"requires": {
"@types/moo": "^0.5.3",
"@types/nearley": "^2.11.1",

View file

@ -34,7 +34,7 @@
"prettier": "^2.6.2",
"prettyjson": "^1.2.5",
"pug": "^3.0.2",
"sql-lint": "0.0.19",
"sql-lint": "1.0.0",
"standard": "^17.0.0",
"stylelint": "^14.9.1",
"stylelint-config-recommended-scss": "^6.0.0",