Skip to content

Commit

Permalink
chore: bump sql-formatter from 4.0.2 to 6.1.1 in /site (#1514)
Browse files Browse the repository at this point in the history
Bumps [sql-formatter](https://github.com/zeroturnaround/sql-formatter) from 4.0.2 to 6.1.1.
- [Release notes](https://github.com/zeroturnaround/sql-formatter/releases)
- [Changelog](https://github.com/zeroturnaround/sql-formatter/blob/master/.release-it.json)
- [Commits](sql-formatter-org/sql-formatter@v4.0.2...v6.1.1)

---
updated-dependencies:
- dependency-name: sql-formatter
  dependency-type: direct:development
  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>
  • Loading branch information
dependabot[bot] committed May 17, 2022
1 parent 5227a74 commit c0b80ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"prettier": "2.6.2",
"prettier-plugin-organize-imports": "2.3.4",
"react-hot-loader": "4.13.0",
"sql-formatter": "4.0.2",
"sql-formatter": "6.1.1",
"style-loader": "3.3.1",
"ts-jest": "27.1.4",
"ts-loader": "9.3.0",
Expand Down
8 changes: 4 additions & 4 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12031,10 +12031,10 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=

sql-formatter@4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/sql-formatter/-/sql-formatter-4.0.2.tgz#2b359e5a4c611498d327b9659da7329d71724607"
integrity sha512-R6u9GJRiXZLr/lDo8p56L+OyyN2QFJPCDnsyEOsbdIpsnDKL8gubYFo7lNR7Zx7hfdWT80SfkoVS0CMaF/DE2w==
sql-formatter@6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/sql-formatter/-/sql-formatter-6.1.1.tgz#ec9d4c6fc90c2839885cf36ca7b0755a84527802"
integrity sha512-NiUP90vNb6NjQryWz0bPsvv4BTqe/wY75mRbh2E6M1kKZIoCKtueeKIDMQBB+RI8pjxVUQy7e35JUXQj6YYonQ==
dependencies:
argparse "^2.0.1"

Expand Down

0 comments on commit c0b80ef

Please sign in to comment.