From 7dc5e0e66d970e7f2ad61f54aa443b253f47bdfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 22:12:51 +0000 Subject: [PATCH] Bump @cratedb/cratedb-sqlparse from 0.0.15 to 0.0.16 Bumps [@cratedb/cratedb-sqlparse](https://github.com/crate/cratedb-sqlparse) from 0.0.15 to 0.0.16. - [Release notes](https://github.com/crate/cratedb-sqlparse/releases) - [Changelog](https://github.com/crate/cratedb-sqlparse/blob/main/CHANGES.md) - [Commits](https://github.com/crate/cratedb-sqlparse/compare/v0.0.15...v0.0.16) --- updated-dependencies: - dependency-name: "@cratedb/cratedb-sqlparse" dependency-version: 0.0.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 66b7f4b..4e86159 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "@ant-design/compatible": "^5.1.4", "@ant-design/icons": "^6.1.0", - "@cratedb/cratedb-sqlparse": "^0.0.15", + "@cratedb/cratedb-sqlparse": "^0.0.16", "@hookform/resolvers": "^3.10.0", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-label": "^2.1.7", diff --git a/yarn.lock b/yarn.lock index 20d36e1..f156cfa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -505,10 +505,10 @@ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cratedb/cratedb-sqlparse@^0.0.15": - version "0.0.15" - resolved "https://registry.yarnpkg.com/@cratedb/cratedb-sqlparse/-/cratedb-sqlparse-0.0.15.tgz#da963b16d11862394af25939359cfe5ee43a833f" - integrity sha512-FnL0QIZ0tqeWCHnC30Pwu71+otNyAfzOs52phgvpq8Rz1fSuqdDFbZj6cyrBx7K9ArZzv9LEPnpnfjRNnnXcHA== +"@cratedb/cratedb-sqlparse@^0.0.16": + version "0.0.16" + resolved "https://registry.yarnpkg.com/@cratedb/cratedb-sqlparse/-/cratedb-sqlparse-0.0.16.tgz#be8c50972f4228eba4240046d1049cc7b4140a01" + integrity sha512-aoQZDp4ouZA6wjnyPOtYgqdPbgS+p2U9iVCvKurFYLcGFIGr1CBsRvyUk/UHRIZ6QkGf1d8285cBU7Emam2Bqw== dependencies: antlr4 "^4.13.2"