mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Bump sql-lint from 0.0.17 to 0.0.18 in /dependencies (#1627)
Bumps [sql-lint](https://github.com/joereynolds/sql-lint) from 0.0.17 to 0.0.18. - [Release notes](https://github.com/joereynolds/sql-lint/releases) - [Commits](https://github.com/joereynolds/sql-lint/compare/v0.0.17...v0.0.18) --- 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
854192844d
commit
8b38155f31
2 changed files with 9 additions and 9 deletions
16
dependencies/package-lock.json
generated
vendored
16
dependencies/package-lock.json
generated
vendored
|
@ -34,7 +34,7 @@
|
|||
"prettier": "^2.3.1",
|
||||
"prettyjson": "^1.2.1",
|
||||
"pug": "^3.0.1",
|
||||
"sql-lint": "0.0.17",
|
||||
"sql-lint": "0.0.18",
|
||||
"standard": "^16.0.3",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-sass-guidelines": "^8.0.0",
|
||||
|
@ -8119,9 +8119,9 @@
|
|||
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
|
||||
},
|
||||
"node_modules/sql-lint": {
|
||||
"version": "0.0.17",
|
||||
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-0.0.17.tgz",
|
||||
"integrity": "sha512-0WBRbJhvWsfbGJRgQqLdMgtDK4GB8EDVVtbSIYkbRQazAkBHNoMrw7k3KHcavrGOJrIBOgkL3a/K9ltNme4r5Q==",
|
||||
"version": "0.0.18",
|
||||
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-0.0.18.tgz",
|
||||
"integrity": "sha512-DsLzZQmWcFAQ8kpiCY5hW3SsMtH9s3sPc6OdtBE5wc2Gn2ZtoF3qwrLsWQqT5UnWlcQ4LRhlJEUs/bTVXfCqRA==",
|
||||
"dependencies": {
|
||||
"@types/moo": "^0.5.3",
|
||||
"@types/nearley": "^2.11.1",
|
||||
|
@ -8137,7 +8137,7 @@
|
|||
"sprintf-js": "^1.1.2"
|
||||
},
|
||||
"bin": {
|
||||
"sql-lint": "dist/src/main.js"
|
||||
"sql-lint": "dist/src/cli.js"
|
||||
}
|
||||
},
|
||||
"node_modules/sql-lint/node_modules/sprintf-js": {
|
||||
|
@ -15923,9 +15923,9 @@
|
|||
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
|
||||
},
|
||||
"sql-lint": {
|
||||
"version": "0.0.17",
|
||||
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-0.0.17.tgz",
|
||||
"integrity": "sha512-0WBRbJhvWsfbGJRgQqLdMgtDK4GB8EDVVtbSIYkbRQazAkBHNoMrw7k3KHcavrGOJrIBOgkL3a/K9ltNme4r5Q==",
|
||||
"version": "0.0.18",
|
||||
"resolved": "https://registry.npmjs.org/sql-lint/-/sql-lint-0.0.18.tgz",
|
||||
"integrity": "sha512-DsLzZQmWcFAQ8kpiCY5hW3SsMtH9s3sPc6OdtBE5wc2Gn2ZtoF3qwrLsWQqT5UnWlcQ4LRhlJEUs/bTVXfCqRA==",
|
||||
"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.1",
|
||||
"prettyjson": "^1.2.1",
|
||||
"pug": "^3.0.1",
|
||||
"sql-lint": "0.0.17",
|
||||
"sql-lint": "0.0.18",
|
||||
"standard": "^16.0.3",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-sass-guidelines": "^8.0.0",
|
||||
|
|
Loading…
Reference in a new issue