From 4f748065ddee6dfb17a2be3686f4d4cf0bef0bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 09:59:29 +0000 Subject: [PATCH] build(deps): bump pgsql-ast-parser from 7.2.1 to 11.1.0 Bumps [pgsql-ast-parser](https://github.com/oguimbal/pgsql-ast-parser) from 7.2.1 to 11.1.0. - [Release notes](https://github.com/oguimbal/pgsql-ast-parser/releases) - [Changelog](https://github.com/oguimbal/pgsql-ast-parser/blob/master/changelog.md) - [Commits](https://github.com/oguimbal/pgsql-ast-parser/compare/7.2.1...11.1.0) --- updated-dependencies: - dependency-name: pgsql-ast-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65c37ffc..71bfc771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "pg": "~8.11.1", "pg-connection-string": "~2.5.0", "pg-query-stream": "~4.2.3", - "pgsql-ast-parser": "~7.2.1", + "pgsql-ast-parser": "~11.1.0", "pinia": "~2.1.6", "source-map-support": "~0.5.20", "spectre.css": "~0.5.9", @@ -12260,10 +12260,9 @@ } }, "node_modules/pgsql-ast-parser": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/pgsql-ast-parser/-/pgsql-ast-parser-7.2.1.tgz", - "integrity": "sha512-j8scRJdTBSA1W6nETwevP2dH+BQGdPPFuc0mXolvCRIkRQGTpPoo1hH4a7EQ2KkA4N4quAcNvhOyaIcM7W00yg==", - "license": "MIT", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/pgsql-ast-parser/-/pgsql-ast-parser-11.1.0.tgz", + "integrity": "sha512-c0XnjHzUyg2Z/3iB2Akk6+jDtsza4Jqw4bC5SSt9pQ3b+K4aQC75gJQDvsNYvFqQNaPHLCUunDLPc5SZsQQLIA==", "dependencies": { "moo": "^0.5.1", "nearley": "^2.19.5" diff --git a/package.json b/package.json index b88ae76c..54f1a241 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "pg": "~8.11.1", "pg-connection-string": "~2.5.0", "pg-query-stream": "~4.2.3", - "pgsql-ast-parser": "~7.2.1", + "pgsql-ast-parser": "~11.1.0", "pinia": "~2.1.6", "source-map-support": "~0.5.20", "spectre.css": "~0.5.9",